1 | # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | PortGroup app 1.0 |
---|
7 | |
---|
8 | name picard |
---|
9 | version 0.16 |
---|
10 | categories multimedia |
---|
11 | platforms darwin |
---|
12 | maintainers strasweb.fr:rudloff \ |
---|
13 | openmaintainer |
---|
14 | description Official MusicBrainz tagger |
---|
15 | long_description MusicBrainz Picard is a cross-platform \ |
---|
16 | (Linux/Mac OS X/Windows) application written in Python \ |
---|
17 | and is the official MusicBrainz tagger. \ |
---|
18 | \ |
---|
19 | Picard supports the majority of audio file formats, is capable \ |
---|
20 | of using audio fingerprints (PUIDs, AcoustIDs), performing CD lookups \ |
---|
21 | and disc ID submissions, and it has excellent Unicode support. \ |
---|
22 | Additionally, there are several plugins available \ |
---|
23 | that extend Picard's features. |
---|
24 | |
---|
25 | homepage http://musicbrainz.org/doc/MusicBrainz_Picard |
---|
26 | license GPL-2.0 |
---|
27 | master_sites http://ftp.musicbrainz.org/pub/musicbrainz/picard/ |
---|
28 | |
---|
29 | checksums sha1 274071410550ee29051bb0137d72602921a015f9 \ |
---|
30 | rmd160 375610cfd8ff03825e22af726730fa85c7cb54fd |
---|
31 | |
---|
32 | depends_lib port:python25 \ |
---|
33 | port:py25-pyqt4 \ |
---|
34 | port:py25-mutagen |
---|
35 | |
---|
36 | post-destroot { |
---|
37 | reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${applications_dir}/${app.name}.app/Contents/MacOS/${app.name} |
---|
38 | } |
---|
39 | |
---|
40 | app.icon resources/images/256x256/picard.png |
---|
41 | app.executable ${filespath}/launch |
---|