Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424477
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- makemkv-oss-1.7.6/makefile.linux.orig
0
++ makemkv-oss-1.7.6/makefile.linux
Lines 8-14 Link Here
8
MOC=moc
8
MOC=moc
9
endif
9
endif
10
10
11
CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
11
CXXOPTS=-D_GNU_SOURCE -D_linux_
12
12
13
BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
13
BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
14
BUILDINFO_BUILD_DATE=$(shell date)
14
BUILDINFO_BUILD_DATE=$(shell date)
Lines 38-44 Link Here
38
       install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
38
       install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
39
39
40
out/%: out/%.full
40
out/%: out/%.full
41
	objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@ 
41
	objcopy --discard-all $< $@ 
42
42
43
out/libdriveio.so.0.full:
43
out/libdriveio.so.0.full:
44
       mkdir -p out
44
       mkdir -p out

Return to bug 424477