svn commit: r379217 - in head/multimedia/phonon-gstreamer: . files

David Naylor dbn at FreeBSD.org
Wed Feb 18 16:09:17 UTC 2015


Author: dbn
Date: Wed Feb 18 16:09:15 2015
New Revision: 379217
URL: https://svnweb.freebsd.org/changeset/ports/379217
QAT: https://qat.redports.org/buildarchive/r379217/

Log:
  phonon-gstreamer: fix pkg-message to reference correct gstreamer port.
  
  phonon-gstreamer depends on multimedia/gstreamer1 however the pkg-message
  incorrectly referred to the multimedia/gstreamer-plugins-all port.
  
  Also, bump port revision due to change in pkg-message.  Specify LICENSE
  as LGPL21.

Modified:
  head/multimedia/phonon-gstreamer/Makefile
  head/multimedia/phonon-gstreamer/files/pkg-message.in

Modified: head/multimedia/phonon-gstreamer/Makefile
==============================================================================
--- head/multimedia/phonon-gstreamer/Makefile	Wed Feb 18 15:51:48 2015	(r379216)
+++ head/multimedia/phonon-gstreamer/Makefile	Wed Feb 18 16:09:15 2015	(r379217)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phonon
 PORTVERSION=	4.8.2
+PORTREVISION=	1
 CATEGORIES=	multimedia kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src
 PKGNAMESUFFIX=	-gstreamer
@@ -12,6 +13,8 @@ DIST_SUBDIR=	KDE
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	GStreamer backend for Phonon
 
+LICENSE=	LGPL21
+
 USE_GL=		gl
 USE_GNOME=	glib20 libxml2
 USE_GSTREAMER1=	yes

Modified: head/multimedia/phonon-gstreamer/files/pkg-message.in
==============================================================================
--- head/multimedia/phonon-gstreamer/files/pkg-message.in	Wed Feb 18 15:51:48 2015	(r379216)
+++ head/multimedia/phonon-gstreamer/files/pkg-message.in	Wed Feb 18 16:09:15 2015	(r379217)
@@ -1,7 +1,7 @@
 ======================================================================
 
 You'll need to install some GStreamer plugins to make Phonon able to
-play something via this backend: multimedia/gstreamer-plugins-all will
-let you choose among all of them.
+play something via this backend: multimedia/gstreamer1-plugins-all
+will let you choose among all of them.
 
 ======================================================================


More information about the svn-ports-all mailing list