Date: Sun, 28 Apr 2013 19:30:43 +0000 From: Olivier Duchateau <duchateau.olivier@gmail.com> To: Koop Mast <kwm@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r316723 - head/multimedia/gstreamer1-plugins-core Message-ID: <20130428193043.61c43137e9fddcf42e137171@gmail.com> In-Reply-To: <201304281355.r3SDtt7q017987@svn.freebsd.org> References: <201304281355.r3SDtt7q017987@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I think there's still problem with gstreamer1-plugins-core. I'm trying to compile multimedia/xfce4-parole with GStreamer 1.0, and compilation fails. ===> Applying FreeBSD patches for parole-0.5.0_1 ===> parole-0.5.0_1 depends on executable: update-desktop-database - found ===> parole-0.5.0_1 depends on executable: pkgconf - found ===> parole-0.5.0_1 depends on executable: gmake - found ===> parole-0.5.0_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> parole-0.5.0_1 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> parole-0.5.0_1 depends on package: gstreamer1-plugins-core>=1.0.5 - not found ===> Found gstreamer1-plugins-core-1.0, but you need to upgrade to gstreamer1-plugins-core>=1.0.5. *** Error code 1 Stop in /usr/ports/multimedia/xfce4-parole. *** Error code 1 I reinstalled each components of GStreamer 1.0 after your update, but error persists. If I replace core by its components everything is ok. My current work is here, http://code.google.com/p/xfce-ports/source/browse/#hg/multimedia/xfce4-parole On Sun, 28 Apr 2013 13:55:55 +0000 (UTC) Koop Mast <kwm@FreeBSD.org> wrote: > Author: kwm > Date: Sun Apr 28 13:55:55 2013 > New Revision: 316723 > URL: http://svnweb.freebsd.org/changeset/ports/316723 > > Log: > Fix portname. > > Submitted by: duplicate LATEST_LINK check script. > > Modified: > head/multimedia/gstreamer1-plugins-core/Makefile > > Modified: head/multimedia/gstreamer1-plugins-core/Makefile > ============================================================================== > --- head/multimedia/gstreamer1-plugins-core/Makefile Sun Apr 28 13:52:53 2013 (r316722) > +++ head/multimedia/gstreamer1-plugins-core/Makefile Sun Apr 28 13:55:55 2013 (r316723) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > # $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.17 2006/07/17 01:39:57 ahze Exp $ > > -PORTNAME= gstreamer-plugins-core > +PORTNAME= gstreamer1-plugins-core > PORTVERSION= ${GST1_VERSION} > PORTREVISION= 0 > CATEGORIES= multimedia audio -- olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130428193043.61c43137e9fddcf42e137171>