aboutsummaryrefslogtreecommitdiffstats
path: root/audio/speex
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Update to 1.2beta2Michael Johnson2007-06-283-6/+6
|
* Hack in speex.pc to add -I/usr/local/include/speex to make it more backwardsJeremy Messenger2007-02-262-0/+9
| | | | | | compatibility. It should avoid for us to create more hacks in other ports. Discussed with: ahze
* audio/speex-devel -> audio/speex, remove audio/speex-devel.Jeremy Messenger2007-02-246-57/+29
|
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
|
* Portlint:Jeremy Messenger2006-06-121-1/+1
| | | | -Use -[0-9]* in CONFLICT.
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-101-1/+1
| | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports)
* - Use configure script --with-ogg-dir argument to specify devel/liboggSergei Kolobov2006-05-191-4/+1
| | | | | | | | | | dependency location instead of explicitly passing modified CPPFLAGS and LDFLAGS variables. This gives configure script a chance to do the right thing when detecting libogg if ${LOCALBASE} != "/usr/local" PR: ports/97464 Submitted by: sergei Approved by: ahze (maintainer)
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
|
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* 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.
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | - Add SIZE to a few ports
* - Make sure man pages get installed in PREFIXMichael Johnson2005-10-171-1/+1
| | | | Reported by: pointyhat via kris
* - Add MASTER_SITE_LOCAL to MASTER_SITES since a few peopleMichael Johnson2005-05-101-1/+3
| | | | said the current mirror is very very slow for them.
* - Update MASTER_SITES, some reason it doesn't work unless a proxy is set.Michael Johnson2005-05-101-1/+1
| | | | Reported by: krismail
* - Update to 1.0.5Michael Johnson2005-05-083-20/+10
| | | | | - Use libtool15 now instead of libtool13 - Speex bumped lib version but there is no need so I put it back at .3
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Fix Version: line in speex.pc pkg-config fileMichael Johnson2004-12-291-0/+3
| | | | | | - Bump PORTREVISON Pointed out by: kwm
* Add CONFLICTS to speex-develMichael Johnson2004-11-111-0/+2
| | | | Approved by: pav (co mentor)
* Grab MaintainerMichael Johnson2004-11-081-1/+1
| | | | | Approved by: jre@vineyard.net pav (co mentor)
* Update to 1.0.4Kirill Ponomarev2004-07-233-6/+13
| | | | | | PR: ports/69389 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Add size data, approved by maintainers.Trevor Johnson2004-03-211-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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.
* Update to Ogg Vorbis 1.0.1.Christian Weisgerber2003-12-201-1/+2
| | | | | Major user-visible change: vorbis-tools now integrates some support for flac and speex files.
* Reinstate PORTEPOCH, accidentally deleted in previous commit.Christian Weisgerber2003-11-211-0/+1
| | | | Submitted by: krion
* Update to 1.0.3: minor bugfixes.Christian Weisgerber2003-11-212-3/+2
| | | | Approved by: maintainer
* - Update to version 1.0.2Kirill Ponomarev2003-09-302-3/+3
| | | | | PR: 57387 Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer)
* Update to version 1.0.1.Christian Weisgerber2003-06-125-11/+38
| | | | | PR: 53098 Submitted by: Ports Fury
* Give maintainership to submitter.Norikatsu Shigemura2003-03-251-1/+1
| | | | Submitted by: Josh Elsasser <jre@vineyard.net>
* Update to 1.0.Norikatsu Shigemura2003-03-254-8/+9
| | | | | PR: ports/50261 Submitted by: Josh Elsasser <jre@vineyard.net>
* Fix dependency on devel/libgnugetopt.Norikatsu Shigemura2003-03-191-2/+4
| | | | | Pointed out by: kris Approved by: kris (portmgr)
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* PORTEPOCH should never be decreasing.Maxim Sobolev2003-02-191-0/+1
| | | | | Revealed by: pkg_version(1) Pointy hat to: roger
* Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.Norikatsu Shigemura2003-02-081-2/+2
| | | | Submitted by: Ports Fury
* Upgrade to rc 2Roger Hardiman2003-02-032-4/+3
|
* Conditionalize libgnugetopt dependencies.Norikatsu Shigemura2003-02-021-4/+10
| | | | | PR: ports/47745 Submitted by: Ports Fury
* upgrade to 1.0b4Ying-Chieh Liao2003-01-042-2/+2
| | | | | PR: 46424 Submitted by: Ports Fury
* Speex uses the Xiph licence now.Roger Hardiman2002-11-222-2/+2
|
* - Add missing MAN lineYing-Chieh Liao2002-11-203-5/+14
| | | | | | | | - Fix pkg-plist - Update WWW: line PR: 45422 Submitted by: Ports Fury
* Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled)Roger Hardiman2002-11-132-5/+4
| | | | and stereo support.
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-072-1/+2
| | | | Approved by: pat
* Rename to comply with porters handbook.Roger Hardiman2002-10-191-2/+2
|
* Upgrade to latest releaseRoger Hardiman2002-10-172-2/+2
|
* Upgrade to 0.8.1Roger Hardiman2002-09-062-2/+2
|
* Update to 0.8.0David W. Chapman Jr.2002-09-012-2/+3
| | | | | PR: 42238 Submitted by: tkato@prontomail.com
* Update to 0.7.0Christian Weisgerber2002-08-182-2/+2
| | | | | PR: 41731 Submitted by: Ports Fury
* Update to 0.6.0Patrick Li2002-08-062-3/+2
| | | | | PR: ports/41354 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Do not install .la files, general clean-up.Christian Weisgerber2002-07-313-4/+19
| | | | | PR: 41169 Submitted by: Ports Fury
* add speex 0.5.2Ying-Chieh Liao2002-07-305-0/+43
An open-source (LGPL) patent-free voice codec