summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2013-02-22 03:25:29 +0000
committerMatthew Marlowe <mattm@gentoo.org>2013-02-22 03:25:29 +0000
commitb2ee9b5ac48a14940367aa5b02c972d562c37cc0 (patch)
tree424732b24b314385af4ba3f1dea9982431d5895a /media-video
parentBump for makemkv 1.8.0, temporarily package masked during testing, hope to ev... (diff)
downloadgentoo-2-b2ee9b5ac48a14940367aa5b02c972d562c37cc0.tar.gz
gentoo-2-b2ee9b5ac48a14940367aa5b02c972d562c37cc0.tar.bz2
gentoo-2-b2ee9b5ac48a14940367aa5b02c972d562c37cc0.zip
Duplicating makemkv 1.7.8 patch for 1.8.0, will see how it behaves during testing.
(Portage version: 2.1.11.51/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/makemkv/ChangeLog7
-rw-r--r--media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch20
2 files changed, 26 insertions, 1 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog
index 97a910dfeacd..af1c8a9eabf3 100644
--- a/media-video/makemkv/ChangeLog
+++ b/media-video/makemkv/ChangeLog
@@ -1,6 +1,11 @@
# 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.14 2013/02/22 03:19:51 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.15 2013/02/22 03:25:29 mattm Exp $
+
+ 22 Feb 2013; Matthew Marlowe <mattm@gentoo.org>
+ +files/makemkv-1.8.0-makefile.linux.patch:
+ Duplicating makemkv 1.7.8 patch for 1.8.0, will see how it behaves during
+ testing.
*makemkv-1.8.0 (22 Feb 2013)
diff --git a/media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch
new file mode 100644
index 000000000000..e387147f479d
--- /dev/null
+++ b/media-video/makemkv/files/makemkv-1.8.0-makefile.linux.patch
@@ -0,0 +1,20 @@
+--- makemkv-oss-1.8.0/makefile.linux.orig
++++ makemkv-oss-1.8.0/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