Bug 166980 - [patch] multimedia/xfce4-parole: various fixes
Summary: [patch] multimedia/xfce4-parole: various fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-15 21:30 UTC by Tijl Coosemans
Modified: 2012-04-29 12:40 UTC (History)
0 users

See Also:


Attachments
xfce4-parole.update (3.40 KB, text/plain)
2012-04-15 21:30 UTC, Tijl Coosemans
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2012-04-15 21:30:10 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-15 21:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-xfce

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2012-04-24 21:07:23 UTC
Responsible Changed
From-To: freebsd-xfce->rene

Grab
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2012-04-29 12:34:42 UTC
State Changed
From-To: open->closed

Committed, thanks
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-04-29 12:34:52 UTC
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"