diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2012-07-03 16:16:12 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2012-07-03 16:16:12 +0000 |
commit | b8b41dcf89d64806a217b1258ba61efe86108051 (patch) | |
tree | b54288dc244701e0a510c6348e6047b2eb491178 /media-video | |
parent | Marking stellarium-0.11.3 ppc for bug 424245 (diff) | |
download | gentoo-2-b8b41dcf89d64806a217b1258ba61efe86108051.tar.gz gentoo-2-b8b41dcf89d64806a217b1258ba61efe86108051.tar.bz2 gentoo-2-b8b41dcf89d64806a217b1258ba61efe86108051.zip |
User submitted minor fix to patch created for bug 424477.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/makemkv/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog index e51325fc95fc..dfa6e47486c7 100644 --- a/media-video/makemkv/ChangeLog +++ b/media-video/makemkv/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2012/07/02 15:20:40 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.8 2012/07/03 16:16:12 mattm Exp $ + + 03 Jul 2012; Matthew Marlowe <mattm@gentoo.org> + files/makemkv-1.7.6-makefile.linux.patch: + User submitted minor fix to patch created for bug 424477. 02 Jul 2012; Matthew Marlowe <mattm@gentoo.org> +files/makemkv-1.7.6-makefile.linux.patch: diff --git a/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch index 689fdc9e7215..6326575b2abb 100644 --- a/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch +++ b/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch @@ -1,5 +1,5 @@ ---- makemkv-oss-1.7.6/makefile.linux.orig 2012-06-29 04:17:45.000000000 -0700 -+++ makemkv-oss-1.7.6/makefile.linux 2012-07-02 08:12:16.388552664 -0700 +--- makemkv-oss-1.7.6/makefile.linux.orig ++++ makemkv-oss-1.7.6/makefile.linux @@ -8,7 +8,7 @@ MOC=moc endif @@ -13,8 +13,8 @@ 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 $< $@ +- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@ ++ objcopy --discard-all $< $@ out/libdriveio.so.0.full: mkdir -p out |