1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build with the new API of textproc/libcue (revision r413589)

- Bump PORTREVISION

Obtained from:	Upstream GNOME repository
This commit is contained in:
Olivier Duchateau 2016-04-18 17:26:47 +00:00
parent 410cec86fa
commit c1038740c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413592
2 changed files with 30 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= tracker
PORTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME

View File

@ -0,0 +1,29 @@
--- src/tracker-extract/tracker-cue-sheet.c.orig 2014-10-01 21:11:49 UTC
+++ src/tracker-extract/tracker-cue-sheet.c
@@ -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 @@ add_cdtext_string_tag (Cdtext *cd_t
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 @@ add_cdtext_comment_date_tag (Rem
static void
add_cdtext_comment_double_tag (Rem *cd_comments,
- enum Cmt index,
+ enum RemType index,
GstTagList *tag_list,
const gchar *tag)
{