# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup cmake 1.0 PortGroup github 1.0 github.setup taglib taglib 1.11.1 v categories audio license {LGPL-2 MPL-1.1} maintainers ryandesign openmaintainer description TagLib Audio Meta-Data Library long_description \ TagLib is a library for reading and editing the meta-data of \ several popular audio formats. Currently it supports both ID3v1 \ and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and \ Vorbis comments in FLAC files. platforms darwin homepage http://taglib.org github.tarball_from releases checksums rmd160 408d2a888875bc29fc64c4d0056daebba2c55192 \ sha256 b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b depends_lib-append port:zlib platform darwin 8 { configure.ldflags-append -lz } cmake.out_of_source yes configure.args-append ../${distname} \ -DWITH_ASF=On -DWITH_MP4=On -DBUILD_SHARED_LIBS=On # asf and mp4 are necessary for Amarok. # Change to make them optional was reportedly political # http://lists.kde.org/?l=amarok&m=125338541922769&w=2