The FreeBSD Ports Archive
FreeBSD multimedia : libdv4>
Quasar DV codec (libdv): software codec for DV video encoding format
The Quasar DV codec (libdv) is a software codec for DV video, the
encoding format used by most digital camcorders, typically those
that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface.
Libdv was developed according to the official standards for DV
video: IEC 61834 and SMPTE 314M.
Please note that this software is only concerned with the DV video
compression format, which is different from capturing the data from
a camcorder.
http://libdv.sourceforge.net/
|
libdv history
v. 1.39
date: 2007/05/19 20:17:40; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.38
date: 2007/02/14 09:04:23; author: sat; state: Exp; lines: +1 -0
/objformat=/s|=.*|=elf|
v. 1.37
date: 2007/02/02 17:06:21; author: pav; state: Exp; lines: +0 -4
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
v. 1.36
date: 2006/12/15 13:29:55; author: nork; state: Exp; lines: +4 -0
Respect PTHREAD_LIBS.
v. 1.35
date: 2006/12/15 01:28:36; author: lioux; state: Exp; lines: +1 -1
o Fix: the reorder_block() zigzag behaves incorrectly in the
(!ARCH_X86 && !ARCH_X86_64)
case. The current code fails to take into account the effects of
_dv_prepare_reorder_tables(), which changes the indexes contained
in the reorder_88[] and reorder_248[] arrays.
o Bump PORTREVISION
PR: 94188
Submitted by: Brent Casavant
v. 1.34
date: 2006/12/15 01:21:57; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.33
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.32
date: 2006/05/10 22:37:31; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.31
date: 2006/02/28 23:06:35; author: ade; state: Exp; lines: +1 -0
Bump PORTREVISION for new gtk-12 library location, post libtool.
PR: 93956
Submitted by: Ion-Mihai "IOnut" Tetcu
Approved by: portmgr (implicit)
v. 1.30
date: 2006/02/23 10:38:07; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.29
date: 2005/11/15 06:50:14; 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.28
date: 2005/05/05 07:15:01; author: ahze; state: Exp; lines: +0 -2
- Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plist
v. 1.27
date: 2005/04/30 00:57:15; author: kris; state: Exp; lines: +2 -0
BROKEN: Incorrect pkg-plist
v. 1.26
date: 2005/04/17 19:41:42; author: lioux; state: Exp; lines: +16 -5
o Update to 0.104
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1]
v. 1.25
date: 2004/07/23 19:10:16; author: anholt; state: Exp; lines: +4 -9
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.24
date: 2004/07/21 00:33:05; author: lioux; state: Exp; lines: +3 -4
Update to 0.103
PR: 69331
Submitted by: Ying-Chieh Liao
v. 1.23
date: 2004/03/16 04:23:52; author: edwin; state: Exp; lines: +1 -0
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.22
date: 2004/03/14 06:17:00; 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.21
date: 2004/03/14 04:14:20; author: lioux; state: Exp; lines: +6 -0
o Work around compiler BUG
- Optimizations -O{1,s,2,3} work
- However, lack of -O{1,s,2,3} or -O0 BREAK the build
- Therefore, make sure we have AT LEAST -O and avoid -O0
PR: 52024
Submitted by: Heiner Eichmann
v. 1.20
date: 2004/03/14 03:48:29; author: lioux; state: Exp; lines: +5 -7
o Update to 0.101
PR: 64154
Submitted by: Michael Jonson
v. 1.19
date: 2004/03/07 23:28:40; author: edwin; state: Exp; lines: +1 -5
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis
Approved by: maintainer timeout
v. 1.18
date: 2004/02/08 01:13:54; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.17
date: 2004/02/04 05:07:51; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.16
date: 2003/04/20 19:35:00; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.15
date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.14
date: 2003/01/16 18:32:08; author: lioux; state: Exp; lines: +2 -1
Update to 0.9.9
v. 1.13
date: 2003/01/02 15:06:09; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.12
date: 2002/11/28 00:09:48; 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.11
date: 2002/09/04 20:44:23; author: lioux; state: Exp; lines: +9 -6
o Update to 0.9.8 containing a library version bump
v. 1.10
date: 2002/08/23 22:29:16; author: lioux; state: Exp; lines: +2 -1
Fix build in -CURRENT. It was not finding gtk+.pc
Submitted by: bento (warning), kris (fix)
v. 1.9
date: 2002/08/20 17:26:33; author: lioux; state: Exp; lines: +17 -11
o Do not install *.la files; hence, add USE_LIBTOOL required by
patch
o Fix build when WITHOUT_SDL is defined
o Convert to USE_GNOMENG
o Bump PORTREVISION
PR: 41501
Submitted by: KATO Tsuguru
v. 1.8
date: 2002/07/03 19:15:16; author: lioux; state: Exp; lines: +9 -9
USE_REINPLACE
v. 1.7
date: 2002/05/20 19:18:42; author: lioux; state: Exp; lines: +23 -6
Update to 0.9.5
v. 1.6
date: 2002/04/17 12:37:59; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.5
date: 2002/01/11 22:09:43; author: lioux; state: Exp; lines: +6 -0
o Add XFREE86_VERSION=4 since this port requires XV extension support
only found in XFree86 4.0 and above
Submitted by: bento
v. 1.4
date: 2001/12/06 17:26:24; author: lioux; state: Exp; lines: +1 -8
o add missing USE_GNOMELIBS
o remove unnecessary stuff (already implied by other entries, etc)
Submitted by: bento
v. 1.3
date: 2001/11/21 06:09:03; author: lioux; state: Exp; lines: +1 -0
bump PORTREVISION due to last rev
v. 1.2
date: 2001/11/21 06:06:46; author: lioux; state: Exp; lines: +23 -3
o Add missing USE_XLIB
o Really have SDL support unless WITHOUT_SDL
o Add patch-playdv:display.h to support SDL
o Improve patch-playdv:display.c from PR
o Install additional documentation unless NOPORTDOCS (not from PR)
PR: 31732
Submitted by: Matthew Reimer
v. 1.1
date: 2001/11/19 19:35:03; author: lioux; state: Exp;
New port libdv version 0.9: Quasar DV codec (libdv): software codec
for DV video encoding format
Reviewed by: petef
=============================================================================
v. 1.39
date: 2007/05/19 20:17:40; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.38
date: 2007/02/14 09:04:23; author: sat; state: Exp; lines: +1 -0
/objformat=/s|=.*|=elf|
v. 1.37
date: 2007/02/02 17:06:21; author: pav; state: Exp; lines: +0 -4
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
v. 1.36
date: 2006/12/15 13:29:55; author: nork; state: Exp; lines: +4 -0
Respect PTHREAD_LIBS.
v. 1.35
date: 2006/12/15 01:28:36; author: lioux; state: Exp; lines: +1 -1
o Fix: the reorder_block() zigzag behaves incorrectly in the
(!ARCH_X86 && !ARCH_X86_64)
case. The current code fails to take into account the effects of
_dv_prepare_reorder_tables(), which changes the indexes contained
in the reorder_88[] and reorder_248[] arrays.
o Bump PORTREVISION
PR: 94188
Submitted by: Brent Casavant
v. 1.34
date: 2006/12/15 01:21:57; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.33
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.32
date: 2006/05/10 22:37:31; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.31
date: 2006/02/28 23:06:35; author: ade; state: Exp; lines: +1 -0
Bump PORTREVISION for new gtk-12 library location, post libtool.
PR: 93956
Submitted by: Ion-Mihai "IOnut" Tetcu
Approved by: portmgr (implicit)
v. 1.30
date: 2006/02/23 10:38:07; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.29
date: 2005/11/15 06:50:14; 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.28
date: 2005/05/05 07:15:01; author: ahze; state: Exp; lines: +0 -2
- Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plist
v. 1.27
date: 2005/04/30 00:57:15; author: kris; state: Exp; lines: +2 -0
BROKEN: Incorrect pkg-plist
v. 1.26
date: 2005/04/17 19:41:42; author: lioux; state: Exp; lines: +16 -5
o Update to 0.104
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1]
v. 1.25
date: 2004/07/23 19:10:16; author: anholt; state: Exp; lines: +4 -9
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.24
date: 2004/07/21 00:33:05; author: lioux; state: Exp; lines: +3 -4
Update to 0.103
PR: 69331
Submitted by: Ying-Chieh Liao
v. 1.23
date: 2004/03/16 04:23:52; author: edwin; state: Exp; lines: +1 -0
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.22
date: 2004/03/14 06:17:00; 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.21
date: 2004/03/14 04:14:20; author: lioux; state: Exp; lines: +6 -0
o Work around compiler BUG
- Optimizations -O{1,s,2,3} work
- However, lack of -O{1,s,2,3} or -O0 BREAK the build
- Therefore, make sure we have AT LEAST -O and avoid -O0
PR: 52024
Submitted by: Heiner Eichmann
v. 1.20
date: 2004/03/14 03:48:29; author: lioux; state: Exp; lines: +5 -7
o Update to 0.101
PR: 64154
Submitted by: Michael Jonson
v. 1.19
date: 2004/03/07 23:28:40; author: edwin; state: Exp; lines: +1 -5
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis
Approved by: maintainer timeout
v. 1.18
date: 2004/02/08 01:13:54; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.17
date: 2004/02/04 05:07:51; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.16
date: 2003/04/20 19:35:00; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.15
date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.14
date: 2003/01/16 18:32:08; author: lioux; state: Exp; lines: +2 -1
Update to 0.9.9
v. 1.13
date: 2003/01/02 15:06:09; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.12
date: 2002/11/28 00:09:48; 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.11
date: 2002/09/04 20:44:23; author: lioux; state: Exp; lines: +9 -6
o Update to 0.9.8 containing a library version bump
v. 1.10
date: 2002/08/23 22:29:16; author: lioux; state: Exp; lines: +2 -1
Fix build in -CURRENT. It was not finding gtk+.pc
Submitted by: bento (warning), kris (fix)
v. 1.9
date: 2002/08/20 17:26:33; author: lioux; state: Exp; lines: +17 -11
o Do not install *.la files; hence, add USE_LIBTOOL required by
patch
o Fix build when WITHOUT_SDL is defined
o Convert to USE_GNOMENG
o Bump PORTREVISION
PR: 41501
Submitted by: KATO Tsuguru
v. 1.8
date: 2002/07/03 19:15:16; author: lioux; state: Exp; lines: +9 -9
USE_REINPLACE
v. 1.7
date: 2002/05/20 19:18:42; author: lioux; state: Exp; lines: +23 -6
Update to 0.9.5
v. 1.6
date: 2002/04/17 12:37:59; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.5
date: 2002/01/11 22:09:43; author: lioux; state: Exp; lines: +6 -0
o Add XFREE86_VERSION=4 since this port requires XV extension support
only found in XFree86 4.0 and above
Submitted by: bento
v. 1.4
date: 2001/12/06 17:26:24; author: lioux; state: Exp; lines: +1 -8
o add missing USE_GNOMELIBS
o remove unnecessary stuff (already implied by other entries, etc)
Submitted by: bento
v. 1.3
date: 2001/11/21 06:09:03; author: lioux; state: Exp; lines: +1 -0
bump PORTREVISION due to last rev
v. 1.2
date: 2001/11/21 06:06:46; author: lioux; state: Exp; lines: +23 -3
o Add missing USE_XLIB
o Really have SDL support unless WITHOUT_SDL
o Add patch-playdv:display.h to support SDL
o Improve patch-playdv:display.c from PR
o Install additional documentation unless NOPORTDOCS (not from PR)
PR: 31732
Submitted by: Matthew Reimer
v. 1.1
date: 2001/11/19 19:35:03; author: lioux; state: Exp;
New port libdv version 0.9: Quasar DV codec (libdv): software codec
for DV video encoding format
Reviewed by: petef
=============================================================================
v. 1.39
date: 2007/05/19 20:17:40; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.38
date: 2007/02/14 09:04:23; author: sat; state: Exp; lines: +1 -0
/objformat=/s|=.*|=elf|
v. 1.37
date: 2007/02/02 17:06:21; author: pav; state: Exp; lines: +0 -4
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
v. 1.36
date: 2006/12/15 13:29:55; author: nork; state: Exp; lines: +4 -0
Respect PTHREAD_LIBS.
v. 1.35
date: 2006/12/15 01:28:36; author: lioux; state: Exp; lines: +1 -1
o Fix: the reorder_block() zigzag behaves incorrectly in the
(!ARCH_X86 && !ARCH_X86_64)
case. The current code fails to take into account the effects of
_dv_prepare_reorder_tables(), which changes the indexes contained
in the reorder_88[] and reorder_248[] arrays.
o Bump PORTREVISION
PR: 94188
Submitted by: Brent Casavant
v. 1.34
date: 2006/12/15 01:21:57; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.33
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.32
date: 2006/05/10 22:37:31; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.31
date: 2006/02/28 23:06:35; author: ade; state: Exp; lines: +1 -0
Bump PORTREVISION for new gtk-12 library location, post libtool.
PR: 93956
Submitted by: Ion-Mihai "IOnut" Tetcu
Approved by: portmgr (implicit)
v. 1.30
date: 2006/02/23 10:38:07; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.29
date: 2005/11/15 06:50:14; 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.28
date: 2005/05/05 07:15:01; author: ahze; state: Exp; lines: +0 -2
- Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plist
v. 1.27
date: 2005/04/30 00:57:15; author: kris; state: Exp; lines: +2 -0
BROKEN: Incorrect pkg-plist
v. 1.26
date: 2005/04/17 19:41:42; author: lioux; state: Exp; lines: +16 -5
o Update to 0.104
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1]
v. 1.25
date: 2004/07/23 19:10:16; author: anholt; state: Exp; lines: +4 -9
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.24
date: 2004/07/21 00:33:05; author: lioux; state: Exp; lines: +3 -4
Update to 0.103
PR: 69331
Submitted by: Ying-Chieh Liao
v. 1.23
date: 2004/03/16 04:23:52; author: edwin; state: Exp; lines: +1 -0
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.22
date: 2004/03/14 06:17:00; 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.21
date: 2004/03/14 04:14:20; author: lioux; state: Exp; lines: +6 -0
o Work around compiler BUG
- Optimizations -O{1,s,2,3} work
- However, lack of -O{1,s,2,3} or -O0 BREAK the build
- Therefore, make sure we have AT LEAST -O and avoid -O0
PR: 52024
Submitted by: Heiner Eichmann
v. 1.20
date: 2004/03/14 03:48:29; author: lioux; state: Exp; lines: +5 -7
o Update to 0.101
PR: 64154
Submitted by: Michael Jonson
v. 1.19
date: 2004/03/07 23:28:40; author: edwin; state: Exp; lines: +1 -5
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis
Approved by: maintainer timeout
v. 1.18
date: 2004/02/08 01:13:54; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.17
date: 2004/02/04 05:07:51; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.16
date: 2003/04/20 19:35:00; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.15
date: 2003/02/23 19:58:26; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.14
date: 2003/01/16 18:32:08; author: lioux; state: Exp; lines: +2 -1
Update to 0.9.9
v. 1.13
date: 2003/01/02 15:06:09; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.12
date: 2002/11/28 00:09:48; 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.11
date: 2002/09/04 20:44:23; author: lioux; state: Exp; lines: +9 -6
o Update to 0.9.8 containing a library version bump
v. 1.10
date: 2002/08/23 22:29:16; author: lioux; state: Exp; lines: +2 -1
Fix build in -CURRENT. It was not finding gtk+.pc
Submitted by: bento (warning), kris (fix)
v. 1.9
date: 2002/08/20 17:26:33; author: lioux; state: Exp; lines: +17 -11
o Do not install *.la files; hence, add USE_LIBTOOL required by
patch
o Fix build when WITHOUT_SDL is defined
o Convert to USE_GNOMENG
o Bump PORTREVISION
PR: 41501
Submitted by: KATO Tsuguru
v. 1.8
date: 2002/07/03 19:15:16; author: lioux; state: Exp; lines: +9 -9
USE_REINPLACE
v. 1.7
date: 2002/05/20 19:18:42; author: lioux; state: Exp; lines: +23 -6
Update to 0.9.5
v. 1.6
date: 2002/04/17 12:37:59; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.5
date: 2002/01/11 22:09:43; author: lioux; state: Exp; lines: +6 -0
o Add XFREE86_VERSION=4 since this port requires XV extension support
only found in XFree86 4.0 and above
Submitted by: bento
v. 1.4
date: 2001/12/06 17:26:24; author: lioux; state: Exp; lines: +1 -8
o add missing USE_GNOMELIBS
o remove unnecessary stuff (already implied by other entries, etc)
Submitted by: bento
v. 1.3
date: 2001/11/21 06:09:03; author: lioux; state: Exp; lines: +1 -0
bump PORTREVISION due to last rev
v. 1.2
date: 2001/11/21 06:06:46; author: lioux; state: Exp; lines: +23 -3
o Add missing USE_XLIB
o Really have SDL support unless WITHOUT_SDL
o Add patch-playdv:display.h to support SDL
o Improve patch-playdv:display.c from PR
o Install additional documentation unless NOPORTDOCS (not from PR)
PR: 31732
Submitted by: Matthew Reimer
v. 1.1
date: 2001/11/19 19:35:03; author: lioux; state: Exp;
New port libdv version 0.9: Quasar DV codec (libdv): software codec
for DV video encoding format
Reviewed by: petef
=============================================================================
|
| |

|