Bug 109919 - [PATCH] multimedia/bmpx: Add support for mp4/aac media-tags
Summary: [PATCH] multimedia/bmpx: Add support for mp4/aac media-tags
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 14:00 UTC by Michael Johnson
Modified: 2007-04-15 07:22 UTC (History)
1 user (show)

See Also:


Attachments
bmpx-0.36.1_1.patch (1.53 KB, patch)
2007-03-05 14:00 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!