aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libamrwb
Commit message (Collapse)AuthorAgeFilesLines
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-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)
* audio/libamr(n|w)b: Remove redundant dependency on unzipmarino2016-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)
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-7/+3
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* audio/libamr*: change INSTALL_TARGET to install-stripmarino2015-01-211-2/+4
| | | | | PR: 196418 Submitted by: maintainer (Tatsuki Makino)
* Cleanup plistbapt2014-10-201-1/+0
|
* - Switch to USES=libtool, drop .la filesamdmi32014-08-162-3/+3
| | | | Approved by: portmgr blanket
* libamr(n|w)briggs2014-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Update to 11.0.0.0sunpoet2013-09-103-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)
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-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
* - New versios amrnb-10.0.0.0 and amrwb-10.0.0.0 use new upstream code basescheidell2012-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)
* - Update to version 7.0.0.4pawel2011-10-012-3/+6
| | | | | | | | - Add LICENSE PR: ports/160707 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Approved by: miwi, wen (mentors implicit)
* - Get Rid MD5 supportmiwi2011-03-191-2/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to bewxs2009-09-091-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>
* -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
* - Update to 7.0.0.3miwi2008-06-022-4/+4
| | | | | PR: 124026 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
* - Update libamrnb to version 7.0.0.0.alepulver2007-09-286-88/+14
| | | | | | | - Update libamrwb to version 7.0.0.2. PR: ports/115819 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
* - Fix Buildmiwi2007-07-157-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
* - Switch from NO_PACKAGE to RESTRICTEDmiwi2007-06-091-1/+1
| | | | Requested by: kris
* Adaptive Multi-Rate Wideband decoder and encoder library.miwi2007-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>