diff -urN -x .DS_Store /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/audio/taglib/Portfile ./Portfile
old
|
new
|
|
5 | 5 | PortGroup cmake 1.0 |
6 | 6 | |
7 | 7 | name taglib |
8 | | version 1.8 |
| 8 | version 1.9.1 |
9 | 9 | categories audio |
10 | 10 | license {LGPL-2 MPL-1.1} |
11 | 11 | maintainers rmstonecipher openmaintainer |
… |
… |
|
17 | 17 | Vorbis comments in FLAC files. |
18 | 18 | homepage http://developer.kde.org/~wheeler/taglib.html |
19 | 19 | platforms darwin |
20 | | master_sites https://github.com/downloads/${name}/${name}/ |
21 | | checksums rmd160 1009fe5b59043ff2096087ea167b358a175e5a92 \ |
22 | | sha256 66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a |
| 20 | master_sites http://${name}.github.io/releases/ |
| 21 | checksums rmd160 932a71f5c9e8fe332a90d29a36ac1310c025879c \ |
| 22 | sha256 72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a |
23 | 23 | |
24 | 24 | depends_lib-append port:zlib |
25 | 25 | |
… |
… |
|
29 | 29 | |
30 | 30 | configure.args-append ../${distname} \ |
31 | 31 | -DWITH_ASF=On -DWITH_MP4=On |
32 | | # asf and mp4 are necessary for Amarok. |
| 32 | # asf and mp4 are necessary for Amarok. |
33 | 33 | # Change to make them optional was reportedly political |
34 | 34 | # http://lists.kde.org/?l=amarok&m=125338541922769&w=2 |
35 | 35 | |