Bug 151508 - multimedia/ffmpeg: explicitly disable alsa
Summary: multimedia/ffmpeg: explicitly disable alsa
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 19:20 UTC by Max Brazhnikov
Modified: 2010-10-16 23:50 UTC (History)
0 users

See Also:


Attachments
file.diff (611 bytes, patch)
2010-10-16 19:20 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2010-10-16 19:20:09 UTC
Explicitly disable alsa support to avoid linking with libasound, when audio/alsa-lib is installed.

multimedia/ffmpeg-devel may require the fix too.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-16 19:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-16 23:36:09 UTC
mm          2010-10-16 22:36:03 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/ffmpeg    Makefile 
  Log:
  - fix conflicts with ffmpeg-devel [1]
  - properly handle alsa-lib as a possible dependency [2]
  
  PR:             ports/150634 [1], ports/151508 [2]
  Submitted by:   avilla@FreeBSD.org [1], makc@FreeBSD.org [2]
  
  Revision  Changes    Path
  1.116     +12 -3     ports/multimedia/ffmpeg/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 dfilter service freebsd_committer freebsd_triage 2010-10-16 23:45:27 UTC
mm          2010-10-16 22:45:22 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/ffmpeg-devel Makefile 
  Log:
  - properly handle alsa-lib dependency
  
  PR:             ports/151508
  Submitted by:   Max Brazhnikov <makc@FreeBSD.org>
  
  Revision  Changes    Path
  1.128     +11 -2     ports/multimedia/ffmpeg-devel/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 4 Martin Matuska freebsd_committer freebsd_triage 2010-10-16 23:47:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!