diff options
author | wen <wen@FreeBSD.org> | 2009-11-27 10:08:54 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-27 10:08:54 +0800 |
commit | 9cb465b68dbb9609f0a19d4362da6cffeafea4a9 (patch) | |
tree | f2724b37d2be78a09fe1839f290dfc3ac7f63688 /audio/mp3splt | |
parent | 742a5c46fc1123d5718283c4d7f97c2b860d3769 (diff) | |
download | freebsd-ports-gnome-9cb465b68dbb9609f0a19d4362da6cffeafea4a9.tar.gz freebsd-ports-gnome-9cb465b68dbb9609f0a19d4362da6cffeafea4a9.tar.zst freebsd-ports-gnome-9cb465b68dbb9609f0a19d4362da6cffeafea4a9.zip |
- Update to 2.2.6a
PR: ports/139167
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: maintainer
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 18 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 6 |
2 files changed, 17 insertions, 7 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 5b47a2e02acf..e697eb89ad84 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mp3splt -PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTVERSION= 2.2.6a CATEGORIES= audio MASTER_SITES= SF @@ -20,11 +19,22 @@ USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +CONFIGURE_ARGS+=--enable-oggsplt_symlink --disable-mp3splttest -MAN1= mp3splt.1 +OPTIONS= NLS "Native language support" on + +MAN1= oggsplt.1 mp3splt.1 PLIST_FILES= bin/mp3splt bin/oggsplt post-install: - @${LN} -fsv ${PREFIX}/bin/mp3splt ${PREFIX}/bin/oggsplt +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +.else +USE_GETTEXT= yes +LANGUAGES= de fr +.for language in ${LANGUAGES} +PLIST_FILES+= share/locale/${language}/LC_MESSAGES/mp3splt.mo +.endfor +.endif .include <bsd.port.mk> diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index 43bc298daa7c..7a5fbc7d4582 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,3 +1,3 @@ -MD5 (mp3splt-2.2.3.tar.gz) = aa67e24931c62d2f09be13303fbf410e -SHA256 (mp3splt-2.2.3.tar.gz) = aae0abb51f537224135204de2dea516a2293a9385f58c7167c483df28a717b04 -SIZE (mp3splt-2.2.3.tar.gz) = 135298 +MD5 (mp3splt-2.2.6a.tar.gz) = 4d49ad93f46ed8fcdf4bf2e269c80929 +SHA256 (mp3splt-2.2.6a.tar.gz) = 66060497b0b574d4e79ac1d692c36a9907bfbb5ef2c0ed07bf89b2bc14b0702d +SIZE (mp3splt-2.2.6a.tar.gz) = 214625 |