Last change
on this file since 77147 was
77147,
checked in by rmstonecipher@…, 9 years ago
|
audio/taglib upgraded version from 1.6.3 to 1.7, incremented revision of 15 dependents
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.4 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 77147 2011-03-21 06:27:29Z rmstonecipher@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name taglib |
---|
8 | version 1.7 |
---|
9 | categories audio |
---|
10 | maintainers rmstonecipher openmaintainer |
---|
11 | description TagLib Audio Meta-Data Library |
---|
12 | long_description \ |
---|
13 | TagLib is a library for reading and editing the meta-data of \ |
---|
14 | several popular audio formats. Currently it supports both ID3v1 \ |
---|
15 | and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and \ |
---|
16 | Vorbis comments in FLAC files. |
---|
17 | homepage http://developer.kde.org/~wheeler/taglib.html |
---|
18 | platforms darwin |
---|
19 | master_sites http://developer.kde.org/~wheeler/files/src/ |
---|
20 | checksums md5 6a7e312668f153fa905a81714aebc257 \ |
---|
21 | sha1 5138e1665182bc2171e298ff31518c9ad72ddf23 \ |
---|
22 | rmd160 2030af5f61b1dcdeabfc86347c107d13a308a800 |
---|
23 | |
---|
24 | depends_lib-append port:zlib |
---|
25 | |
---|
26 | platform darwin 8 { |
---|
27 | configure.ldflags-append -lz |
---|
28 | } |
---|
29 | |
---|
30 | configure.args-append ../${distname} \ |
---|
31 | -DWITH_ASF=On -DWITH_MP4=On |
---|
32 | # asf and mp4 are necessary for Amarok. |
---|
33 | # Change to make them optional was reportedly political |
---|
34 | # http://lists.kde.org/?l=amarok&m=125338541922769&w=2 |
---|
35 | |
---|
36 | livecheck.type regex |
---|
37 | livecheck.url ${homepage} |
---|
38 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|
Note: See
TracBrowser
for help on using the repository browser.