aboutsummaryrefslogtreecommitdiff
path: root/audio/siren
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* Allow building of more than one output plugin. Output plugins can beTobias Kortkamp2017-06-122-5/+13
| | | | | | | | | | | | | selected at run time with e.g. ':set output-plugin pulse'. - Add SNDIO option - Add LICENSE_FILE (yes, the filename is really LICENCE ;)) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11120 Notes: svn path=/head/; revision=443440
* Mark some ports failing on armv6, for errors classified as "configure_error".Mark Linimon2017-05-271-0/+5
| | | | | | | | | | | | | Note: this skips all the ports that _sometimes_ fail with CMake errors. We need to investigate that problem, and find out if it is specific to the qemu environment. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441874
* * Update to 0.7Tobias C. Berner2017-05-204-7/+29
| | | | | | | | | | | | * Convert SOUND from OPTIONS_MULTI to OPTIONS_SINGLE. The arguments show that it is meant to be exclusive. * Add options for FFMPEG and MPG123 as they are picked up if installed. Further patch in toggleability for FFMPEG. Reviewed by: rakuco Approved by: rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10836 Notes: svn path=/head/; revision=441321
* Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1
| | | | | | | | Submitted by: olivierd@ With hat: portmgr-secretary Notes: svn path=/head/; revision=436494
* Chase wavpack update: bump PORTREVISION on ports linking to it by defaultThomas Zander2017-02-181-0/+1
| | | | | | | | | PR: 216847 Reported by: pkubaj@anongoth.pl MFH: 2017Q1 Notes: svn path=/head/; revision=434359
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* x11/xterm: document ncurses requirement (USES+=ncurses)John Marino2016-02-071-12/+15
| | | | | | | | | | | while here: - fix tab alignment - link with ncurses, not curses approved by: infrastructure blanket Notes: svn path=/head/; revision=408403
* - Update to 0.6Olivier Duchateau2015-09-013-7/+16
| | | | | | | | | | - Adjust dependencies - Replace _SINGLE option by _MULTI, according to Tim van der Molen (main developer of Siren), output plugin (here OSS and PulseAudio) can be selected at runtime Notes: svn path=/head/; revision=395795
* - Update to 0.5Olivier Duchateau2015-03-043-19/+11
| | | | | | | | | - Reoarganize options helper ChangeLog: http://www.kariliq.nl/hg/siren/raw-file/siren-0.5/CHANGES Notes: svn path=/head/; revision=380447
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371234
* Siren is a text-based audio player for UNIX-like operating systems. ItOlivier Duchateau2014-08-274-0/+63
supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file formats. WWW: http://www.kariliq.nl/siren/ Notes: svn path=/head/; revision=366354