The FreeBSD Ports Archive
FreeBSD multimedia : libmpeg24>
A free library for decoding mpeg-2 and mpeg-1 video streams
[ excerpt from developer's site ]
It is a free library for decoding mpeg-2 and mpeg-1 video
streams. The main goals in libmpeg2 development are:
Conformance - libmpeg2 is able to decode all mpeg streams that
conform to certain restrictions: "constrained parameters" for
mpeg-1, and "main profile" for mpeg-2. In practice, this is what
most people are using. For streams that follow these restrictions,
we believe libmpeg2 is 100% conformant to the mpeg standards - and
we have a pretty extensive test suite to check this.
Speed - for most current systems, the display will actually take
more time than the mpeg-2 decoding. For systems that have hardware
color conversion and scaling (as we can use with the xv extension
in Xfree 4), you should be able to watch DVD streams on a Celeron
400. On a PIII/666 with null display you should get about 110 frames
per second.
Portability - most of the code is written in C, and when we use
platform-specific optimizations we always have a generic C routine
to fall back on.
http://libmpeg2.sourceforge.net/
|
libmpeg2 history
v. 1.36
date: 2007/09/19 17:57:17; author: ahze; state: Exp; lines: +7 -10
- Remove a no longer supported option
- Install README
v. 1.35
date: 2007/05/19 20:17:41; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.34
date: 2007/04/01 07:50:28; author: lioux; state: Exp; lines: +1 -1
Give maintainership to multimedia@FreeBSD.org.
v. 1.33
date: 2006/12/15 01:53:30; author: lioux; state: Exp; lines: +4 -7
o Update to bug fix release 0.4.1:
- 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
v. 1.32
date: 2006/09/21 08:07:58; author: stas; state: Exp; lines: +0 -3
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
v. 1.31
date: 2006/09/20 11:21:51; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
v. 1.30
date: 2006/05/10 22:37:32; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.29
date: 2006/02/23 10:38:09; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.28
date: 2005/11/18 04:18:47; author: lioux; state: Exp; lines: +3 -1
Fix build WITH_SDL on some systems
PR: 88869
Submitted by: Stephen Hurd
v. 1.27
date: 2005/11/15 06:50:15; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
v. 1.26
date: 2005/04/17 19:59:11; author: lioux; state: Exp; lines: +0 -4
Remove BROKEN on alpha ARCH
PR: 77869
Submitted by: Geoff Buckingham
Verified by: kwm
v. 1.25
date: 2005/04/11 17:53:17; author: adamw; state: Exp; lines: +3 -3
De-obrienize: move ${ARCH} conditional expression to after bsd.port.pre.mk.
v. 1.24
date: 2005/04/11 08:03:24; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.23
date: 2004/07/09 17:42:37; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
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
v. 1.22
date: 2004/04/08 03:19:14; author: lioux; state: Exp; lines: +1 -0
Bump PORTREVISION due to PLIST change in previous commit
v. 1.21
date: 2004/04/08 03:17:45; author: lioux; state: Exp; lines: +3 -1
o Uphold portlint by moving WRKSRC out of the 1st Makefile block
o USE_GNOME=lthack to avoid installing .la files which incidently
makes the port ccache friendly
PR: 65285
Submitted by: michael johnson
v. 1.20
date: 2004/04/06 00:22:05; author: lioux; state: Exp; lines: +7 -5
Update to 0.4.0b
PR: 63439
Submitted by: lev
v. 1.19
date: 2004/03/19 15:59:58; author: krion; state: Exp; lines: +2 -6
- Utilize USE_SDL to prevent libraries chase in the future
v. 1.18
date: 2004/03/19 15:39:52; author: kan; state: Exp; lines: +1 -1
Unbreak dependency on SDL in WITH_SDL=yes case. Look for proper
libSDL-1.1.so instead of libSDL-1.1.5.so.
v. 1.17
date: 2004/03/14 06:17:01; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
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.
v. 1.16
date: 2004/02/25 10:30:56; author: kris; state: Exp; lines: +7 -1
BROKEN on alpha 5.x: does not compile
v. 1.15
date: 2004/02/10 16:17:40; author: arved; state: Exp; lines: +5 -0
Fix build on AMD64
Submitted by: lioux, Adriaan de Groot
v. 1.14
date: 2004/02/08 01:13:55; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.13
date: 2003/09/08 00:54:07; author: lioux; state: Exp; lines: +6 -0
Fix build on alpha ARCH machines that do not support MVI code. Check
PR for more information
PR: 48506
Submitted by: naddy
v. 1.12
date: 2003/05/19 05:09:18; author: edwin; state: Exp; lines: +1 -0
Added INSTALLS_SHLIB
Informed maintainer.
v. 1.11
date: 2003/05/11 07:47:17; author: dinoex; state: Exp; lines: +5 -0
- allow build with more warnings enabled, NO_WERROR=yes
- no response from maintainer since 2003-04-05
v. 1.10
date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.9
date: 2003/01/14 15:54:22; author: lioux; state: Exp; lines: +1 -0
o Fix PLIST
o Bump PORTREVISION
Submitted by: kris (internal bento logs)
v. 1.8
date: 2003/01/02 15:06:09; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.7
date: 2003/01/02 05:03:52; author: lioux; state: Exp; lines: +9 -12
Update to 0.3.1
v. 1.6
date: 2002/11/28 00:09:49; author: lioux; state: Exp; lines: +1 -1
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
v. 1.5
date: 2002/07/09 17:27:09; author: lioux; state: Exp; lines: +2 -0
o Add post-install line installing libvo.a needed by upcoming port
GOPchop.
o Bump PORTREVISION
Requested by: ijliao
Reviewed by: ijliao
v. 1.4
date: 2002/07/03 19:15:17; author: lioux; state: Exp; lines: +6 -4
USE_REINPLACE
v. 1.3
date: 2002/04/25 00:50:01; author: lioux; state: Exp; lines: +8 -5
Update to 0.2.1
Prompted by: ijliao
v. 1.2
date: 2002/04/17 12:38:00; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.1
date: 2001/10/16 19:25:33; author: lioux; state: Exp;
New port libmpeg2 version 0.2.0: A free library for decoding mpeg-2
and mpeg-1 video streams
=============================================================================
v. 1.36
date: 2007/09/19 17:57:17; author: ahze; state: Exp; lines: +7 -10
- Remove a no longer supported option
- Install README
v. 1.35
date: 2007/05/19 20:17:41; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.34
date: 2007/04/01 07:50:28; author: lioux; state: Exp; lines: +1 -1
Give maintainership to multimedia@FreeBSD.org.
v. 1.33
date: 2006/12/15 01:53:30; author: lioux; state: Exp; lines: +4 -7
o Update to bug fix release 0.4.1:
- 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
v. 1.32
date: 2006/09/21 08:07:58; author: stas; state: Exp; lines: +0 -3
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
v. 1.31
date: 2006/09/20 11:21:51; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
v. 1.30
date: 2006/05/10 22:37:32; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.29
date: 2006/02/23 10:38:09; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.28
date: 2005/11/18 04:18:47; author: lioux; state: Exp; lines: +3 -1
Fix build WITH_SDL on some systems
PR: 88869
Submitted by: Stephen Hurd
v. 1.27
date: 2005/11/15 06:50:15; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
v. 1.26
date: 2005/04/17 19:59:11; author: lioux; state: Exp; lines: +0 -4
Remove BROKEN on alpha ARCH
PR: 77869
Submitted by: Geoff Buckingham
Verified by: kwm
v. 1.25
date: 2005/04/11 17:53:17; author: adamw; state: Exp; lines: +3 -3
De-obrienize: move ${ARCH} conditional expression to after bsd.port.pre.mk.
v. 1.24
date: 2005/04/11 08:03:24; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.23
date: 2004/07/09 17:42:37; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
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
v. 1.22
date: 2004/04/08 03:19:14; author: lioux; state: Exp; lines: +1 -0
Bump PORTREVISION due to PLIST change in previous commit
v. 1.21
date: 2004/04/08 03:17:45; author: lioux; state: Exp; lines: +3 -1
o Uphold portlint by moving WRKSRC out of the 1st Makefile block
o USE_GNOME=lthack to avoid installing .la files which incidently
makes the port ccache friendly
PR: 65285
Submitted by: michael johnson
v. 1.20
date: 2004/04/06 00:22:05; author: lioux; state: Exp; lines: +7 -5
Update to 0.4.0b
PR: 63439
Submitted by: lev
v. 1.19
date: 2004/03/19 15:59:58; author: krion; state: Exp; lines: +2 -6
- Utilize USE_SDL to prevent libraries chase in the future
v. 1.18
date: 2004/03/19 15:39:52; author: kan; state: Exp; lines: +1 -1
Unbreak dependency on SDL in WITH_SDL=yes case. Look for proper
libSDL-1.1.so instead of libSDL-1.1.5.so.
v. 1.17
date: 2004/03/14 06:17:01; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
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.
v. 1.16
date: 2004/02/25 10:30:56; author: kris; state: Exp; lines: +7 -1
BROKEN on alpha 5.x: does not compile
v. 1.15
date: 2004/02/10 16:17:40; author: arved; state: Exp; lines: +5 -0
Fix build on AMD64
Submitted by: lioux, Adriaan de Groot
v. 1.14
date: 2004/02/08 01:13:55; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.13
date: 2003/09/08 00:54:07; author: lioux; state: Exp; lines: +6 -0
Fix build on alpha ARCH machines that do not support MVI code. Check
PR for more information
PR: 48506
Submitted by: naddy
v. 1.12
date: 2003/05/19 05:09:18; author: edwin; state: Exp; lines: +1 -0
Added INSTALLS_SHLIB
Informed maintainer.
v. 1.11
date: 2003/05/11 07:47:17; author: dinoex; state: Exp; lines: +5 -0
- allow build with more warnings enabled, NO_WERROR=yes
- no response from maintainer since 2003-04-05
v. 1.10
date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.9
date: 2003/01/14 15:54:22; author: lioux; state: Exp; lines: +1 -0
o Fix PLIST
o Bump PORTREVISION
Submitted by: kris (internal bento logs)
v. 1.8
date: 2003/01/02 15:06:09; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.7
date: 2003/01/02 05:03:52; author: lioux; state: Exp; lines: +9 -12
Update to 0.3.1
v. 1.6
date: 2002/11/28 00:09:49; author: lioux; state: Exp; lines: +1 -1
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
v. 1.5
date: 2002/07/09 17:27:09; author: lioux; state: Exp; lines: +2 -0
o Add post-install line installing libvo.a needed by upcoming port
GOPchop.
o Bump PORTREVISION
Requested by: ijliao
Reviewed by: ijliao
v. 1.4
date: 2002/07/03 19:15:17; author: lioux; state: Exp; lines: +6 -4
USE_REINPLACE
v. 1.3
date: 2002/04/25 00:50:01; author: lioux; state: Exp; lines: +8 -5
Update to 0.2.1
Prompted by: ijliao
v. 1.2
date: 2002/04/17 12:38:00; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.1
date: 2001/10/16 19:25:33; author: lioux; state: Exp;
New port libmpeg2 version 0.2.0: A free library for decoding mpeg-2
and mpeg-1 video streams
=============================================================================
v. 1.36
date: 2007/09/19 17:57:17; author: ahze; state: Exp; lines: +7 -10
- Remove a no longer supported option
- Install README
v. 1.35
date: 2007/05/19 20:17:41; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.34
date: 2007/04/01 07:50:28; author: lioux; state: Exp; lines: +1 -1
Give maintainership to multimedia@FreeBSD.org.
v. 1.33
date: 2006/12/15 01:53:30; author: lioux; state: Exp; lines: +4 -7
o Update to bug fix release 0.4.1:
- 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
v. 1.32
date: 2006/09/21 08:07:58; author: stas; state: Exp; lines: +0 -3
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
v. 1.31
date: 2006/09/20 11:21:51; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
v. 1.30
date: 2006/05/10 22:37:32; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.29
date: 2006/02/23 10:38:09; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.28
date: 2005/11/18 04:18:47; author: lioux; state: Exp; lines: +3 -1
Fix build WITH_SDL on some systems
PR: 88869
Submitted by: Stephen Hurd
v. 1.27
date: 2005/11/15 06:50:15; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
v. 1.26
date: 2005/04/17 19:59:11; author: lioux; state: Exp; lines: +0 -4
Remove BROKEN on alpha ARCH
PR: 77869
Submitted by: Geoff Buckingham
Verified by: kwm
v. 1.25
date: 2005/04/11 17:53:17; author: adamw; state: Exp; lines: +3 -3
De-obrienize: move ${ARCH} conditional expression to after bsd.port.pre.mk.
v. 1.24
date: 2005/04/11 08:03:24; author: obrien; state: Exp; lines: +2 -2
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.23
date: 2004/07/09 17:42:37; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
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
v. 1.22
date: 2004/04/08 03:19:14; author: lioux; state: Exp; lines: +1 -0
Bump PORTREVISION due to PLIST change in previous commit
v. 1.21
date: 2004/04/08 03:17:45; author: lioux; state: Exp; lines: +3 -1
o Uphold portlint by moving WRKSRC out of the 1st Makefile block
o USE_GNOME=lthack to avoid installing .la files which incidently
makes the port ccache friendly
PR: 65285
Submitted by: michael johnson
v. 1.20
date: 2004/04/06 00:22:05; author: lioux; state: Exp; lines: +7 -5
Update to 0.4.0b
PR: 63439
Submitted by: lev
v. 1.19
date: 2004/03/19 15:59:58; author: krion; state: Exp; lines: +2 -6
- Utilize USE_SDL to prevent libraries chase in the future
v. 1.18
date: 2004/03/19 15:39:52; author: kan; state: Exp; lines: +1 -1
Unbreak dependency on SDL in WITH_SDL=yes case. Look for proper
libSDL-1.1.so instead of libSDL-1.1.5.so.
v. 1.17
date: 2004/03/14 06:17:01; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
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.
v. 1.16
date: 2004/02/25 10:30:56; author: kris; state: Exp; lines: +7 -1
BROKEN on alpha 5.x: does not compile
v. 1.15
date: 2004/02/10 16:17:40; author: arved; state: Exp; lines: +5 -0
Fix build on AMD64
Submitted by: lioux, Adriaan de Groot
v. 1.14
date: 2004/02/08 01:13:55; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.13
date: 2003/09/08 00:54:07; author: lioux; state: Exp; lines: +6 -0
Fix build on alpha ARCH machines that do not support MVI code. Check
PR for more information
PR: 48506
Submitted by: naddy
v. 1.12
date: 2003/05/19 05:09:18; author: edwin; state: Exp; lines: +1 -0
Added INSTALLS_SHLIB
Informed maintainer.
v. 1.11
date: 2003/05/11 07:47:17; author: dinoex; state: Exp; lines: +5 -0
- allow build with more warnings enabled, NO_WERROR=yes
- no response from maintainer since 2003-04-05
v. 1.10
date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.9
date: 2003/01/14 15:54:22; author: lioux; state: Exp; lines: +1 -0
o Fix PLIST
o Bump PORTREVISION
Submitted by: kris (internal bento logs)
v. 1.8
date: 2003/01/02 15:06:09; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.7
date: 2003/01/02 05:03:52; author: lioux; state: Exp; lines: +9 -12
Update to 0.3.1
v. 1.6
date: 2002/11/28 00:09:49; author: lioux; state: Exp; lines: +1 -1
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
v. 1.5
date: 2002/07/09 17:27:09; author: lioux; state: Exp; lines: +2 -0
o Add post-install line installing libvo.a needed by upcoming port
GOPchop.
o Bump PORTREVISION
Requested by: ijliao
Reviewed by: ijliao
v. 1.4
date: 2002/07/03 19:15:17; author: lioux; state: Exp; lines: +6 -4
USE_REINPLACE
v. 1.3
date: 2002/04/25 00:50:01; author: lioux; state: Exp; lines: +8 -5
Update to 0.2.1
Prompted by: ijliao
v. 1.2
date: 2002/04/17 12:38:00; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.1
date: 2001/10/16 19:25:33; author: lioux; state: Exp;
New port libmpeg2 version 0.2.0: A free library for decoding mpeg-2
and mpeg-1 video streams
=============================================================================
|
| |

|