aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libmpeg3
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - remove MD5ohauer2011-07-031-1/+0
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with M
* - Update to 1.8pav2009-01-214-169/+60
| | | | | PR: ports/130466 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Expose one more headersat2006-10-091-4/+6
| | | | | | - Bump portrevision Submitted by: mi
* - Quote INSTALL valuesat2006-08-091-1/+1
| | | | Requested by: Karol Barski <lollinus@gmail.com>
* - Provide additional mirrors where neededsat2006-07-311-2/+2
| | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes
* - Update to 1.7, unbreak and adoptsat2006-07-229-69/+161
|
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himlinimon2006-07-221-1/+1
| | | | | | back soon. Hat: portmgr
* Mark broken: fails to compile.linimon2006-07-171-0/+2
|
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-2/+2
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Libmpeg3 supports advanced editing and manipulation of MPEG streams.pav2005-02-099-0/+258
Libmpeg3 provides a uniform front end for a large number of the MPEG formats used in HDTV broadcasting. It decodes: * MPEG-1 Layer II Audio * MPEG-1 Layer III Audio * MPEG-2 Layer III Audio * MPEG-1 program streams * MPEG-2 program streams * MPEG-2 transport streams * AC3 Audio * MPEG-2 Video * MPEG-1 Video * IFO files * VOB files PR: ports/77175 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>