Date: Sat, 14 Feb 2004 13:00:06 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62812: Update port: audio/lplayer to 0.99.2 Message-ID: <20040214130006.20c515a3.tkato@prontomail.com> Resent-Message-ID: <200402140410.i1E4A8Ee097205@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62812 >Category: ports >Synopsis: Update port: audio/lplayer to 0.99.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 13 20:10:07 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.99.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/lplayer/Makefile audio/lplayer/Makefile --- /usr/ports/audio/lplayer/Makefile Wed Feb 4 18:55:23 2004 +++ audio/lplayer/Makefile Thu Feb 12 00:12:27 2004 @@ -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 @@ 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 @@ 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 -urN /usr/ports/audio/lplayer/distinfo audio/lplayer/distinfo --- /usr/ports/audio/lplayer/distinfo Wed Jan 28 18:45:04 2004 +++ audio/lplayer/distinfo Wed Feb 11 23:36:24 2004 @@ -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 -urN /usr/ports/audio/lplayer/pkg-plist audio/lplayer/pkg-plist --- /usr/ports/audio/lplayer/pkg-plist Tue Jan 13 00:46:28 2004 +++ audio/lplayer/pkg-plist Thu Feb 12 00:39:58 2004 @@ -7,7 +7,9 @@ %%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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040214130006.20c515a3.tkato>