Port details |
- gavl Library for handling uncompressed video and audio data
- 1.4.0_4 multimedia =6 1.4.0_4Version of this port present on the latest quarterly branch.
- Maintainer: jhale@FreeBSD.org
- Port Added: 2004-10-13 23:31:38
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: openslp, flac, libexif, xorg-fonts-truetype, dbus
- License: GPLv2+
- WWW:
- https://gmerlin.sourceforge.net/
- Description:
- Gavl is short for Gmerlin Audio Video Library. It is a low level
library, upon which multimedia APIs can be built. Gavl handles all
the details of audio and video formats like colorspaces, samplerates,
multichannel configurations etc. It provides standardized definitions
for those formats as well as container structures for carrying audio
samples or video images inside an application.
In addition, it handles the sometimes ugly task to convert between
all these formats and provides some elementary operations (copying,
scaling, alpha blending etc)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/multimedia/gavl/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/gavl
- pkg install gavl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gavl
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gavl-1.4.0.tar.gz) = 51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce
SIZE (gavl-1.4.0.tar.gz) = 4592701
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpng.so : graphics/png
- This port is required by:
- for Libraries
-
- graphics/frei0r-plugins-gavl
-
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 gavl-1.4.0_4:
DOCS=on: Build and/or install documentation
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
PNG=on: PNG image format support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_gavl
- USES:
- alias libtool localbase pathfix pkgconfig
- 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.4.0_4 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.0_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.0_4 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.4.0_4 27 Apr 2022 06:36:08 |
Jason E. Hale (jhale) |
multimedia/gavl: Take maintainership |
1.4.0_4 23 Nov 2021 15:02:28 |
Tobias C. Berner (tcberner) |
multimedia/gavl: opt in to sched* functions
Make sched* functions available as required by
https://cgit.freebsd.org/src/commit/?id=90fa9705d5cd29cf11c5dc7319299788dec2546a
benchmark.c:1854:7: warning: implicit declaration of function
'sched_setaffinity' is invalid in C99
[-Wimplicit-function-declaration] if(!sched_setaffinity(0,
sizeof(cpuset), &cpuset))
PR: 259787 |
1.4.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0_4 09 Dec 2016 09:00:46 |
amdmi3 |
- Fix LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Pet portlint |
1.4.0_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.4.0_4 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.4.0_3 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
1.4.0_3 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.4.0_2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.4.0_2 20 Oct 2014 08:12:20 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
1.4.0_2 12 Aug 2014 15:29:37 |
tijl |
Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports)
net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS
PR: 192062 |
1.4.0_2 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
1.4.0_2 04 Jul 2014 10:22:01 |
amdmi3 |
- Strip libraries |
1.4.0_1 04 Jul 2014 01:00:21 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
1.4.0_1 09 Jun 2014 02:48:55 |
vanilla |
Stagify, bump version for pkg-plist changed. |
1.4.0 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.4.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.4.0 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.4.0 28 Mar 2013 15:51:17 |
eadler |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
1.4.0 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.4.0 06 Oct 2012 10:14:26 |
bapt |
use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed |
1.4.0 22 Jul 2012 08:51:23 |
mm |
Return maintainership to ports@FreeBSD.org |
1.4.0 22 Jul 2012 08:46:59 |
mm |
Update gmerlin framework and convert to new options:
gavl 1.2.0 -> 1.4.0
gmerlin 1.0.0 -> 1.2.0
gmerlin-avdecoder 1.1.0 -> 1.2.0 |
1.2.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.0 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2.0 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2.0 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
1.2.0 10 Jan 2011 12:30:14 |
mm |
- Update to 1.2.0 |
1.1.2 30 Mar 2010 12:11:56 |
mm |
- Update to 1.1.2 |
1.1.1_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.1.1 12 Aug 2009 07:35:56 |
mm |
- Mark port MAKE_JOBS_SAFE for SMP compilation |
1.1.1 11 Aug 2009 19:30:41 |
mm |
- Add missing pkg-plist update for gavl 1.1.1 |
1.1.1 11 Aug 2009 15:24:55 |
mm |
- Take maintainership from multimedia@ |
1.1.1 11 Aug 2009 10:35:13 |
mm |
- Update gavl to 1.1.1
- Bump library version on depending ports |
1.0.1 25 Mar 2009 03:26:28 |
amdmi3 |
- Update to 1.0.1
PR: 128680
Submitted by: myself
Approved by: multimedia@ (maintainer timeout, > 3 months) |
1.0.0 18 Jun 2008 23:17:30 |
miwi |
* Update to 1.0.0
* Remove 5.x cruft
* Add OPTIONS
PR: 124562
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: pav |
0.2.5 03 Jan 2007 03:32:44 |
mezz |
-Update to 0.2.5.
-INSTALLS_SHLIB -> USE_LDCONFIG. |
0.2.1_2 09 Jun 2006 18:00:35 |
ahze |
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports) |
0.2.1_2 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.2.1_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.1_1 15 Nov 2005 06:52:12 |
ade |
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. |
0.2.1_1 09 Nov 2005 07:09:47 |
ahze |
- Add SHA256
- Add SIZE to a few ports |
0.2.1_1 12 May 2005 02:27:32 |
ahze |
- Bump PORTREVISION due to last commit. |
0.2.1 12 May 2005 01:53:28 |
ahze |
- Use SCHAR_MAX [1]
- Only s/llrintf/rintf/ on 4.x and early 5.x
Requested by: gavl author [1] |
0.2.1 16 Jan 2005 13:35:41 |
ahze |
Update to 0.2.1 |
0.2.0 29 Oct 2004 22:24:47 |
ahze |
Change email to new FreeBSD.org address
Approved by:adamw (mentor) |
0.2.0 13 Oct 2004 23:24:34 |
edwin |
[NEW PORT] multimedia/gavl: A library for handling uncompressed video and audio
data
Gavl (Gmerlin Audio Video Library) is a library for handling
uncompressed video and audio data.
PR: ports/71133
Submitted by: Michael Johnson <ahze@ahze.net> |