diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2013-12-17 19:52:57 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2013-12-17 19:52:57 +0000 |
commit | 8b361ee50aac7a0c7e7e717a6f9e0537c3796eaf (patch) | |
tree | 323e8d0f9dd57259718ad02bfe80492723dda6cb | |
parent | add ~mips keyword (diff) | |
download | gentoo-2-8b361ee50aac7a0c7e7e717a6f9e0537c3796eaf.tar.gz gentoo-2-8b361ee50aac7a0c7e7e717a6f9e0537c3796eaf.tar.bz2 gentoo-2-8b361ee50aac7a0c7e7e717a6f9e0537c3796eaf.zip |
Fix bug 494264 to address upstream changing src_url for prior release.
Version Bump to 1.8.7 which was requested in bug 494324 .
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
-rw-r--r-- | media-video/makemkv/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/makemkv/files/makemkv-1.8.7-makefile.linux.patch | 11 | ||||
-rw-r--r-- | media-video/makemkv/makemkv-1.8.6-r1.ebuild | 6 | ||||
-rw-r--r-- | media-video/makemkv/makemkv-1.8.7.ebuild | 106 |
4 files changed, 129 insertions, 4 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog index 045182b09a4c..22db54a2fda9 100644 --- a/media-video/makemkv/ChangeLog +++ b/media-video/makemkv/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-video/makemkv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.33 2013/11/22 09:52:39 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.34 2013/12/17 19:52:57 mattm Exp $ + +*makemkv-1.8.7 (17 Dec 2013) + + 17 Dec 2013; Matthew Marlowe <mattm@gentoo.org> + +files/makemkv-1.8.7-makefile.linux.patch, +makemkv-1.8.7.ebuild, + makemkv-1.8.6-r1.ebuild: + Fix bug 494264 to address upstream changing src_url for prior release. Version + Bump to 1.8.7 which was requested in bug 494324 . 22 Nov 2013; Matthew Marlowe <mattm@gentoo.org> makemkv-1.8.6-r1.ebuild: Keywording makemkv-1.8.6-r1 ~amd64 and ~x86 diff --git a/media-video/makemkv/files/makemkv-1.8.7-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.7-makefile.linux.patch new file mode 100644 index 000000000000..2e4396b5ce20 --- /dev/null +++ b/media-video/makemkv/files/makemkv-1.8.7-makefile.linux.patch @@ -0,0 +1,11 @@ +--- makemkv-oss-1.8.6/Makefile.in.orig 2013-11-20 19:48:33.000000000 -0800 ++++ makemkv-oss-1.8.6/Makefile.in 2013-11-21 19:05:22.319663127 -0800 +@@ -50,7 +50,7 @@ + endif + + out/%: out/%.full +- $(OBJCOPY) --strip-all --strip-debug --strip-unneeded --discard-all $< $@ ++ $(OBJCOPY) --discard-all $< $@ + + out/libdriveio.so.0.full: + mkdir -p out diff --git a/media-video/makemkv/makemkv-1.8.6-r1.ebuild b/media-video/makemkv/makemkv-1.8.6-r1.ebuild index 3357edd00a45..ed6409c1ed94 100644 --- a/media-video/makemkv/makemkv-1.8.6-r1.ebuild +++ b/media-video/makemkv/makemkv-1.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.8.6-r1.ebuild,v 1.5 2013/11/22 09:52:39 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.8.6-r1.ebuild,v 1.6 2013/12/17 19:52:57 mattm Exp $ EAPI=4 inherit eutils gnome2-utils multilib flag-o-matic @@ -10,8 +10,8 @@ MY_PB=makemkv-bin-${PV} DESCRIPTION="Tool for ripping Blu-Ray, HD-DVD and DVD discs and copying content to a Matroska container" HOMEPAGE="http://www.makemkv.com/" -SRC_URI="http://www.makemkv.com/download/${MY_P}.tar.gz - http://www.makemkv.com/download/${MY_PB}.tar.gz" +SRC_URI="http://www.makemkv.com/download/old/${MY_P}.tar.gz + http://www.makemkv.com/download/old/${MY_PB}.tar.gz" LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl" SLOT="0" diff --git a/media-video/makemkv/makemkv-1.8.7.ebuild b/media-video/makemkv/makemkv-1.8.7.ebuild new file mode 100644 index 000000000000..0201855fc3e2 --- /dev/null +++ b/media-video/makemkv/makemkv-1.8.7.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.8.7.ebuild,v 1.1 2013/12/17 19:52:57 mattm Exp $ + +EAPI=4 +inherit eutils gnome2-utils multilib flag-o-matic + +MY_P=makemkv-oss-${PV} +MY_PB=makemkv-bin-${PV} + +DESCRIPTION="Tool for ripping Blu-Ray, HD-DVD and DVD discs and copying content to a Matroska container" +HOMEPAGE="http://www.makemkv.com/" +SRC_URI="http://www.makemkv.com/download/${MY_P}.tar.gz + http://www.makemkv.com/download/${MY_PB}.tar.gz" + +LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="multilib" + +QA_PREBUILT="opt/bin/makemkvcon opt/bin/mmdtsdec" +RESTRICT="mirror" + +RDEPEND="dev-libs/expat + dev-libs/openssl:0 + sys-libs/zlib + virtual/opengl + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + || ( >=media-video/ffmpeg-1.0.0 >=media-video/libav-0.8.9 ) + amd64? ( multilib? ( app-emulation/emul-linux-x86-baselibs ) )" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/makemkv-oss-${PV} + +src_prepare() { + epatch "${FILESDIR}"/${P}-makefile.linux.patch +} + +src_configure() { + replace-flags -O* -Os + if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then + econf + fi +} + +src_compile() { + emake GCC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" || die "Make failed!" +} + +src_install() { + # install oss package + dolib.so out/libdriveio.so.0 + dolib.so out/libmakemkv.so.1 + dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so.0.${PV} + dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so + dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so.1.${PV} + dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so + into /opt + dobin out/makemkv + + local res + for res in 16 22 32 64 128; do + newicon -s ${res} makemkvgui/share/icons/${res}x${res}/makemkv.png ${PN}.png + done + + make_desktop_entry ${PN} MakeMKV ${PN} 'Qt;AudioVideo;Video' + + # install bin package + pushd "${WORKDIR}"/${MY_PB}/bin >/dev/null + if use x86; then + dobin i386/{makemkvcon,mmdtsdec} + elif use amd64; then + dobin amd64/makemkvcon + use multilib && dobin i386/mmdtsdec + fi + popd >/dev/null + + # install license and default profile + pushd "${WORKDIR}"/${MY_PB}/src/share >/dev/null + insinto /usr/share/MakeMKV + doins *.{gz,xml} + popd >/dev/null +} + +pkg_preinst() { gnome2_icon_savelist; } + +pkg_postinst() { + gnome2_icon_cache_update + + elog "While MakeMKV is in beta mode, upstream has provided a license" + elog "to use if you do not want to purchase one." + elog "" + elog "See this forum thread for more information, including the key:" + elog "http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053" + elog "" + elog "Note that beta license may have an expiration date and you will" + elog "need to check for newer licenses/releases. " + elog "" + elog "If this is a new install, remember to copy the default profile" + elog "to the config directory:" + elog "cp /usr/share/MakeMKV/default.mmcp.xml ~/.MakeMKV/" +} + +pkg_postrm() { gnome2_icon_cache_update; } |