aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liba52
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Add LICENSE* informationlioux2010-06-131-0/+3
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Add MAKE_JOBS_SAFE to support SMP compilationmm2009-03-251-0/+1
|
* [PATCH] audio/liba52: powerpc build requires -fPICedwin2008-06-181-1/+1
| | | | | | | | | | | Powerpc is similar to amd64 in that it requires -fPIC when building shared libs Portversion bump to differentiate between builds. PR: ports/122899 Submitted by: Peter Grehan <grehan@FreeBSD.org> Approved by: maintainer timeout
* [PATCH] audio/liba52: powerpc build requires -fPICedwin2008-06-181-1/+1
| | | | | | | | | Powerpc is similar to amd64 in that it requires -fPIC when building shared libs PR: ports/122899 Submitted by: Peter Grehan <grehan@FreeBSD.org> Approved by: maintainer timeout
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-1/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Give maintainership to multimedia@FreeBSD.org.lioux2007-04-011-1/+1
|
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Conversion to a single libtool environment.ade2006-02-231-5/+7
| | | | Approved by: portmgr (kris)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Add SHA256 checksumlioux2005-11-111-0/+1
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* portlint (whitespace cleanup)kris2003-10-271-1/+1
|
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-2/+2
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* libtool uber-patchade2003-06-271-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Typo fix: intruduced -> introducedlioux2003-05-161-1/+1
|
* o Allow bento cluster to build packages by not depending onlioux2003-03-271-1/+1
| | | | | | | packaging-restricted djbfft o Rely on existence (or not) of PACKAGE_BUILDING for that [1] Suggested by: David Taylor <davidt@yadt.co.uk> [1]
* De-pkg-commentlioux2003-02-242-1/+1
|
* Added INSTALLS_SHLIB statement.edwin2003-02-061-0/+1
| | | | Informed maintainer.
* Update to 0.7.4lioux2002-08-072-3/+2
|
* USE_REINPLACElioux2002-07-041-2/+3
|
* djbfft should be a RUN_DEPENDS as welllioux2002-05-161-1/+2
|
* o Use djbfft optimized FFT routines unless WITHOUT_DJBFFT is definedlioux2002-05-161-0/+18
| | | | o Bump PORTREVISION
* Update to 0.7.3lioux2002-04-182-2/+2
| | | | | | PR: 36758 Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org> Reviewed by: freebsd-multimedia (silence)
* Update to 0.7.2lioux2002-01-216-79/+9
|
* o Do not install libao library files since both there already is alioux2001-12-034-6/+25
| | | | | | | | | port libao and this library is intended only for internal to this port use o Solution based on the latest liba52 CVS Submitted by: nobutaka Reviewed by: naddy
* additional install of both libraries and headers in preparation to ↵lioux2001-10-272-0/+7
| | | | {,lib}xine 0.9.2 ports
* fix typolioux2001-10-201-1/+1
|
* New port liba52 version 0.7.1b: A free library for decoding ATSClioux2001-10-166-0/+135
A/52 streams, aka AC-3