diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 11:26:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 11:26:12 +0000 |
commit | de7e9cd98e0cfbb19a562a544a22f3e542b88b1c (patch) | |
tree | bb3771e2e3b91962ed62d2b99c7481308a5108cd /audio | |
parent | adc579ea215bf0cafe599d33c12888355f26fb1e (diff) | |
download | ports-de7e9cd98e0cfbb19a562a544a22f3e542b88b1c.tar.gz ports-de7e9cd98e0cfbb19a562a544a22f3e542b88b1c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/py-ogg/Makefile | 31 | ||||
-rw-r--r-- | audio/py-ogg/distinfo | 2 | ||||
-rw-r--r-- | audio/py-ogg/pkg-descr | 5 |
4 files changed, 0 insertions, 39 deletions
diff --git a/audio/Makefile b/audio/Makefile index 58e8c573df54..b8d5ae81404a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -652,7 +652,6 @@ SUBDIR += py-music21 SUBDIR += py-musicbrainzngs SUBDIR += py-mutagen - SUBDIR += py-ogg SUBDIR += py-openal SUBDIR += py-opuslib SUBDIR += py-py-jack diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile deleted file mode 100644 index 62bf04f96702..000000000000 --- a/audio/py-ogg/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: nbm -# $FreeBSD$ - -PORTNAME= ogg -PORTVERSION= 1.3 -PORTREVISION= 7 -CATEGORIES= audio python -MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyogg-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Object-oriented Python bindings for the ogg library - -LICENSE= LGPL20 - -DEPRECATED= Unmaintained, uses EOLed python27 -EXPIRATION_DATE= 2020-03-31 - -LIB_DEPENDS= libogg.so:audio/libogg - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -do-configure: - @cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ogg/_ogg.so - -.include <bsd.port.mk> diff --git a/audio/py-ogg/distinfo b/audio/py-ogg/distinfo deleted file mode 100644 index 5f9ba1461496..000000000000 --- a/audio/py-ogg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pyogg-1.3.tar.gz) = 10051f2894e901037dfa05b3c604fbdd76d891b9db2213a3c4f24ae79fbcc2a4 -SIZE (pyogg-1.3.tar.gz) = 24094 diff --git a/audio/py-ogg/pkg-descr b/audio/py-ogg/pkg-descr deleted file mode 100644 index df50b8f96978..000000000000 --- a/audio/py-ogg/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The PyOgg project provides a set of python modules for the various streaming -formats and protocols defined by the Xiph.Org Foundation. For now, it mostly -deals with the Ogg bitstream container and the Vorbis audio codec. - -WWW: http://ekyo.nerim.net/software/pyogg/ |