The FreeBSD Ports Archive
FreeBSD multimedia : openquicktime4>
Portable library for handling Apple's QuickTime(TM) files
OpenQuicktime aims to be a portable library for handling Apple's
QuickTime(TM) popular media files on Unix-like environments. This
project was firstly designed to allow the porting of the 3ivx codec
on any Unix, but is now a completely separate and fully Open Source
project. Details:
- OpenQuicktime library contains no embedded codecs but has a
plugin system to dynamically load audio and video codecs.
- OpenQuicktime contains no colorspace conversion algorithm.
- OpenQuicktime is fully portable and fully configurable with all
the autoconfigure and automake magic we have been able to add.
- OpenQuicktime supports compressed headers (decoding only for the
moment).
- OpenQuicktime supports Quicktime Sound System version 2.
- OpenQuicktime can support any inputs and outputs (file, HTTP,
FTP, RTP, ...), in fact the functions used to read, write and
seek are overloadable.
- OpenQuicktime has an overloadable plugin mechanism. This is a
complex feature which enables any application to use its own
codecs instead of the OpenQuicktime ones.
http://openquicktime.sourceforge.net/
|
openquicktime history
v. 1.23
date: 2007/11/20 03:12:12; author: linimon; state: Exp; lines: +2 -0
This appears to install on 7.x and 8.x.
Reported by: pointyhat
Approved by: portmgr (self)
v. 1.22
date: 2007/10/04 19:58:59; author: linimon; state: Exp; lines: +1 -3
On rechecking my work, this is failing to install everywhere. Mark it
as such.
v. 1.21
date: 2007/10/04 19:54:34; author: linimon; state: Exp; lines: +4 -0
Mark as broken with gcc4.2.
v. 1.20
date: 2007/07/02 04:38:03; author: danfe; state: Exp; lines: +7 -6
- Fix the build with GCC 4.2 [1]
- Fix detection of 64-bit file seeking
- Clean up port description (markup, spelling)
- Turn debugging off by default
- Clean up Makefile, pet portlint(1)
Reported by: pointyhat (logs) [1]
v. 1.19
date: 2007/05/19 20:17:54; 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.18
date: 2006/08/15 00:56:14; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.17
date: 2006/05/10 22:37:35; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.16
date: 2006/03/07 08:26:59; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.15
date: 2005/10/12 03:24:27; author: edwin; state: Exp; lines: +1 -1
INSTALL_SHLIBS, INSTALL_SHLIB -> INSTALLS_SHLIB
v. 1.14
date: 2005/03/05 01:17:08; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.13
date: 2004/11/18 22:22:50; author: kris; state: Exp; lines: +2 -2
BROKEN on !i386: Does not build
v. 1.12
date: 2004/10/14 22:09:16; author: lioux; state: Exp; lines: +9 -6
o Fix build on FreeBSD 5.x branch (version 502126) [1]
o Make port CFLAGS safe (do not arbitrarily add '-O2' to it)
PR: 72448 [1]
Submitted by: Michael Johnson [1]
v. 1.11
date: 2004/09/19 02:54:58; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.10
date: 2004/06/26 03:05:57; author: lioux; state: Exp; lines: +6 -0
o Add OPTIONS knobs: DEBUG which defaults to on
o If you disable DEBUG; duh, no debug support is built
o No PORTREVISION bump since this maintains the current port state
(DEBUG defaults to on)
PR: 67678
Submitted by: michael johnson
v. 1.9
date: 2004/04/12 04:28:06; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not build
v. 1.8
date: 2004/02/08 01:13:57; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.7
date: 2004/02/04 05:07:53; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.6
date: 2003/04/20 19:35:01; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.5
date: 2003/02/23 19:58:28; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.4
date: 2002/11/28 00:09:50; 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.3
date: 2002/09/03 02:46:46; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis
v. 1.2
date: 2002/07/03 19:15:17; author: lioux; state: Exp; lines: +2 -1
USE_REINPLACE
v. 1.1
date: 2001/09/24 20:05:22; author: lioux; state: Exp;
New port openquicktime version 1.0: Portable library for handling
Apple's QuickTime(TM) files
=============================================================================
v. 1.23
date: 2007/11/20 03:12:12; author: linimon; state: Exp; lines: +2 -0
This appears to install on 7.x and 8.x.
Reported by: pointyhat
Approved by: portmgr (self)
v. 1.22
date: 2007/10/04 19:58:59; author: linimon; state: Exp; lines: +1 -3
On rechecking my work, this is failing to install everywhere. Mark it
as such.
v. 1.21
date: 2007/10/04 19:54:34; author: linimon; state: Exp; lines: +4 -0
Mark as broken with gcc4.2.
v. 1.20
date: 2007/07/02 04:38:03; author: danfe; state: Exp; lines: +7 -6
- Fix the build with GCC 4.2 [1]
- Fix detection of 64-bit file seeking
- Clean up port description (markup, spelling)
- Turn debugging off by default
- Clean up Makefile, pet portlint(1)
Reported by: pointyhat (logs) [1]
v. 1.19
date: 2007/05/19 20:17:54; 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.18
date: 2006/08/15 00:56:14; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.17
date: 2006/05/10 22:37:35; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.16
date: 2006/03/07 08:26:59; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.15
date: 2005/10/12 03:24:27; author: edwin; state: Exp; lines: +1 -1
INSTALL_SHLIBS, INSTALL_SHLIB -> INSTALLS_SHLIB
v. 1.14
date: 2005/03/05 01:17:08; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.13
date: 2004/11/18 22:22:50; author: kris; state: Exp; lines: +2 -2
BROKEN on !i386: Does not build
v. 1.12
date: 2004/10/14 22:09:16; author: lioux; state: Exp; lines: +9 -6
o Fix build on FreeBSD 5.x branch (version 502126) [1]
o Make port CFLAGS safe (do not arbitrarily add '-O2' to it)
PR: 72448 [1]
Submitted by: Michael Johnson [1]
v. 1.11
date: 2004/09/19 02:54:58; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.10
date: 2004/06/26 03:05:57; author: lioux; state: Exp; lines: +6 -0
o Add OPTIONS knobs: DEBUG which defaults to on
o If you disable DEBUG; duh, no debug support is built
o No PORTREVISION bump since this maintains the current port state
(DEBUG defaults to on)
PR: 67678
Submitted by: michael johnson
v. 1.9
date: 2004/04/12 04:28:06; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not build
v. 1.8
date: 2004/02/08 01:13:57; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.7
date: 2004/02/04 05:07:53; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.6
date: 2003/04/20 19:35:01; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.5
date: 2003/02/23 19:58:28; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.4
date: 2002/11/28 00:09:50; 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.3
date: 2002/09/03 02:46:46; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis
v. 1.2
date: 2002/07/03 19:15:17; author: lioux; state: Exp; lines: +2 -1
USE_REINPLACE
v. 1.1
date: 2001/09/24 20:05:22; author: lioux; state: Exp;
New port openquicktime version 1.0: Portable library for handling
Apple's QuickTime(TM) files
=============================================================================
v. 1.23
date: 2007/11/20 03:12:12; author: linimon; state: Exp; lines: +2 -0
This appears to install on 7.x and 8.x.
Reported by: pointyhat
Approved by: portmgr (self)
v. 1.22
date: 2007/10/04 19:58:59; author: linimon; state: Exp; lines: +1 -3
On rechecking my work, this is failing to install everywhere. Mark it
as such.
v. 1.21
date: 2007/10/04 19:54:34; author: linimon; state: Exp; lines: +4 -0
Mark as broken with gcc4.2.
v. 1.20
date: 2007/07/02 04:38:03; author: danfe; state: Exp; lines: +7 -6
- Fix the build with GCC 4.2 [1]
- Fix detection of 64-bit file seeking
- Clean up port description (markup, spelling)
- Turn debugging off by default
- Clean up Makefile, pet portlint(1)
Reported by: pointyhat (logs) [1]
v. 1.19
date: 2007/05/19 20:17:54; 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.18
date: 2006/08/15 00:56:14; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.17
date: 2006/05/10 22:37:35; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.16
date: 2006/03/07 08:26:59; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.15
date: 2005/10/12 03:24:27; author: edwin; state: Exp; lines: +1 -1
INSTALL_SHLIBS, INSTALL_SHLIB -> INSTALLS_SHLIB
v. 1.14
date: 2005/03/05 01:17:08; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.13
date: 2004/11/18 22:22:50; author: kris; state: Exp; lines: +2 -2
BROKEN on !i386: Does not build
v. 1.12
date: 2004/10/14 22:09:16; author: lioux; state: Exp; lines: +9 -6
o Fix build on FreeBSD 5.x branch (version 502126) [1]
o Make port CFLAGS safe (do not arbitrarily add '-O2' to it)
PR: 72448 [1]
Submitted by: Michael Johnson [1]
v. 1.11
date: 2004/09/19 02:54:58; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.10
date: 2004/06/26 03:05:57; author: lioux; state: Exp; lines: +6 -0
o Add OPTIONS knobs: DEBUG which defaults to on
o If you disable DEBUG; duh, no debug support is built
o No PORTREVISION bump since this maintains the current port state
(DEBUG defaults to on)
PR: 67678
Submitted by: michael johnson
v. 1.9
date: 2004/04/12 04:28:06; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not build
v. 1.8
date: 2004/02/08 01:13:57; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.7
date: 2004/02/04 05:07:53; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.6
date: 2003/04/20 19:35:01; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.5
date: 2003/02/23 19:58:28; author: lioux; state: Exp; lines: +1 -0
De-pkg-comment
v. 1.4
date: 2002/11/28 00:09:50; 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.3
date: 2002/09/03 02:46:46; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis
v. 1.2
date: 2002/07/03 19:15:17; author: lioux; state: Exp; lines: +2 -1
USE_REINPLACE
v. 1.1
date: 2001/09/24 20:05:22; author: lioux; state: Exp;
New port openquicktime version 1.0: Portable library for handling
Apple's QuickTime(TM) files
=============================================================================
|
| |

|