[124870] trunk/dports/audio

khindenburg at macports.org khindenburg at macports.org
Fri Aug 29 18:01:49 PDT 2014


Revision: 124870
          https://trac.macports.org/changeset/124870
Author:   khindenburg at macports.org
Date:     2014-08-29 18:01:49 -0700 (Fri, 29 Aug 2014)
Log Message:
-----------
chromaprint: new port #42550

Added Paths:
-----------
    trunk/dports/audio/chromaprint/
    trunk/dports/audio/chromaprint/Portfile

Added: trunk/dports/audio/chromaprint/Portfile
===================================================================
--- trunk/dports/audio/chromaprint/Portfile	                        (rev 0)
+++ trunk/dports/audio/chromaprint/Portfile	2014-08-30 01:01:49 UTC (rev 124870)
@@ -0,0 +1,42 @@
+# -*- 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           bitbucket 1.0
+
+bitbucket.setup     acoustid chromaprint 1.2
+categories          audio
+description         Chromaprint
+long_description    Chromaprint is the core component of the AcoustID \
+                    project. It's a client-side library that implements \
+                    a custom algorithm for extracting fingerprints from \
+                    any audio source.
+
+maintainers         khindenburg openmaintainer
+
+homepage            http://acoustid.org/chromaprint
+platforms           darwin
+master_sites        https://bitbucket.org/acoustid/${name}/downloads/
+license             LGPL-2.1+
+
+checksums           rmd160  208ddea00c22451b6838ab8415834403e918b541 \
+                    sha256  822b8949a322ac04c6f8a3ed78f5e689bcc493c6ca0972bf627c913c8430031a
+
+distname            ${name}-${version}
+
+depends_lib         path:lib/libavcodec.dylib:ffmpeg
+
+configure.args-append -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=ON
+
+# For the test to work: please install FFmpeg with libswresample
+#test.run            yes
+
+#pre-test {
+#    system "cd ${worksrcpath}/examples && cmake ."
+#}
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
+


Property changes on: trunk/dports/audio/chromaprint/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140829/8f28b4d1/attachment-0001.html>


More information about the macports-changes mailing list