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.1-makefile.linux.patch
Date: Tue, 30 Apr 2013 12:34:03
Message-Id: 20130430123355.EF84F2171D@flycatcher.gentoo.org
1 mattm 13/04/30 12:33:55
2
3 Added: makemkv-1.8.1-makefile.linux.patch
4 Log:
5 Updated makefile patch for 1.8.1
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
8
9 Revision Changes Path
10 1.1 media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch?rev=1.1&content-type=text/plain
14
15 Index: makemkv-1.8.1-makefile.linux.patch
16 ===================================================================
17 --- makemkv-oss-1.8.1/makefile.linux.orig
18 +++ makemkv-oss-1.8.1/makefile.linux
19 @@ -8,7 +8,7 @@
20 MOC=moc
21 endif
22
23 -CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
24 +CXXOPTS=-D_GNU_SOURCE -D_linux_
25
26 BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
27 BUILDINFO_BUILD_DATE=$(shell date)
28 @@ -38,7 +38,7 @@
29 install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
30
31 out/%: out/%.full
32 - objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
33 + objcopy --discard-all $< $@
34
35 out/libdriveio.so.0.full:
36 mkdir -p out