aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout2
Commit message (Collapse)AuthorAgeFilesLines
* No longer remove libdata/pkgconfig. This is taken care of by mtree now.Joe Marcus Clarke2005-05-161-1/+0
| | | | Notes: svn path=/head/; revision=135411
* Change MASTER_SITES.Michael Nottebrock2005-04-071-1/+1
| | | | Notes: svn path=/head/; revision=132729
* Update libshout2 to 2.1 and chase library revision bump.Michael Nottebrock2005-04-035-17/+19
| | | | Notes: svn path=/head/; revision=132387
* Respect CFLAGS.Michael Nottebrock2004-08-261-1/+1
| | | | | | | | PR: 71001 Submitted by: "Paul Seniura" <pdseniura@techie.com> Notes: svn path=/head/; revision=117367
* 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
* Forgot: Bump PORTREVISION.Michael Nottebrock2004-05-311-1/+1
| | | | Notes: svn path=/head/; revision=110527
* Remove hack again, it's just too evil. Also get rid of a libtool archive.Michael Nottebrock2004-05-313-12/+11
| | | | Notes: svn path=/head/; revision=110526
* Enforce linking against a threads lib on -STABLE.Michael Nottebrock2004-05-141-2/+12
| | | | Notes: svn path=/head/; revision=109144
* SIZEify.Michael Nottebrock2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104350
* Fix WWW:Michael Nottebrock2004-03-071-1/+1
| | | | Notes: svn path=/head/; revision=103223
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-3/+2
| | | | Notes: svn path=/head/; revision=96269
* Remove -ffast-math from CFLAGS.Michael Nottebrock2003-10-231-0/+3
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=91945
* Bento fixes.Michael Nottebrock2003-08-182-14/+5
| | | | | | | | Notified by: kris (bento) Approved by: arved (Mentor) Notes: svn path=/head/; revision=87202
* Add optional dependency on pkg-config, fix build on bento.Michael Nottebrock2003-08-122-4/+20
| | | | | | | | Reported by: kris/bento Approved by: arved (Mentor) Notes: svn path=/head/; revision=86864
* Update to official release 2.0Michael Nottebrock2003-08-064-44/+15
| | | | | | | | | PR: ports/55271 Submitted by: Melvyn Sopacua <melvyn@webteckies.org> Approved by: arved (Mentor) Notes: svn path=/head/; revision=86385
* libtool uber-patchAde Lovett2003-06-261-0/+6
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Utilize USE_AUTOMAKE and patch src/Makefile.am instead of src/Makefile.in.Norikatsu Shigemura2003-01-254-13/+14
| | | | | | | | | | Clean up distfile & modify checksum. Bump PORTREVISION accordingly. PR: ports/47460 Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org> (maintainer) Notes: svn path=/head/; revision=74004
* Complete Repocopy from audio/libshout -> audio/libshout2, audio/icecast -> ↵Tilman Keskinoz2003-01-158-67/+49
| | | | | | | | | | | | | audio/icecast2. Update to a development Snapshot of icecast2. The new icecast2 protocol supports ogg-vorbis streaming. PR: 45250, 45251 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Notes: svn path=/head/; revision=73192
* upgrade to 1.0.7Ying-Chieh Liao2001-12-135-37/+38
| | | | | | | | PR: 32702 Submitted by: Leo Kim <leo@florida.sarang.net> Notes: svn path=/head/; revision=51454
* upgrade to 1.0.5Ying-Chieh Liao2001-05-243-2/+4
| | | | | | | | | | PR: 26676 Submitted by: Leo Kim <leo@florida.sarang.net> Reviewed by: olgeni No response from: maintainer Notes: svn path=/head/; revision=43006
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Add libshout, a library providing routines for connecting and transmittingWill Andrews2000-06-077-0/+90
data to/from an icecast server. PR: 19079 Submitted by: Zach Zurflu <zach@pabst.bendnet.com> Notes: svn path=/head/; revision=29326