diff options
author | krion <krion@FreeBSD.org> | 2004-02-14 20:53:25 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-14 20:53:25 +0800 |
commit | ea4934d330a8de8cbe3855cfeb72808583fc5ccb (patch) | |
tree | 7eee2d87b80a86d5f6e778d14c1547f0caf1fc30 /audio | |
parent | 2243b21ab4115748a9aa80b21464c1555d57d9a0 (diff) | |
download | freebsd-ports-gnome-ea4934d330a8de8cbe3855cfeb72808583fc5ccb.tar.gz freebsd-ports-gnome-ea4934d330a8de8cbe3855cfeb72808583fc5ccb.tar.zst freebsd-ports-gnome-ea4934d330a8de8cbe3855cfeb72808583fc5ccb.zip |
- Update to version 0.99.2
PR: ports/62812
Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lplayer/Makefile | 9 | ||||
-rw-r--r-- | audio/lplayer/distinfo | 4 | ||||
-rw-r--r-- | audio/lplayer/pkg-plist | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/audio/lplayer/Makefile b/audio/lplayer/Makefile index d6aeea8cd108..b03426d6b360 100644 --- a/audio/lplayer/Makefile +++ b/audio/lplayer/Makefile @@ -8,12 +8,11 @@ # PORTNAME= lplayer -PORTVERSION= 0.99.1.2 -PORTREVISION= 1 +PORTVERSION= 0.99.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}_src +DISTNAME= ${PORTNAME}-${PORTVERSION}_src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -21,7 +20,7 @@ COMMENT= A QT program to queue lots of MP3s for random XMMS play LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_QT_VER= 3 USE_REINPLACE= yes @@ -35,5 +34,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ 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 .include <bsd.port.mk> diff --git a/audio/lplayer/distinfo b/audio/lplayer/distinfo index 20f6884897c1..3b2e8a38bea1 100644 --- a/audio/lplayer/distinfo +++ b/audio/lplayer/distinfo @@ -1,2 +1,2 @@ -MD5 (lplayer-0.99.1-2_src.tgz) = c7a3086f30f84529d74294c658f72872 -SIZE (lplayer-0.99.1-2_src.tgz) = 1331516 +MD5 (lplayer-0.99.2_src.tgz) = 66daef96bef8de36da595d8140b47d1b +SIZE (lplayer-0.99.2_src.tgz) = 1107714 diff --git a/audio/lplayer/pkg-plist b/audio/lplayer/pkg-plist index 8044edfb4f16..db693dd86055 100644 --- a/audio/lplayer/pkg-plist +++ b/audio/lplayer/pkg-plist @@ -7,7 +7,9 @@ bin/lplayer-bin %%DATADIR%%/images/lplayerlogo.png %%DATADIR%%/images/lplayerlogo2.png %%DATADIR%%/images/lplayerlogo3.png +%%DATADIR%%/images/minimal.png %%DATADIR%%/images/next.png +%%DATADIR%%/images/normal.png %%DATADIR%%/images/play.png %%DATADIR%%/images/playnow.png %%DATADIR%%/images/previous.png |