summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2013-09-14 02:13:23 +0000
committerMatthew Marlowe <mattm@gentoo.org>2013-09-14 02:13:23 +0000
commit1db5dc44d255125e33dd1c7099a08a3a7a9bac30 (patch)
tree17fcae08a292acf2000b7743e240a1cbd5c22976 /media-video/makemkv
parentBeta channel bump. (diff)
downloadgentoo-2-1db5dc44d255125e33dd1c7099a08a3a7a9bac30.tar.gz
gentoo-2-1db5dc44d255125e33dd1c7099a08a3a7a9bac30.tar.bz2
gentoo-2-1db5dc44d255125e33dd1c7099a08a3a7a9bac30.zip
Update makemkv-1.8.5-makefile.linux.patch
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Diffstat (limited to 'media-video/makemkv')
-rw-r--r--media-video/makemkv/ChangeLog6
-rw-r--r--media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch20
2 files changed, 25 insertions, 1 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog
index a0878f78f068..dbd29c11ed3f 100644
--- a/media-video/makemkv/ChangeLog
+++ b/media-video/makemkv/ChangeLog
@@ -1,6 +1,10 @@
# 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.24 2013/09/13 23:41:07 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.25 2013/09/14 02:13:23 mattm Exp $
+
+ 14 Sep 2013; Matthew Marlowe <mattm@gentoo.org>
+ +files/makemkv-1.8.5-makefile.linux.patch:
+ Update makemkv-1.8.5-makefile.linux.patch
*makemkv-1.8.5 (13 Sep 2013)
diff --git a/media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch
new file mode 100644
index 000000000000..71b9c029f1e2
--- /dev/null
+++ b/media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch
@@ -0,0 +1,20 @@
+--- makemkv-oss-1.8.5/makefile.linux.orig
++++ makemkv-oss-1.8.5/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