From 1db5dc44d255125e33dd1c7099a08a3a7a9bac30 Mon Sep 17 00:00:00 2001 From: Matthew Marlowe Date: Sat, 14 Sep 2013 02:13:23 +0000 Subject: Update makemkv-1.8.5-makefile.linux.patch (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 786037A7) --- media-video/makemkv/ChangeLog | 6 +++++- .../makemkv/files/makemkv-1.8.5-makefile.linux.patch | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 media-video/makemkv/files/makemkv-1.8.5-makefile.linux.patch (limited to 'media-video') 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 + +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 -- cgit v1.2.3-65-gdbad