FreeBSD Bugzilla – Attachment 52446 Details for
Bug 79462
Update port: audio/lplayer to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.89 KB, created by
tkato432
on 2005-04-02 18:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2005-04-02 18:10:10 UTC
Size:
2.89 KB
patch
obsolete
>diff -urN /usr/ports/audio/lplayer/Makefile audio/lplayer/Makefile >--- /usr/ports/audio/lplayer/Makefile Sat Dec 11 14:24:40 2004 >+++ audio/lplayer/Makefile Thu Mar 31 19:17:09 2005 >@@ -8,19 +8,19 @@ > # > > PORTNAME= lplayer >-PORTVERSION= 0.99.3 >+PORTVERSION= 1.0 > CATEGORIES= audio > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >-DISTNAME= ${PORTNAME}-${PORTVERSION}_src >-EXTRACT_SUFX= .tgz >+DISTNAME= ${PORTNAME}_${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org > COMMENT= A QT program to queue lots of MP3s for random XMMS play > >-LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms >+LIB_DEPENDS= db_cxx-4.3.0:${PORTSDIR}/databases/db43 \ >+ xmms.4:${PORTSDIR}/multimedia/xmms > >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+WRKSRC= ${WRKDIR}/${PORTNAME} > > USE_QT_VER= 3 > USE_REINPLACE= yes >@@ -32,11 +32,13 @@ > MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ > AUTOHEADER="${TRUE}" > >+QTCPPFLAGS+= -I${LOCALBASE}/include/db43 >+ > post-patch: >- @${REINPLACE_CMD} -e 's|-pedantic||g ; \ >- s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure >- @${REINPLACE_CMD} -e \ >- 's|#include "queue.h"||g' ${WRKSRC}/src/lpapp.cpp >+ @${REINPLACE_CMD} -e 's|-O2 ||g ; \ >+ s|-pedantic ||g ; \ >+ s|-lpthread|${PTHREAD_LIBS}|g ; \ >+ s|-ldb_cxx|-ldb_cxx-4.3|g' ${WRKSRC}/configure > > post-install: > @${LN} -sf lplayer ${PREFIX}/bin/longplayer >diff -urN /usr/ports/audio/lplayer/distinfo audio/lplayer/distinfo >--- /usr/ports/audio/lplayer/distinfo Tue May 18 22:43:20 2004 >+++ audio/lplayer/distinfo Thu Mar 31 12:16:31 2005 >@@ -1,2 +1,2 @@ >-MD5 (lplayer-0.99.3_src.tgz) = d7d965bae3cd6a14ee058bd386bc334c >-SIZE (lplayer-0.99.3_src.tgz) = 1352672 >+MD5 (lplayer_1.0.tar.gz) = 9276e2912fff731ae1164e2dd5e5c62c >+SIZE (lplayer_1.0.tar.gz) = 1003170 >diff -urN /usr/ports/audio/lplayer/files/patch-src::songaccess.h audio/lplayer/files/patch-src::songaccess.h >--- /usr/ports/audio/lplayer/files/patch-src::songaccess.h Thu Jan 1 09:00:00 1970 >+++ audio/lplayer/files/patch-src::songaccess.h Thu Mar 31 19:53:05 2005 >@@ -0,0 +1,10 @@ >+--- src/songaccess.h.orig Mon Jan 17 00:08:56 2005 >++++ src/songaccess.h Thu Mar 31 19:52:57 2005 >+@@ -58,7 +58,6 @@ >+ void store(Song song); >+ void remove(string key); >+ >+- using LPDatabaseReader::retrieve; //unhide retrieve(song) >+ /** looks up the song in the database */ >+ Song retrieve(string key); >+ >diff -urN /usr/ports/audio/lplayer/pkg-plist audio/lplayer/pkg-plist >--- /usr/ports/audio/lplayer/pkg-plist Tue May 18 22:43:20 2004 >+++ audio/lplayer/pkg-plist Thu Mar 31 19:59:09 2005 >@@ -1,5 +1,6 @@ > bin/longplayer > bin/lplayer >+%%DATADIR%%/images/add5.png > %%DATADIR%%/images/genre-disabled.png > %%DATADIR%%/images/genre.png > %%DATADIR%%/images/go.png >@@ -19,6 +20,7 @@ > %%DATADIR%%/images/ratedown32.png > %%DATADIR%%/images/rateup.png > %%DATADIR%%/images/rateup32.png >+%%DATADIR%%/images/refresh.png > %%DATADIR%%/images/stop.png > @dirrm %%DATADIR%%/images > @dirrm %%DATADIR%%
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
Actions:
View
|
Diff
Attachments on
bug 79462
: 52446