Bug 109919

Summary: [PATCH] multimedia/bmpx: Add support for mp4/aac media-tags
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me CC: novel
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bmpx-0.36.1_1.patch none

Description Michael Johnson freebsd_committer freebsd_triage 2007-03-05 14:00:11 UTC
- Add support for mp4/aac media-tags via WITH_FAAD or WITH_MPEG4IP [1]

[1] The reason I used both WITH_FAAD and WITH_MPEG4IP is bmpx uses mpeg4ip 
    for reading the media-tag and faad for playing the mp4. Both aren't 
    required, but kinda pointless to only use one.

Port maintainer (novel@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-05 14:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-14 18:36:17 UTC
novel       2007-04-14 17:36:10 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/bmpx      Makefile pkg-plist 
  Log:
  Add support for mp4/aac media-tags.
  
  PR:             109919
  Submitted by:   ahze
  
  Revision  Changes    Path
  1.30      +10 -1     ports/multimedia/bmpx/Makefile
  1.12      +3 -0      ports/multimedia/bmpx/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 Roman Bogorodskiy freebsd_committer freebsd_triage 2007-04-15 07:22:37 UTC
State Changed
From-To: open->closed

Committed, thanks!