From 9531e9388eef200bd1ae606e5fbfed4b19615d67 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 3 Oct 2007 05:29:58 +0000 Subject: Sync w/ FreeBSD ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9719 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/easytag-devel/files/patch-src-mp4_tag.c | 11 +++++++++++ audio/easytag/files/patch-src-mp4_tag.c | 11 +++++++++++ audio/libao/Makefile | 1 + 3 files changed, 23 insertions(+) create mode 100644 audio/easytag-devel/files/patch-src-mp4_tag.c create mode 100644 audio/easytag/files/patch-src-mp4_tag.c (limited to 'audio') diff --git a/audio/easytag-devel/files/patch-src-mp4_tag.c b/audio/easytag-devel/files/patch-src-mp4_tag.c new file mode 100644 index 000000000..d931833f2 --- /dev/null +++ b/audio/easytag-devel/files/patch-src-mp4_tag.c @@ -0,0 +1,11 @@ +--- src/mp4_tag.c.orig 2007-10-02 22:37:42.000000000 +0400 ++++ src/mp4_tag.c 2007-10-02 22:39:54.000000000 +0400 +@@ -185,7 +185,7 @@ + * Picture * + ***********/ + // There is only one picture! +- if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) ) ++ if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) ) + { + Picture *pic = Picture_Allocate(); + pic->size = coverSize; diff --git a/audio/easytag/files/patch-src-mp4_tag.c b/audio/easytag/files/patch-src-mp4_tag.c new file mode 100644 index 000000000..81fdaf300 --- /dev/null +++ b/audio/easytag/files/patch-src-mp4_tag.c @@ -0,0 +1,11 @@ +--- src/mp4_tag.c.orig 2007-10-02 22:05:09.000000000 +0400 ++++ src/mp4_tag.c 2007-10-02 22:05:22.000000000 +0400 +@@ -185,7 +185,7 @@ + * Picture * + ***********/ + // There is only one picture! +- if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) ) ++ if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) ) + { + Picture *pic = Picture_Allocate(); + pic->size = coverSize; diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 46eb6d71f..afab0b60d 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -7,6 +7,7 @@ PORTNAME= libao PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ao/ -- cgit v1.2.3