aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gavl
Commit message (Collapse)AuthorAgeFilesLines
* 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-092-14/+8
| | | | 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-224-28/+18
| | | | | | | | | 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-103-4/+4
| | | | Notes: svn path=/head/; revision=267592
* - Update to 1.1.2Martin Matuska2010-03-304-8/+45
| | | | 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
* - Add missing pkg-plist update for gavl 1.1.1Martin Matuska2009-08-111-1/+3
| | | | Notes: svn path=/head/; revision=239350
* - Take maintainership from multimedia@Martin Matuska2009-08-111-1/+1
| | | | Notes: svn path=/head/; revision=239341
* - Update gavl to 1.1.1Martin Matuska2009-08-112-4/+4
| | | | | | | - Bump library version on depending ports Notes: svn path=/head/; revision=239308
* - Update to 1.0.1Dmitry Marakasov2009-03-253-9/+5
| | | | | | | | | 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-186-96/+29
| | | | | | | | | | | | * 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-033-30/+13
| | | | | | | -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-232-2/+3
| | | | | | | 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
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - 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-123-3/+10
| | | | | | | | | - 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-163-22/+8
| | | | 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-138-0/+170
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