aboutsummaryrefslogtreecommitdiff
path: root/audio/libamrwb
Commit message (Collapse)AuthorAgeFilesLines
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* audio/libamr(n|w)b: Remove redundant dependency on unzipJohn Marino2016-08-041-2/+0
| | | | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Approved by: infrastructure blanket (removal of redundant deps) Notes: svn path=/head/; revision=419585
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-7/+3
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* audio/libamr*: change INSTALL_TARGET to install-stripJohn Marino2015-01-201-2/+4
| | | | | | | | PR: 196418 Submitted by: maintainer (Tatsuki Makino) Notes: svn path=/head/; revision=377539
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-152-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=364994
* libamr(n|w)bThomas Zander2014-03-152-20/+23
| | | | | | | | | | | | | | | - Change MASTER_SITES - Add LICENSE_* for complicated legal status - Update LEGAL - Support stage - While on it, USE_BZIP2 -> USES tar:bzip2 PR: ports/186065 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Approved by: thierry (mentor) Notes: svn path=/head/; revision=348294
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Update to 11.0.0.0Sunpoet Po-Chuan Hsieh2013-09-093-11/+12
| | | | | | | | | | | | | | - Convert to new options framework - While I'm here, simplify PORTDOCS installation Changes: - Uses new upstream version 11.0.0 (which does not contain any code changes) PR: ports/177681 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=326829
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - New versios amrnb-10.0.0.0 and amrwb-10.0.0.0 use new upstream code baseMichael Scheidell2012-01-124-30/+25
| | | | | | | | | | | | - change license to BSD-3 that allows 3GPP/Via Licensing contractors to distribute wrapped libraries - see http://www.penguin.cz/~utx/amr PR: ports/164037 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=289008
* - Update to version 7.0.0.4Pawel Pekala2011-10-012-3/+6
| | | | | | | | | | | - Add LICENSE PR: ports/160707 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Approved by: miwi, wen (mentors implicit) Notes: svn path=/head/; revision=282731
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to beWesley Shields2009-09-081-1/+1
| | | | | | | | | | | "unzip -v" or similar which would break. Instead rely upon the unzip binary. http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html Noticed by: Dag-Erling Smørgrav <des@des.no> Notes: svn path=/head/; revision=241055
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - Update to 7.0.0.3Martin Wilke2008-06-012-4/+4
| | | | | | | | PR: 124026 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=214144
* - Update libamrnb to version 7.0.0.0.Alejandro Pulver2007-09-276-88/+14
| | | | | | | | | | - Update libamrwb to version 7.0.0.2. PR: ports/115819 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=200212
* - Fix BuildMartin Wilke2007-07-147-12/+127
| | | | | | | | | | | | | - Makefile cleanup PR: 113641 Submitted by: pointyhat via kris/pav Tatsuki Makino <tatsuki_makino@hotmail.com> (Maintainer) Thanks to: Fredrik Lindberg, linimon Reviewed by: sat Notes: svn path=/head/; revision=195611
* - Switch from NO_PACKAGE to RESTRICTEDMartin Wilke2007-06-081-1/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=193058
* Adaptive Multi-Rate Wideband decoder and encoder library.Martin Wilke2007-06-074-0/+70
(3GPP TS 26.204 V7.0.0) http://www.3gpp.org/ftp/Specs/html-info/26204.htm WWW: http://www.penguin.cz/~utx/amr PR: ports/113444 Submitted by: Tatsuki Makino <tatsuki_makino at hotmail.com> Notes: svn path=/head/; revision=192987