Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bitphage committed Aug 28, 2012
2 parents 4cbb9b6 + bf89ac6 commit 81f6cd7
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-sound/playitslowly/Manifest
@@ -0,0 +1 @@
DIST playitslowly-1.4.0.tar.gz 40618 RMD160 6687f98a8257851a4b50b06e74138af488646c1f SHA1 7abcd393a796350f666428ff6172029b8631950a SHA256 5c7ec0b1bf82c9b95ab8a86e8f123b9106d7836d8cd21a66c4f996b9ba791fb6
24 changes: 24 additions & 0 deletions media-sound/playitslowly/metadata.xml
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>vvk@vvk.pp.ru</email>
<name>Vladimir V. Kamarzin</name>
</maintainer>
<longdescription lang="en">
Play it slowly is a software to play back audio files at a different
speed or pitch. It does also allow you to loop over a certain part of
a file. It's intended to help you learn or transcribe songs. It can also
play videos thanks to gstreamer. Play it slowly is intended to be used
on a GNU/Linux system like Ubuntu. If you'd like to have a windows
version, write a comment.

Features:
- Plays every file gstreamer does (mp3, ogg vorbis, midi, even flv!)
- Can use alsa and jack
- Change speed and pitch
- Loop over certain parts
- Export to wav
</longdescription>
</pkgmetadata>
33 changes: 33 additions & 0 deletions media-sound/playitslowly/playitslowly-1.4.0.ebuild
@@ -0,0 +1,33 @@
# Copyright 2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2

EAPI=4-python
PYTHON_MULTIPLE_ABIS=1
PYTHON_RESTRICTED_ABIS="2.5 3.* *-jython *-pypy-*"

inherit distutils

DESCRIPTION="A tool to help you when transcribing music. It allows you to play a piece of music at a different speed or pitch"
HOMEPAGE="http://29a.ch/playitslowly/"
SRC_URI="http://29a.ch/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="alsa mp3"

DEPEND=""
RDEPEND="${DEPEND}
$(python_abi_depend ">=dev-python/pygtk-2.10")
>=media-libs/gstreamer-0.10
>=dev-python/gst-python-0.10
media-plugins/gst-plugins-soundtouch
media-libs/gst-plugins-good
mp3? ( media-plugins/gst-plugins-mad )
alsa? ( media-plugins/gst-plugins-alsa )"

src_install() {
distutils_src_install
dodoc README CHANGELOG
}

0 comments on commit 81f6cd7

Please sign in to comment.