mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 1.7
- Add LICENSE - Remove MD5 checksum PR: ports/155494 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
This commit is contained in:
parent
5ef1b35e1b
commit
2f4a631de0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271155
@ -6,14 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= taglib
|
||||
PORTVERSION= 1.6.3
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://developer.kde.org/~wheeler/files/src/ \
|
||||
http://launchpad.net/taglib/trunk/1.6.3/+download/ \
|
||||
ftp://ftp.musicbrainz.org/${MASTER_SITE_SUBDIR}/ \
|
||||
http://uk.musicbrainz.org/${MASTER_SITE_SUBDIR}/ \
|
||||
ftp://ftp.osuosl.org/pub/${MASTER_SITE_SUBDIR}/
|
||||
MASTER_SITE_SUBDIR= pub/musicbrainz/users/luks/${PORTNAME}
|
||||
http://cloud.github.com/downloads/taglib/taglib/ \
|
||||
http://launchpad.net/taglib/trunk/${PORTVERSION}/+download/
|
||||
|
||||
MAINTAINER= bsdkaffee@gmail.com
|
||||
COMMENT= Library for manipulating ID3 tags and Ogg comments
|
||||
@ -22,6 +19,11 @@ USE_CMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
||||
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
CMAKE_ARGS= -DWITH_ASF:BOOL=ON \
|
||||
-DWITH_MP4:BOOL=ON
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (taglib-1.6.3.tar.gz) = ddf02f4e1d2dc30f76734df806e613eb
|
||||
SHA256 (taglib-1.6.3.tar.gz) = a9ba089cc2c6d26d266bad492de31cadaeb878dea858e22ae3196091718f284b
|
||||
SIZE (taglib-1.6.3.tar.gz) = 1127286
|
||||
SHA256 (taglib-1.7.tar.gz) = 09defb8dbfc35911179ab23757d744774738664df893c0fc6d8f1398b3ab773f
|
||||
SIZE (taglib-1.7.tar.gz) = 533974
|
||||
|
@ -1,11 +1,14 @@
|
||||
bin/taglib-config
|
||||
include/taglib/aifffile.h
|
||||
include/taglib/aiffproperties.h
|
||||
include/taglib/apefile.h
|
||||
include/taglib/apefooter.h
|
||||
include/taglib/apeitem.h
|
||||
include/taglib/apeproperties.h
|
||||
include/taglib/apetag.h
|
||||
include/taglib/asfattribute.h
|
||||
include/taglib/asffile.h
|
||||
include/taglib/asfpicture.h
|
||||
include/taglib/asfproperties.h
|
||||
include/taglib/asftag.h
|
||||
include/taglib/attachedpictureframe.h
|
||||
@ -13,6 +16,8 @@ include/taglib/audioproperties.h
|
||||
include/taglib/commentsframe.h
|
||||
include/taglib/fileref.h
|
||||
include/taglib/flacfile.h
|
||||
include/taglib/flacmetadatablock.h
|
||||
include/taglib/flacpicture.h
|
||||
include/taglib/flacproperties.h
|
||||
include/taglib/generalencapsulatedobjectframe.h
|
||||
include/taglib/id3v1genres.h
|
||||
@ -77,7 +82,7 @@ include/taglib/xingheader.h
|
||||
include/taglib/xiphcomment.h
|
||||
lib/libtag.so
|
||||
lib/libtag.so.1
|
||||
lib/libtag.so.1.6.3
|
||||
lib/libtag.so.1.7.0
|
||||
lib/libtag_c.so
|
||||
lib/libtag_c.so.0
|
||||
lib/libtag_c.so.0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user