aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout2
Commit message (Collapse)AuthorAgeFilesLines
* Reset lofi due to not commits in over 3 months, PR backlog, and no responseMark Linimon2008-09-071-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=220034
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Chase libtheora lib versionMichael Johnson2007-10-091-2/+2
| | | | Notes: svn path=/head/; revision=201195
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Update to 2.2.2Michael Nottebrock2007-03-302-5/+4
| | | | Notes: svn path=/head/; revision=188796
* Chase the shared library version of speex, bump the PORTREVISION.Jeremy Messenger2007-02-231-2/+2
| | | | Notes: svn path=/head/; revision=185771
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵Marcus Alves Grando2006-05-071-3/+3
| | | | | | | | | update. - portlint(1) while here Notes: svn path=/head/; revision=161539
* 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
* Update to 2.2Michael Nottebrock2006-01-083-6/+9
| | | | Notes: svn path=/head/; revision=153102
* 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
* 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