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: Mon, 02 Jul 2012 15:20:54
Message-Id: 20120702152040.3FCF22004B@flycatcher.gentoo.org
1 mattm 12/07/02 15:20:40
2
3 Added: makemkv-1.7.6-makefile.linux.patch
4 Log:
5 Stab at resolving bug 424477 - added makefile patch that 1.7.6 ebuild wants.
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 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.1&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.1&content-type=text/plain
14
15 Index: makemkv-1.7.6-makefile.linux.patch
16 ===================================================================
17 --- makemkv-oss-1.7.6/makefile.linux.orig 2012-06-29 04:17:45.000000000 -0700
18 +++ makemkv-oss-1.7.6/makefile.linux 2012-07-02 08:12:16.388552664 -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 @@ -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