mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update to 0.0.3
PR: ports/62186 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
This commit is contained in:
parent
c5814bc688
commit
909f75d1a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99663
@ -5,12 +5,10 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= python
|
||||
PORTVERSION= 0.0.2
|
||||
PORTNAME= streamtuner-python
|
||||
PORTVERSION= 0.0.3
|
||||
CATEGORIES= audio www
|
||||
MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/
|
||||
PKGNAMEPREFIX= streamtuner-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jylefort@brutele.be
|
||||
COMMENT= A streamtuner plugin providing a Python interpreter
|
||||
@ -19,9 +17,10 @@ BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/s
|
||||
RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_PYTHON= yes
|
||||
USE_LIBTOOL= yes
|
||||
#INSTALLS_SHLIB= not needed, the libs are plugins for streamtuner only
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (streamtuner-python-0.0.2.tar.gz) = aa6067f94be48b163f0d8ea57e397264
|
||||
MD5 (streamtuner-python-0.0.3.tar.gz) = 37a58abc59761b1b2fbdb156db8aa4fb
|
||||
|
@ -1,7 +1,7 @@
|
||||
streamtuner-python is a streamtuner plugin providing an embedded
|
||||
Python interpreter.
|
||||
|
||||
WWW: http://www.nongnu.org/streamtuner/plugins/
|
||||
WWW: http://www.nongnu.org/streamtuner/
|
||||
|
||||
- Jean-Yves Lefort
|
||||
jylefort@brutele.be
|
||||
|
@ -1,6 +1,5 @@
|
||||
lib/streamtuner/plugins/python.a
|
||||
lib/streamtuner/plugins/python.la
|
||||
lib/streamtuner/plugins/python.so
|
||||
share/locale/fr/LC_MESSAGES/streamtuner-python.mo
|
||||
share/streamtuner-python/icons/google-stations.png
|
||||
share/streamtuner-python/modules/G.py
|
||||
share/streamtuner-python/modules/G.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user