Gentoo Archives: gentoo-commits

From: "Matthew Marlow (mattm)" <mattm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/makemkv/files: makemkv-1.7.6-makefile.linux.patch
Date: Tue, 03 Jul 2012 16:16:27
Message-Id: 20120703161612.ACA782004C@flycatcher.gentoo.org
1 mattm 12/07/03 16:16:12
2
3 Modified: makemkv-1.7.6-makefile.linux.patch
4 Log:
5 User submitted minor fix to patch created for bug 424477.
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch?r1=1.1&r2=1.2
15
16 Index: makemkv-1.7.6-makefile.linux.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- makemkv-1.7.6-makefile.linux.patch 2 Jul 2012 15:20:39 -0000 1.1
23 +++ makemkv-1.7.6-makefile.linux.patch 3 Jul 2012 16:16:12 -0000 1.2
24 @@ -1,5 +1,5 @@
25 ---- makemkv-oss-1.7.6/makefile.linux.orig 2012-06-29 04:17:45.000000000 -0700
26 -+++ makemkv-oss-1.7.6/makefile.linux 2012-07-02 08:12:16.388552664 -0700
27 +--- makemkv-oss-1.7.6/makefile.linux.orig
28 ++++ makemkv-oss-1.7.6/makefile.linux
29 @@ -8,7 +8,7 @@
30 MOC=moc
31 endif
32 @@ -13,8 +13,8 @@
33 install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
34
35 out/%: out/%.full
36 -- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
37 -+ objcopy --discard-all $< $@
38 +- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
39 ++ objcopy --discard-all $< $@
40
41 out/libdriveio.so.0.full:
42 mkdir -p out