svn commit: r370948 - head/audio/cuberok

Max Brazhnikov makc at FreeBSD.org
Wed Oct 15 19:32:49 UTC 2014


Author: makc
Date: Wed Oct 15 19:32:48 2014
New Revision: 370948
URL: https://svnweb.freebsd.org/changeset/ports/370948
QAT: https://qat.redports.org/buildarchive/r370948/

Log:
  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)

Modified:
  head/audio/cuberok/Makefile

Modified: head/audio/cuberok/Makefile
==============================================================================
--- head/audio/cuberok/Makefile	Wed Oct 15 19:28:20 2014	(r370947)
+++ head/audio/cuberok/Makefile	Wed Oct 15 19:32:48 2014	(r370948)
@@ -17,7 +17,10 @@ LIB_DEPENDS=	libavcodec0.so:${PORTSDIR}/
 		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


More information about the svn-ports-head mailing list