Bug 127624

Summary: Fix pkg-list of multimedia/schroedinger when gstreamer existed
Product: Ports & Packages Reporter: Eric L. Chen <d9364104>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Eric L. Chen 2008-09-25 06:50:01 UTC
multimedia/schroedinger will install dirac codec for gstreamer existing.
This patch fix pkg-list and made gstreamer dependece an option.
I tested on my box 7-STABLE/i386, totem can play videos from http://dirac.kw.bbc.co.uk/download/video/maybefinal/ properly.

Fix: Patch attached with submission follows:
How-To-Repeat: 1. install multimedia/gstreamer-plugins
2. install multimedia schroedinger.
3. these files not listed in pkg-plist:
   lib/gstreamer-0.10/libgstschro.a
   lib/gstreamer-0.10/libgstschro.la
   lib/gstreamer-0.10/libgstschro.so
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-25 09:49:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-25 19:45:06 UTC
amdmi3      2008-09-25 18:44:57 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/schroedinger Makefile pkg-plist 
  Log:
  - Add gstreamer support & fix build when gstreamer is present
  
  PR:             127624
  Submitted by:   "Eric L. Chen" <d9364104 at mail dot nchu dot edu dot tw>
  Improved by:    me
  
  Revision  Changes    Path
  1.3       +15 -1     ports/multimedia/schroedinger/Makefile
  1.3       +5 -1      ports/multimedia/schroedinger/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"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-25 19:45:11 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!