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.8.6-makefile.linux.patch
Date: Fri, 22 Nov 2013 03:16:20
Message-Id: 20131122031614.3B40420035@flycatcher.gentoo.org
1 mattm 13/11/22 03:16:14
2
3 Modified: makemkv-1.8.6-makefile.linux.patch
4 Log:
5 Makemkv-1.8.6 changed makefile/configure files slightly, updated patch.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
8
9 Revision Changes Path
10 1.2 media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.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.8.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.8.6-makefile.linux.patch?r1=1.1&r2=1.2
15
16 Index: makemkv-1.8.6-makefile.linux.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/makemkv/files/makemkv-1.8.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.8.6-makefile.linux.patch 16 Nov 2013 23:19:41 -0000 1.1
23 +++ makemkv-1.8.6-makefile.linux.patch 22 Nov 2013 03:16:14 -0000 1.2
24 @@ -1,20 +1,11 @@
25 ---- makemkv-oss-1.8.6/makefile.linux.orig
26 -+++ makemkv-oss-1.8.6/makefile.linux
27 -@@ -8,7 +8,7 @@
28 - MOC=moc
29 +--- makemkv-oss-1.8.6/Makefile.in.orig 2013-11-20 19:48:33.000000000 -0800
30 ++++ makemkv-oss-1.8.6/Makefile.in 2013-11-21 19:05:22.319663127 -0800
31 +@@ -50,7 +50,7 @@
32 endif
33
34 --CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
35 -+CXXOPTS=-D_GNU_SOURCE -D_linux_
36 -
37 - BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
38 - BUILDINFO_BUILD_DATE=$(shell date)
39 -@@ -38,7 +38,7 @@
40 - install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
41 -
42 out/%: out/%.full
43 -- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
44 -+ objcopy --discard-all $< $@
45 +- $(OBJCOPY) --strip-all --strip-debug --strip-unneeded --discard-all $< $@
46 ++ $(OBJCOPY) --discard-all $< $@
47
48 out/libdriveio.so.0.full:
49 mkdir -p out