diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-01 12:06:37 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-01 12:06:37 +0000 |
commit | 76926c65ac732ae379b269205ac585dfef227d34 (patch) | |
tree | 88a0b27e268752f50cf9ef01e142230a195c4982 /audio | |
parent | 94e88232339ec56707300fe66e765c451ac65402 (diff) | |
download | FreeBSD-ports-76926c65ac732ae379b269205ac585dfef227d34.zip FreeBSD-ports-76926c65ac732ae379b269205ac585dfef227d34.tar.gz |
update audio/lplayer: 0.98.1 --> 0.98.2
PR: 53337
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lplayer/Makefile | 9 | ||||
-rw-r--r-- | audio/lplayer/distinfo | 2 | ||||
-rw-r--r-- | audio/lplayer/files/patch-lp.pro | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/audio/lplayer/Makefile b/audio/lplayer/Makefile index 0ded0bc..0c5177b 100644 --- a/audio/lplayer/Makefile +++ b/audio/lplayer/Makefile @@ -8,9 +8,7 @@ # PORTNAME= lplayer -PORTVERSION= 0.98.1 -PORTREVISION= 1 -#PORTEPOCH= +PORTVERSION= 0.98.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,11 +20,12 @@ COMMENT= A QT program to queue lots of MP3s for random XMMS play BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src + USE_QT_VER= 3 -USE_GMAKE= yes USE_REINPLACE= yes +USE_GMAKE= yes HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src MAKE_ENV+= QTDIR=${QT_PREFIX} CONFIGURE_ENV= ${MAKE_ENV} diff --git a/audio/lplayer/distinfo b/audio/lplayer/distinfo index b7be9af..bec0e59 100644 --- a/audio/lplayer/distinfo +++ b/audio/lplayer/distinfo @@ -1 +1 @@ -MD5 (lplayer_0.98.1_src.tgz) = 9b6549068ff8af469d266bebbae7fb6c +MD5 (lplayer_0.98.2_src.tgz) = 95e74e891696f68fdf2cb5202bf159d8 diff --git a/audio/lplayer/files/patch-lp.pro b/audio/lplayer/files/patch-lp.pro index fb07fa4..1d9de0c 100644 --- a/audio/lplayer/files/patch-lp.pro +++ b/audio/lplayer/files/patch-lp.pro @@ -1,14 +1,14 @@ ---- lp.pro.orig Wed Nov 13 05:39:16 2002 -+++ lp.pro Mon Dec 16 06:31:17 2002 -@@ -82,9 +82,8 @@ +--- lp.pro.orig Tue Jan 21 01:57:13 2003 ++++ lp.pro Sat Jun 14 20:08:02 2003 +@@ -88,9 +88,8 @@ #Qt only #============================================================================== #works most of the time -TMAKE_LIBS = -lxmms -L/sw/lib -lglib -INCLUDEPATH = /usr/include/xmms /usr/lib/glib/include /usr/include/glib-1.2\ -- /sw/include/xmms /sw/lib/glib/include /sw/include/glib-1.2 +- /sw/include/xmms /sw/lib/glib/include /sw/include/glib-1.2 /sw/include/qt +TMAKE_LIBS = -L@X11BASE@/lib -L@LOCALBASE@/lib @XMMSLIBS@ -+INCLUDEPATH = @X11BASE@/include @X11BASE@/include @XMMSINCS@ ++INCLUDEPATH = @X11BASE@/include @LOCALBASE@/include @XMMSINCS@ #mac os x using fink #TMAKE_LIBS = -lxmms -L/sw/lib -lglib |