The attached patch contains various fixes for multimedia/xfce4-parole: - Change PORTNAME to parole so DISTNAME and DATADIR no longer have to be set. - Use shorthand to set MASTER_SITES. - Shorten COMMENT to fit in pkg_info output. - Add LICENSE. - Remove GNU_CONFIGURE (redundant with USE_AUTOTOOLS). - Replace some gstreamer plugins with "core" which also includes pango plugin needed for subtitles. - Remove x264 gstreamer plugin because it's an encoder. H.264 decoding is provided by ffmpeg plugin which is part of core. - Remove --disable-gtk-doc-html from CONFIGURE_ARGS. - Remove ac_cv_prog_AWK="${AWK}" from CONFIGURE_ENV. - Make soup gstreamer plugin optional because it pulls in Gnome components. - Replace cdio gstreamer plugin with cdparanoia plugin which seems to use fewer cd disc reads. Also, cdio is part the "ugly" plugin package and cdparanoia of the "base" plugin package. - Remove cdaudio gstreamer plugin. It doesn't seem to work and is redundant with cdparanoia. - Fix NLS option by patching configure script. Currently locale data is always installed. - Add share/applications to pkg-plist. - Any portlint issues have been fixed as well.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-xfce Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-xfce->rene Grab
State Changed From-To: open->closed Committed, thanks
rene 2012-04-29 11:34:25 UTC FreeBSD ports repository Modified files: multimedia/xfce4-parole Makefile pkg-plist multimedia/xfce4-parole/files patch-configure Log: - Add license (GPLv2) - Change PORTNAME from "xfce4-parole" to "parole" to avoid setting DATADIR and DISTNAME - Replace some gstramer plugins with the core gstreamer plugin which also provides the pango plugin needed for subtitles. - Remove x264 gstreamer plugin (encoder only). - Replace cdio gstreamer (ugly) plugin with cdparanoia gstreamer (base) plugin. - Remove broken cdaudio gstreamer plugin (redundant with cdparanoia plugin). - Make soup gstreamer plugin optional because it pulls in GNOME components. - Makefile cleanups - Fix portlint warnings PR: ports/166980 Submitted by: Tijl Coosemans Revision Changes Path 1.16 +19 -21 ports/multimedia/xfce4-parole/Makefile 1.2 +9 -1 ports/multimedia/xfce4-parole/files/patch-configure 1.5 +1 -0 ports/multimedia/xfce4-parole/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"