Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/gtkpod/files: gtkpod-0.99.14_p20090710-libmp4v2.patch
Date: Thu, 10 Sep 2009 15:13:05
Message-Id: E1MllKZ-0005vn-B8@stork.gentoo.org
1 ssuominen 09/09/10 15:13:03
2
3 Added: gtkpod-0.99.14_p20090710-libmp4v2.patch
4 Log:
5 dlopen libmp4v2.so.1 instead of libmp4v2.so.0 wrt #284471, thanks to Arthur Spitzer for reporting.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-pda/gtkpod/files/gtkpod-0.99.14_p20090710-libmp4v2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gtkpod/files/gtkpod-0.99.14_p20090710-libmp4v2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gtkpod/files/gtkpod-0.99.14_p20090710-libmp4v2.patch?rev=1.1&content-type=text/plain
13
14 Index: gtkpod-0.99.14_p20090710-libmp4v2.patch
15 ===================================================================
16 diff -ur gtkpod-0.99.14_p20090710.orig/src/mp4file.c gtkpod-0.99.14_p20090710/src/mp4file.c
17 --- gtkpod-0.99.14_p20090710.orig/src/mp4file.c 2009-07-10 18:46:43.000000000 +0300
18 +++ gtkpod-0.99.14_p20090710/src/mp4file.c 2009-09-10 18:08:47.000000000 +0300
19 @@ -339,7 +339,7 @@
20
21 void mp4_init()
22 {
23 - mp4v2_handle = dlopen("libmp4v2.so.0", RTLD_LAZY);
24 + mp4v2_handle = dlopen("libmp4v2.so.1", RTLD_LAZY);
25
26 if (!mp4v2_handle)
27 {