Update to 1.8.1
Submitted by: maintainer
This commit is contained in:
parent
0ec617aecd
commit
d8e7c17f9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65529
2 changed files with 15 additions and 11 deletions
|
@ -6,28 +6,32 @@
|
|||
#
|
||||
|
||||
PORTNAME= goom
|
||||
PORTVERSION= 1.7.6
|
||||
PORTVERSION= 1.8.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= goom
|
||||
PKGNAMEPREFIX= xmms-
|
||||
DISTNAME= xmms-goom_${PORTVERSION:S/.p/pre/}
|
||||
DISTNAME= xmms-goom_${PORTVERSION:S/.p/pre/}-2
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= dyeske@yahoo.com
|
||||
|
||||
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
|
||||
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
|
||||
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GNOME= gdkpixbuf
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g;' \
|
||||
${WRKSRC}/configure
|
||||
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g; s|-lgtk|-lgtk12|g;' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g; \
|
||||
s|-lgtk|`${GTK_CONFIG} --libs`|g; \
|
||||
s|-O9||' \
|
||||
${BUILD_WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xmms-goom_1.7.6.tgz) = 8eeeb99f5d4f14c90871495c9b8bf9fe
|
||||
MD5 (xmms-goom_1.8.1-2.tgz) = 26a4870c9a42ae33b5a5b48f262ce39b
|
||||
|
|
Loading…
Reference in a new issue