]> git.pld-linux.org Git - packages/gvfs.git/commitdiff
- fix libcdio-paranoia header location
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Feb 2013 12:40:02 +0000 (13:40 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Feb 2013 12:40:02 +0000 (13:40 +0100)
gvfs.spec
libcdio-paranoia.patch [new file with mode: 0644]

index 11882a68fd02db52025bacbc3f814a187fcc5beb..38e39316d32bd9b686c5a0a77900ab311d4bd0fc 100644 (file)
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -8,6 +8,7 @@ Group:          Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.14/%{name}-%{version}.tar.xz
 # Source0-md5: 43e7af7132c2425289321c2156655d1f
 Patch0:                set_attributes_from_info-v1.patch
+Patch1:                libcdio-paranoia.patch
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11.1
 BuildRequires: avahi-glib-devel >= 0.6.22
@@ -106,6 +107,7 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla gvfs.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
diff --git a/libcdio-paranoia.patch b/libcdio-paranoia.patch
new file mode 100644 (file)
index 0000000..8d2d5ab
--- /dev/null
@@ -0,0 +1,11 @@
+--- gvfs-1.14.2/daemon/gvfsbackendcdda.c~      2012-11-12 17:41:07.000000000 +0100
++++ gvfs-1.14.2/daemon/gvfsbackendcdda.c       2013-02-04 13:39:01.838040145 +0100
+@@ -55,7 +55,7 @@
+ #include "gvfsjobenumerate.h"
+ #define DO_NOT_WANT_PARANOIA_COMPATIBILITY
+-#include <cdio/paranoia.h>
++#include <cdio/paranoia/paranoia.h>
+ #include <cdio/cdio.h>
+ /* TODO:
This page took 0.02867 seconds and 4 git commands to generate.