chewi 15/03/08 10:55:49
Added: makemkv-path.patch
Removed: makemkv-1.8.13-makefile.linux.patch
makemkv-1.8.8-makefile.linux.patch
makemkv-1.8.11-makefile.linux.patch
makemkv-1.8.9-makefile.linux.patch
makemkv-1.8.12-makefile.linux.patch
makemkv-1.8.7-makefile.linux.patch
Log:
Taking over maintainership. Version bump (bug #528698) and removal of
old versions except 1.8.10, which supports older glibc versions. Patch
to fix path for libaacs/libbdplus emulation and inform users about how
to use this feature (bug #509838).
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
9C6D7DE4)
Revision Changes Path
1.1 media-video/makemkv/files/makemkv-path.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-path.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-path.patch?rev=1.1&content-type=text/plain
Index: makemkv-path.patch
===================================================================
--- makemkv-oss-1.8.10/makemkvgui/src/api_linux.cpp.orig 2014-04-13
14:01:36.000000000 +0100
+++ makemkv-oss-1.8.10/makemkvgui/src/api_linux.cpp 2014-05-08
00:09:52.863784998 +0100
@@ -36,9 +36,7 @@
}
static const char* const app_locations[]={
- "/bin",
- "/usr/bin",
- "/usr/local/bin",
+ "/opt/bin",
NULL };
const char* const* ApGetAppLocations()