summaryrefslogtreecommitdiff
path: root/audio/lash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to swig 3.0Baptiste Daroussin2017-12-201-1/+2
| | | | Notes: svn path=/head/; revision=456831
* Those non default PYTHON options do not build/stage/package, mark themMathieu Arnold2017-11-061-0/+1
| | | | | | | | | BROKEN. Sponsored by: Absolight Notes: svn path=/head/; revision=453628
* audio/lash: Fixed.pc file: removed Requires line, added missing USE statementsSteve Wills2017-08-182-3/+15
| | | | | | | | | | | | | * Removed Requires in .pc because it causes pkg-config to pass jack libraries to users that users don't need * Add needed USE_GNOME=gdkpixbuf2 cairo * PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before. PR: 220956 Submitted by: Yuri Victorovich <yuri@rawbw.com> Notes: svn path=/head/; revision=448233
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Cleanup patches, a* categories.Mathieu Arnold2016-07-264-12/+12
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-15/+5
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* - Strip libraryDmitry Marakasov2015-06-162-6/+14
| | | | | | | - Add PYTHON option, fix plist problems along the way Notes: svn path=/head/; revision=389819
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371234
* - Switch audio/lash to USES=libtool, drop .la filesDmitry Marakasov2014-06-202-4/+5
| | | | | | | | | | - Add required LIBS - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358565
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Stage supportAntoine Brodin2013-12-301-4/+3
| | | | Notes: svn path=/head/; revision=338138
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+3
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326088
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+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 Notes: svn path=/head/; revision=325727
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+2
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-1/+2
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* - Remove READLINE_DESC overrides.Marcelo Araujo2012-12-171-1/+0
| | | | | | | Reported by: danfe@ Notes: svn path=/head/; revision=309055
* - Support USE_READLINE.Marcelo Araujo2012-12-142-19/+30
| | | | | | | | | | - Convert to new option framework. PR: ports/171962 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308892
* - Cleanup Makefile: wrap overly long lines, etc.Alexey Dokuchaev2012-08-182-18/+19
| | | | | | | - Reformat port description while here Notes: svn path=/head/; revision=302741
* - Install manualAlex Kozlov2012-07-091-8/+20
| | | | | | | | | | | | - Fix texi2hml usage - Remove ABI version numbers in LIB_DEPENDS - Remove leftovers of 5.x support PR: ports/169627 Submitted by: Kalten <kalten@gmx.at> Notes: svn path=/head/; revision=300678
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+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
* - Fix MASTER_SITESEmanuel Haupt2011-08-101-5/+10
| | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 159424 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279416
* Mark BROKEN: Does not fetchBaptiste Daroussin2011-08-021-0/+2
| | | | Notes: svn path=/head/; revision=278778
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Drop maintainership for ports I can't maintain anymore.Edward Tomasz Napierala2010-10-251-1/+1
| | | | Notes: svn path=/head/; revision=263585
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-121-3/+3
| | | | | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT Notes: svn path=/head/; revision=233764
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Work around session resuming problem.Edward Tomasz Napierala2008-01-022-0/+16
| | | | Notes: svn path=/head/; revision=204860
* - Update to 0.5.4Edward Tomasz Napierala2007-12-142-5/+4
| | | | Notes: svn path=/head/; revision=203595
* - Fix session restoration.Edward Tomasz Napierala2007-10-032-0/+21
| | | | Notes: svn path=/head/; revision=200732
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* - Update to 0.5.3.Edward Tomasz Napierala2007-06-0411-91/+15
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=192754
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove workarounds for FreeBSD 4.Edward Tomasz Napierala2007-04-171-5/+1
| | | | | | | | | PR: ports/111666 Submitted by: edwin Approved by: miwi (mentor) Notes: svn path=/head/; revision=190185
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-131-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* LASH is a session management system for JACK audio applications.Martin Wilke2007-01-1312-0/+199
It is an implementation of a proposal that originated from this discussion. Its aim is to allow you to have many different audio programs running at once, to save their setup, close them down and then easily reload the setup at some other time. LASH doesn't deal with any kind of audio data itself; it just runs programs, deals with saving/loading (arbitrary) data and connects different kinds of virtual audio ports together (currently JACK and ALSA sequencer ports). It can also be used to move entire sessions between computers, or post sessions on the Internet for download. WWW: http://www.nongnu.org/lash/ PR: ports/107875 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182325