aboutsummaryrefslogtreecommitdiff
path: root/audio/speex-devel
Commit message (Collapse)AuthorAgeFilesLines
* Make portlint happy, also make the BROKEN error more clear.Jeremy Messenger2006-06-191-1/+1
| | | | | | | | PR: ports/99149 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=165781
* - 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
* - Merge changes from audio/speexMichael Johnson2006-05-181-4/+1
| | | | | | | | | Use configure script --with-ogg-dir argument to specify devel/libogg Submitted by: sergei (from audio/speex) Notes: svn path=/head/; revision=162722
* - Update to 1.1.12Michael Johnson2006-03-153-7/+8
| | | | Notes: svn path=/head/; revision=157242
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Fix plistMichael Johnson2005-12-081-2/+2
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=150634
* - Mark broken on 4.xMichael Johnson2005-12-071-0/+4
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=150622
* - No longer user gcc34+Michael Johnson2005-12-061-10/+1
| | | | Notes: svn path=/head/; revision=150502
* - Update to 1.1.11.1Michael Johnson2005-12-062-4/+4
| | | | Notes: svn path=/head/; revision=150500
* - Update to 1.1.11Michael Johnson2005-11-262-4/+4
| | | | Notes: svn path=/head/; revision=149617
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-1/+1
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* 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
* - Update to 1.1.10Michael Johnson2005-06-122-4/+3
| | | | Notes: svn path=/head/; revision=137329
* - Update to 1.1.9Michael Johnson2005-06-033-5/+18
| | | | Notes: svn path=/head/; revision=136744
* - 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. Notes: svn path=/head/; revision=135006
* - Update MASTER_SITES, some reason it doesn't work unless a proxy is set.Michael Johnson2005-05-091-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=134959
* - Add SSE support that is auto-detected from MACHINE_CPU:MsseMichael Johnson2005-05-081-1/+7
| | | | Notes: svn path=/head/; revision=134830
* - Update to 1.1.8Michael Johnson2005-05-083-7/+18
| | | | | | | | | - Use gcc34+ with libtool15 hack [1] Obtained from: x11-toolkits/gtkmm24 [1] Notes: svn path=/head/; revision=134827
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* 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'. Notes: svn path=/head/; revision=132992
* - Update to 1.1.7Michael Johnson2005-03-032-3/+3
| | | | Notes: svn path=/head/; revision=130254
* Readd PORTEPOCHMichael Johnson2004-11-111-0/+1
| | | | | | | Approved by: pav (co mentor) Notes: svn path=/head/; revision=121369
* Add speex-develMichael Johnson2004-11-115-35/+10
| | | | | | | | | | | | | | | | | | | | The Speex is a patent-free, Open Source/Free Software voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to compress voice at bitrates in the 2-45 kbps range. Possible applications include VoIP, internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec. -- Speex 1.1 is backwards compatible with speex 1.0 and can be used as a drop in replacement for audio/speex Approved by: pav (co mentor) Notes: svn path=/head/; revision=121367
* Grab MaintainerMichael Johnson2004-11-081-1/+1
| | | | | | | | Approved by: jre@vineyard.net pav (co mentor) Notes: svn path=/head/; revision=121111
* Update to 1.0.4Kirill Ponomarev2004-07-233-6/+13
| | | | | | | | | PR: ports/69389 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer Notes: svn path=/head/; revision=114483
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* Add size data, approved by maintainers.Trevor Johnson2004-03-201-0/+1
| | | | Notes: svn path=/head/; revision=104775
* 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. Notes: svn path=/head/; revision=103963
* 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. Notes: svn path=/head/; revision=96268
* Reinstate PORTEPOCH, accidentally deleted in previous commit.Christian Weisgerber2003-11-211-0/+1
| | | | | | | Submitted by: krion Notes: svn path=/head/; revision=94661
* Update to 1.0.3: minor bugfixes.Christian Weisgerber2003-11-202-3/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=94532
* - Update to version 1.0.2Kirill Ponomarev2003-09-302-3/+3
| | | | | | | | PR: 57387 Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer) Notes: svn path=/head/; revision=89868
* Update to version 1.0.1.Christian Weisgerber2003-06-115-11/+38
| | | | | | | | PR: 53098 Submitted by: Ports Fury Notes: svn path=/head/; revision=82801
* Give maintainership to submitter.Norikatsu Shigemura2003-03-251-1/+1
| | | | | | | Submitted by: Josh Elsasser <jre@vineyard.net> Notes: svn path=/head/; revision=77443
* Update to 1.0.Norikatsu Shigemura2003-03-254-8/+9
| | | | | | | | PR: ports/50261 Submitted by: Josh Elsasser <jre@vineyard.net> Notes: svn path=/head/; revision=77437
* Fix dependency on devel/libgnugetopt.Norikatsu Shigemura2003-03-191-2/+4
| | | | | | | | Pointed out by: kris Approved by: kris (portmgr) Notes: svn path=/head/; revision=77154
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* PORTEPOCH should never be decreasing.Maxim Sobolev2003-02-181-0/+1
| | | | | | | | Revealed by: pkg_version(1) Pointy hat to: roger Notes: svn path=/head/; revision=75808
* Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.Norikatsu Shigemura2003-02-081-2/+2
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=75089
* Upgrade to rc 2Roger Hardiman2003-02-022-4/+3
| | | | Notes: svn path=/head/; revision=74528
* Conditionalize libgnugetopt dependencies.Norikatsu Shigemura2003-02-021-4/+10
| | | | | | | | PR: ports/47745 Submitted by: Ports Fury Notes: svn path=/head/; revision=74497
* upgrade to 1.0b4Ying-Chieh Liao2003-01-032-2/+2
| | | | | | | | PR: 46424 Submitted by: Ports Fury Notes: svn path=/head/; revision=72437
* Speex uses the Xiph licence now.Roger Hardiman2002-11-222-2/+2
| | | | Notes: svn path=/head/; revision=70737
* - Add missing MAN lineYing-Chieh Liao2002-11-203-5/+14
| | | | | | | | | | | - Fix pkg-plist - Update WWW: line PR: 45422 Submitted by: Ports Fury Notes: svn path=/head/; revision=70565
* Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled)Roger Hardiman2002-11-132-5/+4
| | | | | | | and stereo support. Notes: svn path=/head/; revision=70015
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Rename to comply with porters handbook.Roger Hardiman2002-10-191-2/+2
| | | | Notes: svn path=/head/; revision=68342
* Upgrade to latest releaseRoger Hardiman2002-10-172-2/+2
| | | | Notes: svn path=/head/; revision=68203