Fixed FTBFS with new libcue
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
3d4f0324c1
commit
f5891ef49d
29
tracker-libcue-201-fix.diff
Normal file
29
tracker-libcue-201-fix.diff
Normal file
@ -0,0 +1,29 @@
|
||||
--- tracker-1.6.1/src/tracker-extract/tracker-cue-sheet.c 2016-02-23 07:35:56.035968654 +0000
|
||||
+++ tracker-1.6.1/src/tracker-extract/tracker-cue-sheet.c 2016-02-23 07:38:48.458509744 +0000
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <gst/tag/tag.h>
|
||||
|
||||
#if defined(HAVE_LIBCUE)
|
||||
-#include <libcue/libcue.h>
|
||||
+#include <libcue.h>
|
||||
#endif
|
||||
|
||||
#include <libtracker-common/tracker-file-utils.h>
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
static void
|
||||
add_cdtext_comment_date_tag (Rem *cd_comments,
|
||||
- enum Cmt index,
|
||||
+ enum RemType index,
|
||||
GstTagList *tag_list,
|
||||
const gchar *tag)
|
||||
{
|
||||
@@ -116,7 +116,7 @@
|
||||
|
||||
static void
|
||||
add_cdtext_comment_double_tag (Rem *cd_comments,
|
||||
- enum Cmt index,
|
||||
+ enum RemType index,
|
||||
GstTagList *tag_list,
|
||||
const gchar *tag)
|
||||
{
|
@ -16,7 +16,7 @@
|
||||
|
||||
Name: tracker
|
||||
Version: 1.7.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Desktop-neutral search tool and indexer
|
||||
|
||||
Group: Applications/System
|
||||
@ -27,6 +27,8 @@ Source0: https://download.gnome.org/sources/%{name}/1.7/%{name}-%{version
|
||||
# only autostart in Gnome, see also
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
||||
Patch0: 0001-Only-autostart-in-GNOME-771601.patch
|
||||
# See https://bugzilla.gnome.org/762512
|
||||
Patch1: tracker-libcue-201-fix.diff
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: firefox
|
||||
@ -174,6 +176,7 @@ This package contains the documentation for tracker
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .autostart-gnome
|
||||
%patch1 -p1 -b .libcue201
|
||||
|
||||
## nuke unwanted rpaths, see also
|
||||
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||
@ -328,6 +331,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 25 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.7.3-3
|
||||
- Fixed FTBFS with new libcue
|
||||
|
||||
* Wed Feb 24 2016 Adam Williamson <awilliam@redhat.com> - 1.7.3-2
|
||||
- rebuilt for new libcue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user