mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Renamed to py-py-jack to match PyPI package name
PR: 220990 Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12079
This commit is contained in:
parent
92991724f5
commit
5f34f360f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448438
6 changed files with 4 additions and 4 deletions
1
MOVED
1
MOVED
|
@ -9502,3 +9502,4 @@ devel/hs-syb-with-class-instances-text||2017-08-08|Upstream is unmaintained
|
|||
textproc/hs-citeproc-hs||2017-08-08|Upstream is unmaintained, use pandoc-citeproc instead
|
||||
sysutils/chvt||2017-08-10|Functionality available in base, using vidcontrol(1)
|
||||
graphics/rawtherapee-devel|graphics/rawtherapee|2017-08-12|Removed test release in favor of the newer stable release
|
||||
audio/py-jack|audio/py-py-jack|2017-08-20|Renamed to py-py-jack to match PyPI package name.
|
||||
|
|
|
@ -648,7 +648,6 @@
|
|||
SUBDIR += py-gmusicproxy
|
||||
SUBDIR += py-hsaudiotag
|
||||
SUBDIR += py-id3
|
||||
SUBDIR += py-jack
|
||||
SUBDIR += py-karaoke
|
||||
SUBDIR += py-mad
|
||||
SUBDIR += py-mpd
|
||||
|
@ -658,6 +657,7 @@
|
|||
SUBDIR += py-mutagen
|
||||
SUBDIR += py-ogg
|
||||
SUBDIR += py-openal
|
||||
SUBDIR += py-py-jack
|
||||
SUBDIR += py-pyacoustid
|
||||
SUBDIR += py-pyaudio
|
||||
SUBDIR += py-pylast
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jack
|
||||
PORTNAME= py-jack
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= PyJack is a Python bindings for the Jack Audio Server
|
||||
COMMENT= Python bindings for the Jack Audio Server
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
Loading…
Add table
Reference in a new issue