Bug 162278 - [patch] multimedia/gstreamer-plugins-resindvd: replace hardcoded /dev/dvd
Summary: [patch] multimedia/gstreamer-plugins-resindvd: replace hardcoded /dev/dvd
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: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 23:20 UTC by Alberto Villa
Modified: 2011-12-09 11:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa freebsd_committer freebsd_triage 2011-11-03 23:20:09 UTC
resindvd has /dev/dvd hardcoded as the default DVD path, thus making programs like KDE Dragon Player (using Phonon-GStreamer) fail.

How-To-Repeat: Install multimedia/phonon-gstreamer, multimedia/gstreamer-plugins-resindvd, multimedia/kdemultimedia4 (yes, bad example) and run:

$ dragon --play-dvd
libdvdread: Can't stat /dev/dvd
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-03 23:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-09 11:03:16 UTC
sylvio      2011-12-09 11:03:07 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer-plugins Makefile 
    multimedia/gstreamer-plugins-resindvd Makefile 
  Log:
  - Fix resindvd has /dev/dvd hardcoded as the default DVD path, thus making programs like KDE Dragon Player (using Phonon-GStreamer) fail.
  
  PR:             ports/162278
  Submitted by:   avilla@
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +1 -1      ports/multimedia/gstreamer-plugins-resindvd/Makefile
  1.180     +3 -0      ports/multimedia/gstreamer-plugins/Makefile
_______________________________________________
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"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-12-09 11:03:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!