diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-15 19:32:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-15 19:32:48 +0000 |
commit | 87bc270ef3bcd0667fe5ced929b860407313c670 (patch) | |
tree | 9c423dd7a752f84df9db54eccaceada0b92cb779 /audio | |
parent | a5b1d56013f13c5b5a91bf25490b4f97056683f2 (diff) | |
download | freebsd-ports-87bc270ef3bcd0667fe5ced929b860407313c670.zip |
audio/cuberok:
- don't rely on phonon-gstreamer and add explicit dependency on gstreamer-0.10
(upcoming phonon-gstreamer will depend on GStreamer 1)
- drop needless USE_LDCONFIG
- deprecate, the project looks abandoned upstream, no support for modern
FFmpeg and GStreamer
Approved by: maintainer (implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cuberok/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/cuberok/Makefile b/audio/cuberok/Makefile index ef7ca23698b7..970bbf2b3dcf 100644 --- a/audio/cuberok/Makefile +++ b/audio/cuberok/Makefile @@ -17,7 +17,10 @@ LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \ libavutil0.so:${PORTSDIR}/multimedia/ffmpeg0 \ libtag.so:${PORTSDIR}/audio/taglib -USE_LDCONFIG= yes +DEPRECATED= Upstream development has stalled +EXPIRATION_DATE= 2014-11-15 + +USE_GSTREAMER= yes USE_QT4= gui xml uic_build moc_build rcc_build \ network phonon-gst sql USES= gettext iconv pkgconfig qmake |