Port details |
- qjackcapture GUI for the jack_capture program using PyQt5
- 0.2.1_2 audio
=2 0.2.1_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-11-04 21:36:22
- Last Update: 2025-06-19 20:28:47
- Commit Hash: 4f0eba1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/SpotlightKid/qjackcapture
- Description:
- qjackcapture is a GUI for easy recording of JACK audio sources using the
jack_capture program.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qjackcapture>0:audio/qjackcapture
- To install the port:
- cd /usr/ports/audio/qjackcapture/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/qjackcapture
- pkg install qjackcapture
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qjackcapture
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667671213
SHA256 (SpotlightKid-qjackcapture-v0.2.1_GH0.tar.gz) = 425b435796bed1cbbd6057b8b56e3d93395f1bedcd0f542e1356d1845cec9651
SIZE (SpotlightKid-qjackcapture-v0.2.1_GH0.tar.gz) = 162251
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:
-
- py311-natsort>0 : devel/py-natsort@py311
- py311-pyjacklib>0 : audio/py-pyjacklib@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- update-desktop-database : devel/desktop-file-utils
- gmake>=4.4.1 : devel/gmake
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-natsort>0 : devel/py-natsort@py311
- py311-pyjacklib>0 : audio/py-pyjacklib@py311
- jack_capture : audio/jack-capture
- update-desktop-database : devel/desktop-file-utils
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_qjackcapture
- USES:
- desktop-file-utils gmake pyqt:5 python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.1_2 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
0.2.1_2 29 Jun 2024 05:02:34
    |
Jason E. Hale (jhale)  |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
0.2.1_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
0.2.1_1 09 Mar 2023 11:15:07
    |
Loïc Bartoletti (lbartoletti)  |
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine |
0.2.1 06 Nov 2022 08:20:21
    |
Yuri Victorovich (yuri)  |
audio/qjackcapture: 0.2.0-2 -> 0.2.1
Reported by: portscout |
0.2.0.2 04 Nov 2022 21:32:59
    |
Yuri Victorovich (yuri)  |
audio/qjackcapture: New port: GUI for the jack_capture program using PyQt5 |
Number of commits found: 6
|