summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2012-11-25 18:02:26 +0000
committerMatthew Marlowe <mattm@gentoo.org>2012-11-25 18:02:26 +0000
commit8804c8d089471025814ec0f8ed4df9aaa1974654 (patch)
treea64759a9f1ec8bfb5477d68cb0a23f3995cb0276 /media-video/makemkv
parentAdd ~amd64 (diff)
downloadgentoo-2-8804c8d089471025814ec0f8ed4df9aaa1974654.tar.gz
gentoo-2-8804c8d089471025814ec0f8ed4df9aaa1974654.tar.bz2
gentoo-2-8804c8d089471025814ec0f8ed4df9aaa1974654.zip
Bump for makemkv 1.7.8
Holding off on bump for 1.7.9 due to Bug 439380. (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Diffstat (limited to 'media-video/makemkv')
-rw-r--r--media-video/makemkv/ChangeLog9
-rw-r--r--media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch20
-rw-r--r--media-video/makemkv/makemkv-1.7.8.ebuild (renamed from media-video/makemkv/makemkv-1.7.7.ebuild)6
3 files changed, 31 insertions, 4 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog
index acdc876c41f4..3f94186e88e0 100644
--- a/media-video/makemkv/ChangeLog
+++ b/media-video/makemkv/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-video/makemkv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.12 2012/10/02 04:15:53 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.13 2012/11/25 18:02:25 mattm Exp $
+
+*makemkv-1.7.8 (25 Nov 2012)
+
+ 25 Nov 2012; Matthew Marlowe <mattm@gentoo.org>
+ +files/makemkv-1.7.8-makefile.linux.patch, +makemkv-1.7.8.ebuild,
+ -makemkv-1.7.7.ebuild:
+ Bump for makemkv 1.7.8 Holding off on bump for 1.7.9 due to Bug 439380.
*makemkv-1.7.7 (02 Oct 2012)
diff --git a/media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch
new file mode 100644
index 000000000000..d3476b44dbfd
--- /dev/null
+++ b/media-video/makemkv/files/makemkv-1.7.8-makefile.linux.patch
@@ -0,0 +1,20 @@
+--- makemkv-oss-1.7.8/makefile.linux.orig
++++ makemkv-oss-1.7.8/makefile.linux
+@@ -8,7 +8,7 @@
+ MOC=moc
+ endif
+
+-CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
++CXXOPTS=-D_GNU_SOURCE -D_linux_
+
+ BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
+ BUILDINFO_BUILD_DATE=$(shell date)
+@@ -38,7 +38,7 @@
+ install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
+
+ 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.7.7.ebuild b/media-video/makemkv/makemkv-1.7.8.ebuild
index 49736fb03d41..d8eedce1cc20 100644
--- a/media-video/makemkv/makemkv-1.7.7.ebuild
+++ b/media-video/makemkv/makemkv-1.7.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.7.7.ebuild,v 1.1 2012/10/02 04:15:53 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.7.8.ebuild,v 1.1 2012/11/25 18:02:25 mattm Exp $
EAPI=4
inherit eutils gnome2-utils multilib
@@ -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"