update to 1.3.5

This commit is contained in:
Oliver Lehmann 2007-06-11 19:40:37 +00:00
parent fe7754ea07
commit 1158484f9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193290
2 changed files with 11 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= audacious-plugins
PORTVERSION= 1.3.4
PORTVERSION= 1.3.5
CATEGORIES= multimedia audio
MASTER_SITES= http://static.audacious-media-player.org/release/
EXTRACT_SUFX= .tgz
@ -20,10 +20,11 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="-I${LOCALBASE}/include" \
CPP=${CPP}
CONFIGURE_ARGS= --disable-evdevplug --disable-alsa --disable-amidiplug \
--disable-pulse --disable-coreaudio --disable-projectm
--disable-pulse --disable-projectm
WANT_GNOME= yes
WANT_SDL= yes
@ -293,6 +294,9 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|$$EGREP|egrep|g' ${WRKSRC}/configure
post-install:
.if defined(WITH_GNOME)
@${ECHO_MSG} ""

View File

@ -1,3 +1,3 @@
MD5 (audacious-plugins-1.3.4.tgz) = 417ffe1cae7081b0dec404b659a6d67e
SHA256 (audacious-plugins-1.3.4.tgz) = 44534b9f1e03649322a3a9ff8bba99cb5790a736e81241d9285e40957aecb324
SIZE (audacious-plugins-1.3.4.tgz) = 2977560
MD5 (audacious-plugins-1.3.5.tgz) = ff6b5901367337f8149e15c8fb1fdf95
SHA256 (audacious-plugins-1.3.5.tgz) = aae72d89135e7989b2149d51a1ed3fba2d2b8293c4852e2d6bf8eacb79113f70
SIZE (audacious-plugins-1.3.5.tgz) = 2983930