aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gavl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=371241
* Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans2014-08-121-1/+1
| | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=364712
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=361099
* - Strip librariesDmitry Marakasov2014-07-041-1/+2
| | | | Notes: svn path=/head/; revision=360593
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-3/+1
| | | | Notes: svn path=/head/; revision=360503
* Stagify, bump version for pkg-plist changed.Vanilla I. Shu2014-06-091-13/+7
| | | | Notes: svn path=/head/; revision=357084
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-5/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=314640
* use USE_PKGCONFIG= buildBaptiste Daroussin2012-10-061-6/+3
| | | | | | | Bump portrevision for ports which run-depends list changed Notes: svn path=/head/; revision=305349
* Return maintainership to ports@FreeBSD.orgMartin Matuska2012-07-221-1/+1
| | | | Notes: svn path=/head/; revision=301303
* Update gmerlin framework and convert to new options:Martin Matuska2012-07-221-9/+14
| | | | | | | | | gavl 1.2.0 -> 1.4.0 gmerlin 1.0.0 -> 1.2.0 gmerlin-avdecoder 1.1.0 -> 1.2.0 Notes: svn path=/head/; revision=301302
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+3
| | | | Notes: svn path=/head/; revision=271527
* - Update to 1.2.0Martin Matuska2011-01-101-1/+1
| | | | Notes: svn path=/head/; revision=267592
* - Update to 1.1.2Martin Matuska2010-03-301-5/+1
| | | | Notes: svn path=/head/; revision=251810
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Mark port MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-08-121-0/+1
| | | | Notes: svn path=/head/; revision=239371
* - Take maintainership from multimedia@Martin Matuska2009-08-111-1/+1
| | | | Notes: svn path=/head/; revision=239341
* - Update gavl to 1.1.1Martin Matuska2009-08-111-1/+1
| | | | | | | - Bump library version on depending ports Notes: svn path=/head/; revision=239308
* - Update to 1.0.1Dmitry Marakasov2009-03-251-3/+2
| | | | | | | | | PR: 128680 Submitted by: myself Approved by: multimedia@ (maintainer timeout, > 3 months) Notes: svn path=/head/; revision=230926
* * Update to 1.0.0Martin Wilke2008-06-181-22/+12
| | | | | | | | | | | | * Remove 5.x cruft * Add OPTIONS PR: 124562 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: pav Notes: svn path=/head/; revision=215179
* -Update to 0.2.5.Jeremy Messenger2007-01-031-9/+10
| | | | | | | -INSTALLS_SHLIB -> USE_LDCONFIG. Notes: svn path=/head/; revision=181314
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Bump PORTREVISION due to last commit.Michael Johnson2005-05-121-0/+1
| | | | Notes: svn path=/head/; revision=135090
* - Use SCHAR_MAX [1]Michael Johnson2005-05-121-0/+7
| | | | | | | | | - Only s/llrintf/rintf/ on 4.x and early 5.x Requested by: gavl author [1] Notes: svn path=/head/; revision=135089
* Update to 0.2.1Michael Johnson2005-01-161-5/+6
| | | | Notes: svn path=/head/; revision=126581
* Change email to new FreeBSD.org addressMichael Johnson2004-10-291-1/+1
| | | | | | | Approved by:adamw (mentor) Notes: svn path=/head/; revision=120470
* [NEW PORT] multimedia/gavl: A library for handling uncompressed video and ↵Edwin Groothuis2004-10-131-0/+55
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> Notes: svn path=/head/; revision=119332