diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2013-04-30 12:33:55 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2013-04-30 12:33:55 +0000 |
commit | 5a4dd3ad898e67368946ab8f7d72cf6a2f997d3e (patch) | |
tree | 9a61b9c08fe6523a0636eafd86352b1c308117a1 /media-video | |
parent | Stable for x86, wrt bug #462820 (diff) | |
download | gentoo-2-5a4dd3ad898e67368946ab8f7d72cf6a2f997d3e.tar.gz gentoo-2-5a4dd3ad898e67368946ab8f7d72cf6a2f997d3e.tar.bz2 gentoo-2-5a4dd3ad898e67368946ab8f7d72cf6a2f997d3e.zip |
Updated makefile patch for 1.8.1
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/makemkv/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch | 20 |
2 files changed, 25 insertions, 1 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog index 414e1546ea9e..8967946a9b4d 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.20 2013/04/30 00:01:02 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.21 2013/04/30 12:33:55 mattm Exp $ + + 30 Apr 2013; Matthew Marlowe <mattm@gentoo.org> + +files/makemkv-1.8.1-makefile.linux.patch: + Updated makefile patch for 1.8.1 *makemkv-1.8.1 (30 Apr 2013) diff --git a/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch new file mode 100644 index 000000000000..bba4f8ea22fe --- /dev/null +++ b/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch @@ -0,0 +1,20 @@ +--- makemkv-oss-1.8.1/makefile.linux.orig ++++ makemkv-oss-1.8.1/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 |