diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-07 20:36:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-07 20:36:26 +0000 |
commit | 45ffc210c5bdf23cf2838b81280f316256febab0 (patch) | |
tree | 059e1ecb73ecbed69bee110fbd29095c7fe1ad4b /audio | |
parent | 3fad140a3e01ce9e92fecb368f08e83804b2e76f (diff) | |
download | pkgsrc-45ffc210c5bdf23cf2838b81280f316256febab0.tar.gz |
Import playitslowly-1.4.0 as audio/playitslowly.
'Play it slowly' is a tool to help you when practicing or
transcribing music. It allows you to play a piece of music
at a different speed or pitch.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/playitslowly/DESCR | 3 | ||||
-rw-r--r-- | audio/playitslowly/Makefile | 33 | ||||
-rw-r--r-- | audio/playitslowly/PLIST | 20 | ||||
-rw-r--r-- | audio/playitslowly/distinfo | 5 |
4 files changed, 61 insertions, 0 deletions
diff --git a/audio/playitslowly/DESCR b/audio/playitslowly/DESCR new file mode 100644 index 00000000000..881f83c8e85 --- /dev/null +++ b/audio/playitslowly/DESCR @@ -0,0 +1,3 @@ +'Play it slowly' is a tool to help you when practicing or +transcribing music. It allows you to play a piece of music +at a different speed or pitch. diff --git a/audio/playitslowly/Makefile b/audio/playitslowly/Makefile new file mode 100644 index 00000000000..3637a48c299 --- /dev/null +++ b/audio/playitslowly/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2014/08/07 20:36:26 wiz Exp $ + +DISTNAME= playitslowly-1.4.0 +CATEGORIES= audio +MASTER_SITES= http://29a.ch/playitslowly/ + +MAINTAINER= pkgsrc-users@NetBSD.org +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 + +PYTHON_VERSIONED_DEPENDENCIES= cairo +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +REPLACE_PYTHON+= playitslowly/app.py + +SUBST_CLASSES+= exec +SUBST_SED.exec+= -e "s,exec python,exec ${PYTHONBIN}," +SUBST_FILES.exec+= bin/playitslowly +SUBST_STAGE.exec= post-build +SUBST_MESSAGE.exec= Fixing path to python interpreter. + +USE_LANGUAGES= # none +PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../lang/python/application.mk" +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/playitslowly/PLIST b/audio/playitslowly/PLIST new file mode 100644 index 00000000000..7f37e706ac4 --- /dev/null +++ b/audio/playitslowly/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2014/08/07 20:36:26 wiz Exp $ +bin/playitslowly +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/playitslowly-py${PYVERSSUFFIX}.install-info +${PYSITELIB}/playitslowly/__init__.py +${PYSITELIB}/playitslowly/__init__.pyc +${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/pipeline.py +${PYSITELIB}/playitslowly/pipeline.pyc +${PYSITELIB}/playitslowly/pipeline.pyo +share/applications/playitslowly.desktop +share/icons/hicolor/32x32/playitslowly.png +share/icons/hicolor/scalable/playitslowly.svg +share/pixmaps/playitslowly.png diff --git a/audio/playitslowly/distinfo b/audio/playitslowly/distinfo new file mode 100644 index 00000000000..d0e6e1be31e --- /dev/null +++ b/audio/playitslowly/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/08/07 20:36:26 wiz Exp $ + +SHA1 (playitslowly-1.4.0.tar.gz) = 7abcd393a796350f666428ff6172029b8631950a +RMD160 (playitslowly-1.4.0.tar.gz) = 6687f98a8257851a4b50b06e74138af488646c1f +Size (playitslowly-1.4.0.tar.gz) = 40618 bytes |