mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update libmp3splt to 0.8.2
- Update mp3splt to 2.5.2 - Add license - Pet portlint Submitted by: maintainer via IRC
This commit is contained in:
parent
ef41b06b74
commit
f9e23d60b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316413
@ -2,14 +2,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmp3splt
|
||||
PORTVERSION= 0.8.1a
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= citrin@citrin.ru
|
||||
COMMENT= Library for splitting of various audio files
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-cutter --disable-doxygen_doc
|
||||
USES= pathfix
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libltdl
|
||||
MAKE_JOBS_SAFE= yes
|
||||
@ -25,9 +29,10 @@ OPTIONS_DEFAULT= MAD VORBIS ID3 PCRE NLS
|
||||
PLUGIN_DIR= libmp3splt0
|
||||
|
||||
PLIST_DIRS= include/libmp3splt lib/${PLUGIN_DIR}
|
||||
PLIST_FILES= include/libmp3splt/mp3splt.h lib/libmp3splt.a \
|
||||
PLIST_DIRSTRY= libdata/pkgconfig
|
||||
PLIST_FILES= include/libmp3splt/mp3splt.h include/libmp3splt/version.h lib/libmp3splt.a \
|
||||
lib/libmp3splt.la lib/libmp3splt.so lib/libmp3splt.so.0 \
|
||||
share/aclocal/mp3splt.m4
|
||||
libdata/pkgconfig/libmp3splt.pc
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libmp3splt-0.8.1a.tar.gz) = a8010061050bae297a4d85bf9626fb8c0c4a9fec110f7eee4cf739d256c84034
|
||||
SIZE (libmp3splt-0.8.1a.tar.gz) = 635022
|
||||
SHA256 (libmp3splt-0.8.2.tar.gz) = 7be4165da43b499a0a70084103ae5b0d9b3095c9d2fff1e673dcb10b9c232ade
|
||||
SIZE (libmp3splt-0.8.2.tar.gz) = 671071
|
||||
|
@ -9,4 +9,4 @@ few seconds. For mp3 files, both ID3v1 & ID3v2 tags are supported.
|
||||
|
||||
Mp3splt-project is split in 3 parts : libmp3splt, mp3splt and mp3splt-gtk.
|
||||
|
||||
WWW: http://mp3splt.sourceforge.net/
|
||||
WWW: http://mp3splt.sourceforge.net/
|
||||
|
@ -2,18 +2,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mp3splt
|
||||
PORTVERSION= 2.5.1
|
||||
PORTVERSION= 2.5.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= citrin@citrin.ru
|
||||
COMMENT= Utility to split MP3 and Ogg files (via CUE sheets)
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt
|
||||
|
||||
USES= pkgconfig:build
|
||||
USE_AUTOTOOLS= libltdl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-oggsplt_symlink --disable-mp3splttest
|
||||
CONFIGURE_ARGS= --enable-oggsplt_symlink
|
||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
@ -38,12 +42,4 @@ PLIST_DIRSTRY+= share/locale/de_DE
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} < 800067
|
||||
# getline() is GNU extension which FreeBSD only recently adopted
|
||||
@${REINPLACE_CMD} -E \
|
||||
's:getline\(&(.+, )&(.+, .+\) == )-1:fgets(\1\2NULL:' \
|
||||
${WRKSRC}/src/freedb.c
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mp3splt-2.5.1.tar.gz) = 90f332987db5883c69a2ef533e2b1555058290036040a76d62345f53d4b4cd80
|
||||
SIZE (mp3splt-2.5.1.tar.gz) = 251278
|
||||
SHA256 (mp3splt-2.5.2.tar.gz) = df093e8950ba8f160898296f57e7c9134316b6e20d51b3e66d9c3b39f5fc2a44
|
||||
SIZE (mp3splt-2.5.2.tar.gz) = 250066
|
||||
|
Loading…
Reference in New Issue
Block a user