pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/37418: Compile error
>Number: 37418
>Category: pkg
>Synopsis: Compile error
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Nov 21 20:00:01 +0000 2007
>Originator: Johann Franz
>Release: 4.0_RC4
>Organization:
none
>Environment:
NetBSD marvin 4.0_RC4 NetBSD 4.0_RC4 (MARVIN) #8: Wed Nov 14 20:24:48 CET 2007
johann@marvin:/usr/obj/sys/arch/i386/compile/MARVIN i386
>Description:
Build fails, wrong number of arguments in a function..
>How-To-Repeat:
cd /usr/pkgsrc/audio/easytag
make
cd /usr/pkgsrc/audio/easytag-current
make
>Fix:
Please apply to both easytag and easytag-current:
--- src/mp4_tag.c.orig 2007-06-14 23:52:38.000000000 +0200
+++ src/mp4_tag.c
@@ -185,7 +185,7 @@ gboolean Mp4tag_Read_File_Tag (gchar *fi
* Picture *
***********/
// There is only one picture!
- if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) )
+ if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) )
{
Picture *pic = Picture_Allocate();
pic->size = coverSize;
Home |
Main Index |
Thread Index |
Old Index