mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Python wrapper for the TagLib audio meta-data library. TagLib is a library
for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.
This commit is contained in:
parent
0d06d855ec
commit
8c7edd0fdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161450
@ -443,6 +443,7 @@
|
||||
SUBDIR += py-openal
|
||||
SUBDIR += py-sdl_mixer
|
||||
SUBDIR += py-shellac
|
||||
SUBDIR += py-taglib
|
||||
SUBDIR += py-vorbis
|
||||
SUBDIR += py-xmms
|
||||
SUBDIR += py-xmms2
|
||||
|
28
audio/py-taglib/Makefile
Normal file
28
audio/py-taglib/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: py-taglib
|
||||
# Date created: 5 May 2006
|
||||
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= taglib
|
||||
PORTVERSION= 1.3.3
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= http://download.berlios.de/namingmuse/ \
|
||||
http://download2.berlios.de/namingmuse/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-taglib-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kbyanc@FreeBSD.org
|
||||
COMMENT= Python bindings for the taglib audio file tagging library
|
||||
|
||||
LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib
|
||||
|
||||
WRKSRC= ${WRKDIR}/python-taglib-${PORTVERSION}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-taglib/distinfo
Normal file
3
audio/py-taglib/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (python-taglib-1.3.3.tar.gz) = ede76df44e0a82a64a0855f99e0cb4df
|
||||
SHA256 (python-taglib-1.3.3.tar.gz) = e33969f9c0676f31e13a3609c426465c58bcd1381754a84408aceb152d854de7
|
||||
SIZE (python-taglib-1.3.3.tar.gz) = 346933
|
6
audio/py-taglib/pkg-descr
Normal file
6
audio/py-taglib/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Python wrapper for the TagLib audio meta-data library. TagLib is a library
|
||||
for reading and editing the meta-data of several popular audio formats.
|
||||
Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments
|
||||
and ID3 tags and Vorbis comments in FLAC files.
|
||||
|
||||
WWW: http://developer.kde.org/~wheeler/taglib.html
|
5
audio/py-taglib/pkg-plist
Normal file
5
audio/py-taglib/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%PYTHON_SITELIBDIR%%/TagLib.py
|
||||
%%PYTHON_SITELIBDIR%%/TagLib.pyc
|
||||
%%PYTHON_SITELIBDIR%%/TagLib.pyo
|
||||
%%PYTHON_SITELIBDIR%%/_TagLib.so
|
||||
lib/libpython_taglib.so
|
Loading…
Reference in New Issue
Block a user