summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-03 13:29:58 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-03 13:29:58 +0800
commit9531e9388eef200bd1ae606e5fbfed4b19615d67 (patch)
tree4612e5a5f00b6162ab4a5130ee3cc6fe540726b1 /audio
parent74152aa244747424357e2de5e4701019c78151e0 (diff)
downloadmarcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.gz
marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.zst
marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9719 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag-devel/files/patch-src-mp4_tag.c11
-rw-r--r--audio/easytag/files/patch-src-mp4_tag.c11
-rw-r--r--audio/libao/Makefile1
3 files changed, 23 insertions, 0 deletions
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/