diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 12:06:37 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 12:06:37 +0000 |
commit | cf65c9e982081b4bfbf46504b2420363c905acfb (patch) | |
tree | fdade81240651d0e0258e41fff0de6a6ad501890 /audio/lplayer | |
parent | 35d3b02800e6215a854b144e94f30793097370d2 (diff) | |
download | ports-cf65c9e982081b4bfbf46504b2420363c905acfb.tar.gz ports-cf65c9e982081b4bfbf46504b2420363c905acfb.zip |
Notes
Diffstat (limited to 'audio/lplayer')
-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 0ded0bc75a10..0c5177b8bc4d 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 b7be9af0022b..bec0e59c64fa 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 fb07fa41e5b0..1d9de0c44c08 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 |