diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2012-12-12 20:29:01 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-15 15:13:33 +0100 |
commit | 1fa80c2257b55dd7f6296f91e02249de24901c04 (patch) | |
tree | 63f4ac31cdd348c3cfb257b80122a190272babfc /audio | |
parent | c87ab9456281f9843bebd2e451a13056f45901ae (diff) | |
download | slackbuilds-1fa80c2257b55dd7f6296f91e02249de24901c04.tar.gz |
audio/puddletag: Updated for version 1.0.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/puddletag/README | 2 | ||||
-rw-r--r-- | audio/puddletag/puddletag.SlackBuild | 24 | ||||
-rw-r--r-- | audio/puddletag/puddletag.info | 8 |
3 files changed, 26 insertions, 8 deletions
diff --git a/audio/puddletag/README b/audio/puddletag/README index d24c1716e4..b3b13f59b1 100644 --- a/audio/puddletag/README +++ b/audio/puddletag/README @@ -4,4 +4,4 @@ like layout so that all the tags you want to edit by hand are visible and easily editable. Optional / Recommended packages are: gst-ffmpeg, gst-plugins-bad, -gst-plugins-ugly, gst-python, and quodlibet. +gst-plugins-ugly, gst-python, quodlibet, and chromaprint. diff --git a/audio/puddletag/puddletag.SlackBuild b/audio/puddletag/puddletag.SlackBuild index 531d0e1799..b5adb39499 100644 --- a/audio/puddletag/puddletag.SlackBuild +++ b/audio/puddletag/puddletag.SlackBuild @@ -2,10 +2,28 @@ # Slackware build script for puddletag -# Written by Bill Kirkpatrick <bkirkp@gmail.com> +# Copyright 2012 Bill Kirkpatrick, Cedar Lane, TX USA <bkirkp@gmail.com> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=puddletag -VERSION=${VERSION:-0.10.6} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +71,7 @@ find . \ python setup.py install --root=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true cp -R $PKG/usr/share/man $PKG/usr diff --git a/audio/puddletag/puddletag.info b/audio/puddletag/puddletag.info index 4c3af31303..f8c7df8c87 100644 --- a/audio/puddletag/puddletag.info +++ b/audio/puddletag/puddletag.info @@ -1,10 +1,10 @@ PRGNAM="puddletag" -VERSION="0.10.6" +VERSION="1.0.1" HOMEPAGE="http://puddletag.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/puddletag/puddletag-0.10.6.tar.gz" -MD5SUM="b9b09e33517ca20bd5598791332d6c18" +DOWNLOAD="http://downloads.sourceforge.net/puddletag/puddletag-1.0.1.tar.gz" +MD5SUM="bf04676b94b625b5df854e45f6755d7e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="configobj mutagen pyparsing python-musicbrainz2" +REQUIRES="configobj mutagen pyparsing" MAINTAINER="Bill Kirkpatrick" EMAIL="bkirkp@gmail.com" |