summaryrefslogtreecommitdiffstats
path: root/multimedia/libmpeg2
Commit message (Collapse)AuthorAgeFilesLines
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Remove a no longer supported optionahze2007-09-191-10/+7
| | | | - Install README
* - Welcome X.org 7.2 \o/.flz2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Give maintainership to multimedia@FreeBSD.org.lioux2007-04-011-1/+1
|
* o Update to bug fix release 0.4.1:lioux2006-12-152-10/+7
| | | | | | | | | | | | | | | | | - The build system now supports newer versions of the autotools and can find them in weird places on FreeBSD and OS X systems. We also support x86 accelerations on the AMD64 CPU, including on FreeBSD. The AltiVec features are now better detected. - Peter Gubanov found a bug in the 4:4:4 chroma handling, Nicolas Joly found a memory leak in the Xshm code on remote displays and Roberto Huelga found alignment issues in the sample3 and sample5 examples. Gildas Bazin contributed a patch for more tolerance for invalid sequence display extensions. PR: 106144 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix SDL-dependent ports broken by last update.stas2006-09-211-3/+0
| | | | Approved by: kris (portmgr), sem (mentor)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Remove USE_REINPLACE from ports starting with Medwin2006-05-101-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+4
| | | | Approved by: portmgr (kris)
* Fix build WITH_SDL on some systemslioux2005-11-181-1/+3
| | | | | PR: 88869 Submitted by: Stephen Hurd <shurd@sasktel.net>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Add SHA256 checksumlioux2005-11-111-0/+1
|
* - libdata/pkgconfig is now included in mtreepav2005-05-161-1/+0
| | | | Approved by: marcus (portmgr hat)
* Remove BROKEN on alpha ARCHlioux2005-04-171-4/+0
| | | | | | PR: 77869 Submitted by: Geoff Buckingham <geoffb@chuggalug.clues.com> Verified by: kwm
* De-obrienize: move ${ARCH} conditional expression to after bsd.port.pre.mk.adamw2005-04-111-3/+3
|
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Bump PORTREVISION due to PLIST change in previous commitlioux2004-04-081-0/+1
|
* o Uphold portlint by moving WRKSRC out of the 1st Makefile blocklioux2004-04-082-3/+3
| | | | | | | | o USE_GNOME=lthack to avoid installing .la files which incidently makes the port ccache friendly PR: 65285 Submitted by: michael johnson <ahze@ahze.net>
* Update to 0.4.0blioux2004-04-064-20/+26
| | | | | PR: 63439 Submitted by: lev
* - Utilize USE_SDL to prevent libraries chase in the futurekrion2004-03-191-6/+2
|
* Unbreak dependency on SDL in WITH_SDL=yes case. Look for properkan2004-03-191-1/+1
| | | | libSDL-1.1.so instead of libSDL-1.1.5.so.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* BROKEN on alpha 5.x: does not compilekris2004-02-251-1/+7
|
* Fix build on AMD64arved2004-02-101-0/+5
| | | | Submitted by: lioux, Adriaan de Groot <adridg@cs.kun.nl>
* USE_SIZEifylioux2004-02-082-0/+2
|
* Fix build on alpha ARCH machines that do not support MVI code. Checklioux2003-09-081-0/+6
| | | | | | | PR for more information PR: 48506 Submitted by: naddy
* Added INSTALLS_SHLIBedwin2003-05-191-0/+1
| | | | Informed maintainer.
* Fix build on alpha ARCHlioux2003-05-141-0/+17
|
* - allow build with more warnings enabled, NO_WERROR=yesdinoex2003-05-111-0/+5
| | | | - no response from maintainer since 2003-04-05
* De-pkg-commentlioux2003-02-232-1/+1
|
* o Fix PLISTlioux2003-01-142-0/+2
| | | | | | o Bump PORTREVISION Submitted by: kris (internal bento logs)
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Update to 0.3.1lioux2003-01-026-48/+23
|
* After repo copy from graphics category, update all appropriatelioux2002-11-281-1/+1
| | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* o Add post-install line installing libvo.a needed by upcoming portlioux2002-07-092-0/+3
| | | | | | | | GOPchop. o Bump PORTREVISION Requested by: ijliao Reviewed by: ijliao
* USE_REINPLACElioux2002-07-031-4/+6
|
* Re-enable build WITH_MGA. Still needs checking for correctness butlioux2002-05-031-0/+18
| | | | | | | fixes build. Remark from submitter: "static functions without any where call are broken" Submitted by: nork
* Update to 0.2.1lioux2002-04-257-81/+35
| | | | Prompted by: ijliao
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* New port libmpeg2 version 0.2.0: A free library for decoding mpeg-2lioux2001-10-168-0/+186
and mpeg-1 video streams
OpenPOWER on IntegriCloud