Commit graph

50 commits

Author SHA1 Message Date
Yuri Victorovich
9433ee1d0a audio/qjackctl: Update 0.5.3 -> 0.5.4-1
0.5.4-1 because 0.5.4 had a regression.

Reported by:	upstream notification
2018-09-24 18:30:38 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-07-29 22:18:44 +00:00
Yuri Victorovich
8bdf3578e8 audio/qjackctl: Update 0.5.2 -> 0.5.3
Reported by:	portscout
2018-07-22 17:13:25 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00
Yuri Victorovich
7bebda142d audio/qjackctl: Update 0.5.0 -> 0.5.2
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
2018-05-28 18:45:08 +00:00
Yuri Victorovich
3f61ba90dd audio/qjackctl: Take maintainership 2018-05-15 17:04:17 +00:00
Steve Wills
ec1a47a286 update to version 0.5.0
Submitted by:	Le Baron d'Merde <lbdm@privacychain.ch>
Differential Revision:	https://reviews.FreeBSD.org/D13876
2018-01-13 01:01:28 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(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
2017-09-10 20:55:38 +00:00
Richard Gallamore
9415b374f3 * Updated to 0.4.5
*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
2017-07-20 20:16:11 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
2017-04-01 15:23:30 +00:00
Jason E. Hale
9ba0299f95 Fix configure for QT5 option after Qt 5.7.1 update (r434380)
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.
2017-02-28 21:23:41 +00:00
Jason E. Hale
7d8de86c49 Update to 0.4.4 2016-11-19 13:07:08 +00:00
Mathieu Arnold
6b1b1ab7ab Update to 0.4.2.
PR:		208608
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:37:08 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Alexey Dokuchaev
b97ff92587 - Update to version 0.4.1
- Remove INSTALLS_ICONS knob (not to be used for Qt-based programs)
- Rephrase COMMENT and TOOLKIT_DESC
- Fix a few whitespace issues

PR:	204440
2015-11-19 13:37:41 +00:00
John Marino
da50850272 audio/qjackctl: Upgrade version 0.3.13 => 0.4.0
PR:		199217
Submitted by:	ports fury
2015-10-09 21:44:27 +00:00
Pawel Pekala
99a1665944 Update to version 0.3.13 2015-04-02 21:21:39 +00:00
Dmitry Marakasov
d5403c5053 - Switch to linguisttools_build 2015-02-26 12:50:44 +00:00
Vanilla I. Shu
05592aa622 Upgrade to 0.3.12.
PR:		197417
Submitted by:	Ports Fury.
2015-02-17 02:46:14 +00:00
Danilo Egea Gondolfo
f9953e161f - Update from 0.3.10 to 0.3.11
PR:		ports/185504
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-01-16 18:04:57 +00:00
Antoine Brodin
098eaadbaa Stage support 2013-12-30 17:05:58 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
Max Brazhnikov
189e88416e - Get rid of QMAKEFLAGS
- Use options helpers
- Use globally provided LRELEASE/LUPDATE
- Convert LIB_DEPENDS to new style
2013-11-21 15:55:58 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Baptiste Daroussin
5163781803 Convert audio from USE_GMAKE to USES=gmake
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
2013-08-30 23:01:05 +00:00
Martin Wilke
80f7522da0 - Update to 0.3.10
PR:		177934
Submitted by:	Ports Fury
2013-04-30 07:45:28 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Sylvio Cesar Teixeira
b04f4e89f6 - Update to version 0.3.9
PR:		ports/168589
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-05 20:35:35 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Emanuel Haupt
d5ae40421a - Respect CFLAGS
- Strip binaries

PR:		161616
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 13:04:10 +00:00
Sylvio Cesar Teixeira
3396eebef6 - Update to 0.3.8 2011-08-15 21:52:48 +00:00
Martin Wilke
2317d435f1 - Update to 0.3.7
PR:		153345
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintainer)
2011-02-15 03:35:24 +00:00
Tilman Keskinoz
86aaeae1b7 Don't start jackd with realtime priority, unless specificed.
While here makr MAKE_JOBS_UNSAFE
bump PORTREVISION

PR:		145989
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
2010-11-17 10:35:11 +00:00
Edward Tomasz Napierala
11ba2822cf Drop maintainership for ports I can't maintain anymore. 2010-10-25 20:09:06 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Edward Tomasz Napierala
0a581f2d26 Remove qt4 build tools from run dependencies.
PR:		ports/134437
Submitted by:	makc@
Tested by:	itetcu@
2009-05-11 21:10:58 +00:00
Edward Tomasz Napierala
fc103df695 Update to 0.3.4. 2008-12-07 00:52:26 +00:00
Edward Tomasz Napierala
74ac00279b - Update to 0.3.3. 2008-06-10 12:33:31 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 13:08:29 +00:00
Edward Tomasz Napierala
39e1610f24 - Update to 0.3.2 2008-01-03 16:11:53 +00:00
Edward Tomasz Napierala
3e015b31ad - Update to 0.3.1a. 2007-10-01 09:32:29 +00:00
Edward Tomasz Napierala
627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00
Edward Tomasz Napierala
3ab95d904e - Update to 0.2.23.
Approved by:	miwi (mentor)
2007-07-05 07:21:47 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edward Tomasz Napierala
985042c3ae Change my email address to trasz@FreeBSD.org.
Approved by:	miwi (mentor)
2007-04-13 13:03:49 +00:00
Martin Wilke
c7e28753bb - Update to 0.2.22
PR:		111062
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
2007-04-09 17:22:04 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Martin Wilke
890a312e61 - Fix pkg-plist 2006-12-07 12:16:46 +00:00
Martin Wilke
ad9935bd64 QjackCtl is a simple Qt application to control the JACK sound server
daemon.  It provides a simple GUI dialog for setting several JACK daemon
parameters, which are properly saved between sessions, and a way
to control of the status of the audio server daemon.  With time,
this primordial interface has become richer by including a enhanced
patchbay and connection control features.

WWW:	http://qjackctl.sourceforge.net/

PR:		ports/106430
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-12-07 00:53:12 +00:00