Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/makemkv/files: makemkv-1.6.16-makefile.linux.patch
Date: Fri, 02 Dec 2011 23:32:48
Message-Id: 20111202233234.448A72004C@flycatcher.gentoo.org
1 beandog 11/12/02 23:32:34
2
3 Added: makemkv-1.6.16-makefile.linux.patch
4 Log:
5 Cleanup ebuild, patch makefile, QA variables
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 media-video/makemkv/files/makemkv-1.6.16-makefile.linux.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.6.16-makefile.linux.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.6.16-makefile.linux.patch?rev=1.1&content-type=text/plain
14
15 Index: makemkv-1.6.16-makefile.linux.patch
16 ===================================================================
17 --- makemkv_v1.6.16_oss/makefile.linux.orig 2011-12-02 15:26:10.997323145 -0700
18 +++ makemkv_v1.6.16_oss/makefile.linux 2011-12-02 16:28:26.966323351 -0700
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 @@ -33,7 +33,7 @@
29 install -t $(DESTDIR)/usr/bin out/makemkv
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