aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liquidsoap
Commit message (Collapse)AuthorAgeFilesLines
* Remove non staged ports without pending PR from audiobapt2014-09-0110-597/+0
|
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Fix some LIB_DEPENDSbapt2014-07-161-2/+2
| | | | With hat: portmgr
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-061-1/+1
| | | | | | pending PR (related to stage) With hat: portmgr
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* - Use new LIB_DEPENDS syntaxamdmi32014-06-161-1/+2
| | | | Approved by: portmgr blanket
* Mark BROKEN: Fails to linkantoine2014-06-071-0/+2
| | | | | | | | | | | | | | | CC -c tools/locale_c.c CC -c tools/socket_stubs.c CC -c io/oss_io_c.c OCAMLOPT -o liquidsoap tools/socket_stubs.o: In function `stub_set_tcp_nodelay': tools/socket_stubs.c:(.text+0x67): undefined reference to `setsockopt_int' cc: error: linker command failed with exit code 1 (use -v to see invocation) File "caml_startup", line 1: Error: Error during linking Reported by: pkg-fallout With hat: portmgr
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Chase libmad changesbapt2014-02-051-1/+1
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+2
| | | | While here use BROKEN_${ARCH}
* Convert to PORT_OPTIONS:MDOCS.adamw2014-01-031-4/+2
| | | | Holdout shame list: ruby, perl, python
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-19/+19
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency on pkgconfbapt2013-09-051-1/+1
|
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-1/+1
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* Convert to new options framework left un converted ports in a* categoriesbapt2013-03-221-47/+43
| | | | | | While here trim headers Convert some gnomehack to pathfix Convert some pkgconfig to USE_PKGCONFIG=build
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+3
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-2/+2
| | | | directly or indirectly (via libvorbis, libtheora).
* - Remove SITE_PERL from *_DEPENDSaz2012-06-061-1/+1
| | | | Approved by: maintainer
* - fix build when GSTREAMER option is enabledrm2012-04-081-1/+4
| | | | | | | | - no PORTREVISION bump, because it's not default PR: 166688 Submitted by: Mykola Dzham <i at levsha dot me> (maintainer) Feature safe: yes
* - add missing run dependencyrm2012-03-302-2/+4
| | | | | | | | | | - bump PORTREVISION While I'm here also drop unnecessary LICENSE_FILE knob (for GPLv2) PR: 166464 Submitted by: Mykola Dzham <i at levsha dot me> (maintainer) Feature safe: yes
* - Update to 1.0.0 [1]zi2012-03-2516-347/+378
| | | | | | | | - Add LICENSE PR: ports/165932 [1] Submitted by: Mykola Dzham <i@levsha.me> (maintainer) [1] Feature safe: yes
* Update lame to 3.99.3.netchild2012-01-151-0/+1
| | | | Bump portrevision of all ports which depend upon it.
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Mark as broken on powerpc: dumps core.linimon2011-11-101-1/+7
| | | | | Hat: portmgr Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Update to 0.9.3wxs2010-11-0111-369/+272
| | | | | PR: ports/150636 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Chase multimedia/mp4v2 update.makc2010-08-121-1/+1
| | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk>
* Install additional documentation and examples in the correct place.naddy2010-06-175-239/+279
| | | | | | | Honor NOPORTDOCS and NOPORTEXAMPLES. Notified by: QAT Approved by: maintainer
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* Bump PORTREVISION after libao update and handle API incompatibility.naddy2010-06-072-3/+16
|
* - update audio/lame to 3.98.4netchild2010-06-031-0/+1
| | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Liquidsoap is the audio stream generator of the Savonet project, notably usedwen2010-01-2016-0/+604
for generating the stream of netradios. It has tons of features, it's free and it's open-source! Liquidsoap lets you to describe your streams in a powerful and flexible way. Allowing arbitrarily deep-nested composition of streams, it gives you more power than you need for creating an original netradio. But liquidsoap is still very light and easy to use, in the Unix tradition of simple strong components working together. WWW: http://savonet.sourceforge.net/ PR: ports/142546 Submitted by: Mykola Dzham <i@levsha.me>