summaryrefslogtreecommitdiff
path: root/audio/qjackctl
Commit message (Collapse)AuthorAgeFilesLines
* audio/qjackctl: Update 0.5.3 -> 0.5.4-1Yuri Victorovich2018-09-243-7/+7
| | | | | | | | | 0.5.4-1 because 0.5.4 had a regression. Reported by: upstream notification Notes: svn path=/head/; revision=480620
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* audio/qjackctl: Update 0.5.2 -> 0.5.3Yuri Victorovich2018-07-223-4/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=475112
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-3/+3
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* audio/qjackctl: Update 0.5.0 -> 0.5.2Yuri Victorovich2018-05-282-34/+22
| | | | | | | | | | | | Port changes: * Remove the QT4 option (Qt-5 is the major version of Qt) * Add the options group 'Other audio interfaces' (other than Jack), moved ALSA and PORTAUDIO options there * Add the DBUS option * Add the XUNIQUE option * Ordered the USExx section Notes: svn path=/head/; revision=471061
* audio/qjackctl: Take maintainershipYuri Victorovich2018-05-151-1/+1
| | | | Notes: svn path=/head/; revision=470036
* update to version 0.5.0Steve Wills2018-01-133-12/+11
| | | | | | | | Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> Differential Revision: https://reviews.FreeBSD.org/D13876 Notes: svn path=/head/; revision=458887
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* * Updated to 0.4.5Richard Gallamore2017-07-203-7/+7
| | | | | | | | | | | | | | | | | *Sorted option section to follow 13.1.8[1] Changelog: https://qjackctl.sourceforge.io/qjackctl-downloads.html [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220786 Submitted by: Yuri Victorovich <yuri@rawbw.com> Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11669 Notes: svn path=/head/; revision=446288
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Fix configure for QT5 option after Qt 5.7.1 update (r434380)Jason E. Hale2017-02-281-1/+4
| | | | | | | | | | | | configure:4371: checking for Qt library version >= 5.1 configure:4392: c++ -c -O2 -fno-strict-aliasing -pipe -march=core2 -fstack-protector -isystem /usr/local/include - isystem /usr/local/include -I/usr/local/include/qt5 -fPIC -isystem /usr/local/include conftest.cpp >&5 In file included from conftest.cpp:17: In file included from /usr/local/include/qt5/QtCore/qglobal.h:83: /usr/local/include/qt5/QtCore/qcompilerdetection.h:562:6: error: Qt requires a C++11 compiler and yours does not seem to be that. Notes: svn path=/head/; revision=435086
* Update to 0.4.4Jason E. Hale2016-11-193-30/+14
| | | | Notes: svn path=/head/; revision=426365
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-5/+5
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Update to 0.4.2.Mathieu Arnold2016-04-082-8/+11
| | | | | | | | | PR: 208608 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=412732
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to version 0.4.1Alexey Dokuchaev2015-11-194-12/+56
| | | | | | | | | | | - Remove INSTALLS_ICONS knob (not to be used for Qt-based programs) - Rephrase COMMENT and TOOLKIT_DESC - Fix a few whitespace issues PR: 204440 Notes: svn path=/head/; revision=401948
* audio/qjackctl: Upgrade version 0.3.13 => 0.4.0John Marino2015-10-093-19/+34
| | | | | | | | PR: 199217 Submitted by: ports fury Notes: svn path=/head/; revision=398962
* Update to version 0.3.13Pawel Pekala2015-04-023-3/+4
| | | | Notes: svn path=/head/; revision=383073
* - Switch to linguisttools_buildDmitry Marakasov2015-02-261-1/+1
| | | | Notes: svn path=/head/; revision=379994
* Upgrade to 0.3.12.Vanilla I. Shu2015-02-173-14/+11
| | | | | | | | PR: 197417 Submitted by: Ports Fury. Notes: svn path=/head/; revision=379137
* - Drop @dirrm* from plistDmitry Marakasov2014-09-231-4/+0
| | | | Notes: svn path=/head/; revision=369084
* - Update from 0.3.10 to 0.3.11Danilo Egea Gondolfo2014-01-162-5/+5
| | | | | | | | PR: ports/185504 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=339951
* Stage supportAntoine Brodin2013-12-302-4/+2
| | | | Notes: svn path=/head/; revision=338142
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* - Get rid of QMAKEFLAGSMax Brazhnikov2013-11-211-4/+1
| | | | | | | | | - Use options helpers - Use globally provided LRELEASE/LUPDATE - Convert LIB_DEPENDS to new style Notes: svn path=/head/; revision=334498
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* 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
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-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 Notes: svn path=/head/; revision=325727
* - Update to 0.3.10Martin Wilke2013-04-303-10/+7
| | | | | | | | PR: 177934 Submitted by: Ports Fury Notes: svn path=/head/; revision=316890
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - Update to version 0.3.9Sylvio Cesar Teixeira2012-06-052-7/+3
| | | | | | | | PR: ports/168589 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=298520
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Respect CFLAGSEmanuel Haupt2011-10-182-15/+25
| | | | | | | | | | - Strip binaries PR: 161616 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283770
* - Update to 0.3.8Sylvio Cesar Teixeira2011-08-153-5/+6
| | | | Notes: svn path=/head/; revision=279775
* - Update to 0.3.7Martin Wilke2011-02-154-26/+25
| | | | | | | | PR: 153345 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=269178
* Don't start jackd with realtime priority, unless specificed.Tilman Keskinoz2010-11-172-1/+19
| | | | | | | | | | | While here makr MAKE_JOBS_UNSAFE bump PORTREVISION PR: 145989 Submitted by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=264680
* 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Remove qt4 build tools from run dependencies.Edward Tomasz Napierala2009-05-111-1/+2
| | | | | | | | | PR: ports/134437 Submitted by: makc@ Tested by: itetcu@ Notes: svn path=/head/; revision=233735
* Update to 0.3.4.Edward Tomasz Napierala2008-12-073-8/+14
| | | | Notes: svn path=/head/; revision=223916
* - Update to 0.3.3.Edward Tomasz Napierala2008-06-102-5/+4
| | | | Notes: svn path=/head/; revision=214619
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to 0.3.2Edward Tomasz Napierala2008-01-032-4/+4
| | | | Notes: svn path=/head/; revision=204927
* - Update to 0.3.1a.Edward Tomasz Napierala2007-10-013-19/+20
| | | | Notes: svn path=/head/; revision=200531
* - 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.2.23.Edward Tomasz Napierala2007-07-053-12/+7
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=194989
* - 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
* 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