summaryrefslogtreecommitdiff
path: root/audio/speex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with --disable-silent-rulesDmitry Marakasov2016-09-091-0/+10
| | | | | | | | | PR: 212411 Submitted by: amdmi3 Approved by: portmgr Notes: svn path=/head/; revision=421630
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Add USES=pkgconfigTijl Coosemans2015-01-091-1/+1
| | | | | | | PR: 196641 Notes: svn path=/head/; revision=376626
* Update audio/speex to 1.2rc2. One of the libraries has been split off intoTijl Coosemans2015-01-095-58/+12
| | | | | | | a new port audio/speexdsp. Notes: svn path=/head/; revision=376610
* Fix the cross-compile case where we build for armv6/mips on a systemSean Bruno2014-11-141-0/+2
| | | | | | | | | | that is actually amd64. Phabric: D1155 Reviewed by: bapt Notes: svn path=/head/; revision=372571
* Cleanup plistBaptiste Daroussin2014-09-222-5/+1
| | | | | | | Strip binaries Notes: svn path=/head/; revision=368841
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-4/+4
| | | | Notes: svn path=/head/; revision=346816
* Fix typo in r342600.Christian Weisgerber2014-02-041-1/+1
| | | | Notes: svn path=/head/; revision=342612
* Only test MACHINE_CPU if it is set.Koop Mast2014-02-041-1/+1
| | | | Notes: svn path=/head/; revision=342600
* Strip binariesBaptiste Daroussin2013-10-191-1/+5
| | | | Notes: svn path=/head/; revision=330808
* Stagify and cleanupBaptiste Daroussin2013-10-042-8/+6
| | | | Notes: svn path=/head/; revision=329373
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-2/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* -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
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* - Add MAKE_JOBS_SAFE to support SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230877
* Fix build with libxineMichael Johnson2008-07-292-4/+5
| | | | | | | Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=217829
* Update to 1.2rc1Michael Johnson2008-07-263-4/+10
| | | | | | | Requested by: marcus Notes: svn path=/head/; revision=217628
* A few typo fixes for ports/audio descriptions.Jimmy Olgeni2008-06-151-2/+2
| | | | Notes: svn path=/head/; revision=214897
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* - 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 Notes: svn path=/head/; revision=196111
* Update to 1.2beta2Michael Johnson2007-06-273-6/+6
| | | | Notes: svn path=/head/; revision=194341
* Hack in speex.pc to add -I/usr/local/include/speex to make it more backwardsJeremy Messenger2007-02-252-0/+9
| | | | | | | | | compatibility. It should avoid for us to create more hacks in other ports. Discussed with: ahze Notes: svn path=/head/; revision=185931
* audio/speex-devel -> audio/speex, remove audio/speex-devel.Jeremy Messenger2007-02-236-57/+29
| | | | Notes: svn path=/head/; revision=185770
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Portlint:Jeremy Messenger2006-06-121-1/+1
| | | | | | | -Use -[0-9]* in CONFLICT. Notes: svn path=/head/; revision=165168
* - 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
* - Use configure script --with-ogg-dir argument to specify devel/liboggSergei Kolobov2006-05-181-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) Notes: svn path=/head/; revision=162719
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* - Make sure man pages get installed in PREFIXMichael Johnson2005-10-161-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=145595
* - 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
* - 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 Notes: svn path=/head/; revision=134826
* 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
* - Fix Version: line in speex.pc pkg-config fileMichael Johnson2004-12-281-0/+3
| | | | | | | | | - Bump PORTREVISON Pointed out by: kwm Notes: svn path=/head/; revision=125386
* Add CONFLICTS to speex-develMichael Johnson2004-11-111-0/+2
| | | | | | | Approved by: pav (co mentor) Notes: svn path=/head/; revision=121370
* 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