diff options
author | makc <makc@FreeBSD.org> | 2013-07-10 23:25:37 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-07-10 23:25:37 +0800 |
commit | 1a510ec9e3c55c633ce0ab2b3b8cc9c8c5733343 (patch) | |
tree | 3d48048943100effa0fba21f952ed855c84e1e0e /audio/clementine-player | |
parent | 4011ba167cd528d14686379e20c4688e0d6e5bc7 (diff) | |
download | freebsd-ports-gnome-1a510ec9e3c55c633ce0ab2b3b8cc9c8c5733343.tar.gz freebsd-ports-gnome-1a510ec9e3c55c633ce0ab2b3b8cc9c8c5733343.tar.zst freebsd-ports-gnome-1a510ec9e3c55c633ce0ab2b3b8cc9c8c5733343.zip |
- Add patch which allows to build audio/acoustid-fingerprinter and
audio/chromaprint with different ffmpeg ports (based on patch from
multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint
Approved by: no reply from jhale@
Diffstat (limited to 'audio/clementine-player')
-rw-r--r-- | audio/clementine-player/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index a695bb1b3466..d7d039a51acc 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,6 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player |