Port details |
- openquicktime Portable library for handling Apple's QuickTime(TM) files
- 1.0_9 multimedia
=24 1.0_9Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses obsolete glib12
This port expired on: 2018-12-20
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-11-28 00:14:07
- Last Update: 2018-12-21 13:19:03
- SVN Revision: 487992
- People watching this port, also watch:: mplayer, gtk2, sdl
- License: LGPL21
- WWW:
- http://openquicktime.sourceforge.net/
- Description:
- 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.
WWW: http://openquicktime.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openquicktime>0:multimedia/openquicktime
- No installation instructions:
- This port has been deleted.
- PKGNAME: openquicktime
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (openquicktime-1.0-src.tgz) = 27104245c2d450cc497c04e06294926e4d3d37f279a46dd3f7425ecb9dc088da
SIZE (openquicktime-1.0-src.tgz) = 320144
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- libjpeg.so : graphics/jpeg-turbo
- libglib.so : devel/glib12
- libgtk.so : x11-toolkits/gtk12
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for openquicktime-1.0_9:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake jpeg tar:tgz gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_9 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.0_9 12 Oct 2018 12:42:23 |
antoine |
Finish glib12 deprecation |
1.0_9 18 Sep 2018 19:20:18 |
emaste |
Bump PORTREVISION for changed CFLAGS
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.
Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068
Reported by: antoine
Approved by: antoine |
1.0_8 18 Sep 2018 13:57:03 |
emaste |
multimedia/openquicktime: add -fPIC to i386 CFLAGS
By default lld disallows relocations in read-only segments; shared
objects should be built as PIC.
PR: 214864
Approved by: bapt |
1.0_8 08 Dec 2016 16:39:11 |
tijl |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.0_7 09 Aug 2015 22:24:05 |
andrew |
Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3321 |
1.0_7 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.0_7 23 Feb 2015 01:20:05 |
amdmi3 |
- Add LICENSE
- Strip libraries |
1.0_7 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
1.0_7 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
1.0_6 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.0_6 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.0_6 27 Jun 2014 10:05:03 |
pawel |
- Add staging support
- Convert to new LIB_DEPENDS format
- Fix DEBUG option, use option helper
- More compact REINPLACE_CMD |
1.0_6 26 May 2014 12:06:10 |
miwi |
- Convert gmake,xz,bzip to USES
Approved by: portmgr |
1.0_6 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.0_6 29 Jun 2012 12:42:04 |
bapt |
Convert to new option framework |
1.0_6 01 Nov 2011 20:46:07 |
dougb |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000 |
1.0_6 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
1.0_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0_5 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.0_5 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.0_4 05 Jan 2009 21:36:39 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.0_4 15 Sep 2008 17:48:59 |
erwin |
The fix for amd64 broke i386 builds. Attempt to unbreak on
i386 while not breaking amd64.
Approved by: portmgr (self) |
1.0_4 27 Aug 2008 16:30:11 |
arved |
Fix build on amd64 |
1.0_3 06 Jun 2008 13:48:22 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0_3 20 Nov 2007 03:12:12 |
linimon |
This appears to install on 7.x and 8.x.
Reported by: pointyhat
Approved by: portmgr (self) |
1.0_3 04 Oct 2007 19:59:00 |
linimon |
On rechecking my work, this is failing to install everywhere. Mark it
as such. |
1.0_3 04 Oct 2007 19:54:34 |
linimon |
Mark as broken with gcc4.2. |
1.0_3 02 Jul 2007 04:38:04 |
danfe |
- 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] |
1.0_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0_2 15 Aug 2006 00:56:24 |
clsung |
- 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 <gslin_AT_gslin dot org> |
1.0_2 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.0_2 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.0_1 25 Nov 2005 16:19:39 |
pav |
- Add SHA256 |
1.0_1 12 Oct 2005 03:24:27 |
edwin |
INSTALL_SHLIBS, INSTALL_SHLIB -> INSTALLS_SHLIB |
1.0_1 05 Mar 2005 01:17:09 |
lioux |
Drop maintainership |
1.0_1 18 Nov 2004 22:22:50 |
kris |
BROKEN on !i386: Does not build |
1.0_1 14 Oct 2004 22:09:16 |
lioux |
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 <ahze@ahze.net> [1] |
1.0_1 19 Sep 2004 02:54:58 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.0_1 26 Jun 2004 03:05:57 |
lioux |
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 <ahze@ahze.net> |
1.0_1 12 Apr 2004 04:28:06 |
kris |
BROKEN on sparc64: Does not build |
1.0_1 08 Feb 2004 01:14:05 |
lioux |
USE_SIZEify |
1.0_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.0 20 Apr 2003 19:35:03 |
marcus |
Remove USE_GNOMENG. |
1.0 23 Feb 2003 19:58:35 |
lioux |
De-pkg-comment |
1.0 28 Nov 2002 00:09:51 |
lioux |
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) |