Port details |
- abgate-lv2 Noise gate LV2 plugin
- 1.2.0_4 audio
=0 1.2.0_4Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2017-11-11 18:26:26
- Last Update: 2022-04-10 19:11:41
- Commit Hash: d63665f
- License: GPLv3
- Description:
- abGate is LV2 noise gate plugin.
WWW: https://github.com/antanasbruzas/abGate
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- abGate-lv2>0:audio/abgate-lv2
- To install the port:
- cd /usr/ports/audio/abgate-lv2/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/abgate-lv2
- pkg install abGate-lv2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: abGate-lv2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1602897670
SHA256 (antanasbruzas-abGate-v1.2.0_GH0.tar.gz) = ebee1cc545b088bf6e5989c114e7e34fa9f21ac7fdb1eee3fd067bcf98703b86
SIZE (antanasbruzas-abGate-v1.2.0_GH0.tar.gz) = 813421
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lv2>0 : audio/lv2
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libatk-1.0.so : accessibility/atk
- libatkmm-1.6.so : accessibility/atkmm
- libcairo.so : graphics/cairo
- libcairomm-1.0.so : graphics/cairomm
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libglibmm-2.4.so : devel/glibmm
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libgtkmm-2.4.so : x11-toolkits/gtkmm24
- libsigc-2.0.so : devel/libsigc++20
- libxml++-2.6.so : textproc/libxml++26
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- libpangomm-1.4.so : x11-toolkits/pangomm
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- audio_abgate-lv2
- USES:
- compiler:c++11-lang gl gmake gnome pkgconfig qt:5 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 19:11:41 1.2.0_4
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 1.2.0_3
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
04 Jul 2021 16:55:16 1.2.0_2
|
Loïc Bartoletti (lbartoletti)  |
misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5. |
22 Jun 2021 18:53:08 1.2.0_1
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
07 Apr 2021 08:09:01 1.2.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.2.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Oct 2020 01:27:16
1.2.0
|
yuri  |
audio/abgate-lv2: Update 1.1.9 -> 1.2.0
Reported by: portscout |
13 Oct 2020 17:36:00
1.1.9_3
|
yuri  |
audio/abgate-lv2: Unbreak
It got broken when audio/lv2 was upgraded to 1.18.0.
MFH: 2020Q4 |
03 Jun 2020 19:45:42
1.1.9_3
|
antoine  |
Mark BROKEN
Reported by: pkg-fallout |
04 Nov 2019 20:39:52
1.1.9_3
|
zeising  |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
26 Jul 2019 20:46:57
1.1.9_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
20 Jun 2019 15:33:44
1.1.9_2
|
linimon  |
Add compiler:c++11-lang to USES to unbreak build on powerpc64:
cc1plus: unrecognized command line option -std=c++11
Approved by: portmgr (tier-2 blanket) |
16 Jan 2019 11:13:45
1.1.9_2
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
28 Jun 2018 17:39:55
1.1.9_1
|
tcberner  |
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 |
03 Jun 2018 14:08:05
1.1.9_1
|
linimon  |
These ports are not quite ready for the tier-2 archs yet.
These are probably trivial fixes, if someone has the time and interest
to pursue them. I'm definitely short of time ATM.
Approved by: portmgr (tier-2 blanket) |
30 May 2018 06:33:30
1.1.9_1
|
yuri  |
audio/abgate-lv2: Switch to Qt5
The project has officially switched to Qt5 in the last revision, but old
qmake was still accidentally used. Now this is fixed. |
11 Nov 2017 18:26:15
1.1.9
|
yuri  |
New port: audio/abgate-lv2: Noise gate LV2 plugin
PR: 221683
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12986 |