diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-27 22:54:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-27 22:54:21 +0000 |
commit | 7f32c45cdf21f2f23a99f4f07c2d42e2da410789 (patch) | |
tree | 77197a9f43ac5edcf004785a2a6d7c3fd0fdf841 | |
parent | 173f63ff7806c2a56075eb82305da41275907717 (diff) | |
download | pkgsrc-7f32c45cdf21f2f23a99f4f07c2d42e2da410789.tar.gz |
Update playitslowly to 1.5.0:
playitslowly 1.5
================
* Update to Python3, GTK3 and GStreamer 1.0
* Minor design cleanup
* Fixed a bug where the file chooser would not show the currently selected file
-rw-r--r-- | audio/playitslowly/Makefile | 12 | ||||
-rw-r--r-- | audio/playitslowly/PLIST | 8 | ||||
-rw-r--r-- | audio/playitslowly/distinfo | 10 |
3 files changed, 14 insertions, 16 deletions
diff --git a/audio/playitslowly/Makefile b/audio/playitslowly/Makefile index 886ef6b5cc5..4cacc9408f5 100644 --- a/audio/playitslowly/Makefile +++ b/audio/playitslowly/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:28 adam Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/27 22:54:21 wiz Exp $ -DISTNAME= playitslowly-1.4.0 +DISTNAME= playitslowly-1.5.0 CATEGORIES= audio MASTER_SITES= http://29a.ch/playitslowly/ @@ -9,12 +9,10 @@ HOMEPAGE= http://29a.ch/playitslowly/ COMMENT= Play back audio files at a different speed or pitch LICENSE= gnu-gpl-v3 -DEPENDS+= ${PYPKGPREFIX}-gobject-[0-9]*:../../devel/py-gobject -DEPENDS+= ${PYPKGPREFIX}-gstreamer0.10-[0-9]*:../../multimedia/py-gstreamer0.10 -DEPENDS+= gst-plugins0.10-soundtouch-[0-9]*:../../audio/gst-plugins0.10-soundtouch +DEPENDS+= ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1 +DEPENDS+= gst-plugins1-soundtouch-[0-9]*:../../audio/gst-plugins1-soundtouch -PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONED_DEPENDENCIES= cairo gobject REPLACE_PYTHON+= playitslowly/app.py SUBST_CLASSES+= exec diff --git a/audio/playitslowly/PLIST b/audio/playitslowly/PLIST index 7f37e706ac4..a2a38d1c701 100644 --- a/audio/playitslowly/PLIST +++ b/audio/playitslowly/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/07 20:36:26 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/12/27 22:54:21 wiz Exp $ bin/playitslowly ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/playitslowly-py${PYVERSSUFFIX}.install-info @@ -8,9 +8,9 @@ ${PYSITELIB}/playitslowly/__init__.pyo ${PYSITELIB}/playitslowly/app.py ${PYSITELIB}/playitslowly/app.pyc ${PYSITELIB}/playitslowly/app.pyo -${PYSITELIB}/playitslowly/mygtk.py -${PYSITELIB}/playitslowly/mygtk.pyc -${PYSITELIB}/playitslowly/mygtk.pyo +${PYSITELIB}/playitslowly/myGtk.py +${PYSITELIB}/playitslowly/myGtk.pyc +${PYSITELIB}/playitslowly/myGtk.pyo ${PYSITELIB}/playitslowly/pipeline.py ${PYSITELIB}/playitslowly/pipeline.pyc ${PYSITELIB}/playitslowly/pipeline.pyo diff --git a/audio/playitslowly/distinfo b/audio/playitslowly/distinfo index 9aeda5b60b9..153198912a3 100644 --- a/audio/playitslowly/distinfo +++ b/audio/playitslowly/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 01:12:46 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/12/27 22:54:21 wiz Exp $ -SHA1 (playitslowly-1.4.0.tar.gz) = 7abcd393a796350f666428ff6172029b8631950a -RMD160 (playitslowly-1.4.0.tar.gz) = 6687f98a8257851a4b50b06e74138af488646c1f -SHA512 (playitslowly-1.4.0.tar.gz) = 510ded6c986b7c9d6845f837799b5276922b70ce65648b462540040b49efbfd09d56071566ffc64ff0bcd438396db484be5b995d9c0b3bba6edac7578a5b5c4d -Size (playitslowly-1.4.0.tar.gz) = 40618 bytes +SHA1 (playitslowly-1.5.0.tar.gz) = 9a4a6720c44fde155b14040bb7edb51a2d10f88d +RMD160 (playitslowly-1.5.0.tar.gz) = 64c6542aca584caaa4da90628a7e565bc09d6d81 +SHA512 (playitslowly-1.5.0.tar.gz) = aae50255d694734748099b72f4d53a69fa34e8b3cd5c45727354bed8dd03732da10a57873e1d44909b2707deb8f402f50f39ffab07d2371e67fd2889509d8df0 +Size (playitslowly-1.5.0.tar.gz) = 40248 bytes |