FreeBSD Bugzilla – Attachment 195911 Details for
Bug 230390
audio/xmms-faad: Update to 2.8.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update
xmms-faad (text/plain), 2.88 KB, created by
Nathan
on 2018-08-05 19:56:30 UTC
(
hide
)
Description:
Update
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-05 19:56:30 UTC
Size:
2.88 KB
patch
obsolete
>Index: audio/xmms-faad/Makefile >=================================================================== >--- audio/xmms-faad/Makefile (revision 476319) >+++ audio/xmms-faad/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= faad2 >-PORTVERSION= 2.8.6 >+PORTVERSION= 2.8.8 > CATEGORIES= audio > MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0 > PKGNAMEPREFIX= xmms- >@@ -11,23 +11,24 @@ > COMMENT= XMMS plugin for MP4/M4A/AAC files > > LICENSE= GPLv2+ >-LICENSE_FILE= ${WRKSRC}/../../../COPYING >+LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS= libxmms.so:multimedia/xmms \ > libfaad.so:audio/faad > >-WRKSRC_SUBDIR= plugins/xmms/src >+WRKSRCDIR= ${WRKSRC}/plugins/xmms/src > > USES= pkgconfig > USE_GNOME= gtk12 >+USE_LDCONFIG= yes > EXTRA_CFLAGS= `xmms-config --cflags` > EXTRA_LDFLAGS= `xmms-config --libs` > > PLUGINS_DIR= ${PREFIX}/lib/xmms/Input >-PLIST_FILES= ${PLUGINS_DIR:S,^${PREFIX}/,,}/libmp4.so >+PLIST_FILES= ${PLUGINS_DIR}/libmp4.so man/man3/libfaad.3.gz > > do-build: >- cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -shared \ >+ cd ${WRKSRCDIR} && ${CC} ${CFLAGS} -fPIC -shared \ > -I${LOCALBASE}/include -DHAVE_STDINT_H \ > ${EXTRA_CFLAGS} *.c -o libmp4.so \ > -L${LOCALBASE}/lib -lfaad -lmp4ff \ >@@ -34,7 +35,9 @@ > ${EXTRA_LDFLAGS} > > do-install: >- @${MKDIR} ${STAGEDIR}${PLUGINS_DIR} >- ${INSTALL_LIB} ${WRKSRC}/libmp4.so ${STAGEDIR}${PLUGINS_DIR} >+ @${MKDIR} ${STAGEDIR}${PLUGINS_DIR} \ >+ ${STAGEDIR}${MANDIRS}/man3 >+ ${INSTALL_LIB} ${WRKSRCDIR}/libmp4.so ${STAGEDIR}${PLUGINS_DIR} >+ ${INSTALL_MAN} ${WRKSRC}/docs/libfaad.3 ${STAGEDIR}${MANDIRS}/man3 > > .include <bsd.port.mk> >Index: audio/xmms-faad/distinfo >=================================================================== >--- audio/xmms-faad/distinfo (revision 476319) >+++ audio/xmms-faad/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1509543431 >-SHA256 (faad2-2.8.6.tar.gz) = 654977adbf62eb81f4fca00152aca58ce3b6dd157181b9edd7bed687a7c73f21 >-SIZE (faad2-2.8.6.tar.gz) = 1025654 >+TIMESTAMP = 1533496443 >+SHA256 (faad2-2.8.8.tar.gz) = 985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d >+SIZE (faad2-2.8.8.tar.gz) = 1069044 >Index: audio/xmms-faad/files/patch-mp4__utils.c >=================================================================== >--- audio/xmms-faad/files/patch-mp4__utils.c (revision 476319) >+++ audio/xmms-faad/files/patch-mp4__utils.c (nonexistent) >@@ -1,11 +0,0 @@ >---- mp4_utils.c.orig 2004-10-17 20:44:51 UTC >-+++ mp4_utils.c >-@@ -3,7 +3,7 @@ >- */ >- >- #include "mp4ff.h" >--#include "faad.h" >-+#include "neaacdec.h" >- >- #include <gtk/gtk.h> >- #include <stdio.h> > >Property changes on: audio/xmms-faad/files/patch-mp4__utils.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230390
: 195911 |
195912
|
195913