diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-04-15 19:06:48 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-04-15 19:06:48 +0000 |
commit | 1b77d696a8935e2595175b69f2d0f53977ad6441 (patch) | |
tree | e73c386700a1f1667ad1f6c286c8a2ef9c5becd1 /audio | |
parent | e958600e6a833e032a5418893b3f8b4472f125a6 (diff) | |
download | ports-1b77d696a8935e2595175b69f2d0f53977ad6441.tar.gz ports-1b77d696a8935e2595175b69f2d0f53977ad6441.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/acoustid-fingerprinter/Makefile | 2 | ||||
-rw-r--r-- | audio/chromaprint/Makefile | 2 | ||||
-rw-r--r-- | audio/chromaprint/distinfo | 4 | ||||
-rw-r--r-- | audio/chromaprint/pkg-plist | 4 | ||||
-rw-r--r-- | audio/clementine-player/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-chromaprint/Makefile | 2 | ||||
-rw-r--r-- | audio/kid3-kde4/Makefile | 1 | ||||
-rw-r--r-- | audio/libgroove/Makefile | 1 | ||||
-rw-r--r-- | audio/py-pyacoustid/Makefile | 2 |
9 files changed, 11 insertions, 9 deletions
diff --git a/audio/acoustid-fingerprinter/Makefile b/audio/acoustid-fingerprinter/Makefile index cf3b8ebb014c..73bbbeec0458 100644 --- a/audio/acoustid-fingerprinter/Makefile +++ b/audio/acoustid-fingerprinter/Makefile @@ -2,7 +2,7 @@ PORTNAME= acoustid-fingerprinter PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://bitbucket.org/acoustid/${PORTNAME}/downloads/ \ GHC diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile index 53a2069f3dbd..d2873f6fbb4b 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= chromaprint -PORTVERSION= 1.1 +PORTVERSION= 1.3.1 CATEGORIES= audio MASTER_SITES= http://bitbucket.org/acoustid/${PORTNAME}/downloads/ diff --git a/audio/chromaprint/distinfo b/audio/chromaprint/distinfo index ce42133ef26d..c1ec6f17af6d 100644 --- a/audio/chromaprint/distinfo +++ b/audio/chromaprint/distinfo @@ -1,2 +1,2 @@ -SHA256 (chromaprint-1.1.tar.gz) = 6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12 -SIZE (chromaprint-1.1.tar.gz) = 542360 +SHA256 (chromaprint-1.3.1.tar.gz) = 8f95a011e6fe3a75281520daa9376b7f028300e20a5be9af08ef9c851d4bb581 +SIZE (chromaprint-1.3.1.tar.gz) = 538251 diff --git a/audio/chromaprint/pkg-plist b/audio/chromaprint/pkg-plist index e46aa9006b5c..42e50b1d7cbc 100644 --- a/audio/chromaprint/pkg-plist +++ b/audio/chromaprint/pkg-plist @@ -1,6 +1,6 @@ bin/fpcalc include/chromaprint.h lib/libchromaprint.so -lib/libchromaprint.so.0 -lib/libchromaprint.so.0.2.2 +lib/libchromaprint.so.1 +lib/libchromaprint.so.1.3.0 libdata/pkgconfig/libchromaprint.pc diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index a91f3ed9edde..c32b83d9bbb2 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio PKGNAMESUFFIX= -player diff --git a/audio/gstreamer1-plugins-chromaprint/Makefile b/audio/gstreamer1-plugins-chromaprint/Makefile index 04de50d2230b..a5d2b1779d30 100644 --- a/audio/gstreamer1-plugins-chromaprint/Makefile +++ b/audio/gstreamer1-plugins-chromaprint/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= GStreamer fingerprint audio plugin diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile index 079760cde390..96cf4678991a 100644 --- a/audio/kid3-kde4/Makefile +++ b/audio/kid3-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kid3 PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= SF diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile index 4fce675ab65e..96e921efd152 100644 --- a/audio/libgroove/Makefile +++ b/audio/libgroove/Makefile @@ -3,6 +3,7 @@ PORTNAME= libgroove PORTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/py-pyacoustid/Makefile b/audio/py-pyacoustid/Makefile index 9ba96a5d4914..1f6f9ca03da8 100644 --- a/audio/py-pyacoustid/Makefile +++ b/audio/py-pyacoustid/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyacoustid PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |