From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/liblastfm/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ extra/liblastfm/no-ftools.patch | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 extra/liblastfm/PKGBUILD create mode 100644 extra/liblastfm/no-ftools.patch (limited to 'extra/liblastfm') diff --git a/extra/liblastfm/PKGBUILD b/extra/liblastfm/PKGBUILD new file mode 100644 index 000000000..13e5dd98e --- /dev/null +++ b/extra/liblastfm/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 100655 2010-11-25 08:43:40Z andrea $ +# Maintainer: Andrea Scarpino +# Contributor: XazZ + +pkgname=liblastfm +pkgver=0.3.3 +pkgrel=2 +pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software" +arch=('i686' 'x86_64') +url="http://github.com/mxcl/liblastfm/" +license=('GPL') +depends=('libsamplerate' 'fftw' 'qt') +makedepends=('ruby') +options=('!libtool') +source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}" + 'no-ftools.patch') +sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' + 'ba344601d29091fb88123f80592359369efdf338') + +build() { + cd ${srcdir}/mxcl-${pkgname}-1c739eb + + patch -Np1 -i ${srcdir}/no-ftools.patch + + ruby configure --release --prefix /usr + make +} + +package(){ + cd ${srcdir}/mxcl-${pkgname}-1c739eb + make DESTDIR=${pkgdir} install +} diff --git a/extra/liblastfm/no-ftools.patch b/extra/liblastfm/no-ftools.patch new file mode 100644 index 000000000..e8480c36d --- /dev/null +++ b/extra/liblastfm/no-ftools.patch @@ -0,0 +1,36 @@ +--- mxcl-liblastfm-3539836/admin/findsrc.rb~ 2010-09-19 10:35:34.783333338 +0200 ++++ mxcl-liblastfm-3539836/admin/findsrc.rb 2010-09-19 10:35:57.730000003 +0200 +@@ -1,6 +1,6 @@ + #!/usr/bin/ruby + require 'find' +-require "#{File.dirname __FILE__}/platform" ++require "#{Dir.getwd}/admin/platform.rb" + + def findsrc dir='.' + excludes = ['.svn','.git','_include','tests','_build'] +--- mxcl-liblastfm-3539836/admin/qpp~ 2010-09-19 10:36:09.276666670 +0200 ++++ mxcl-liblastfm-3539836/admin/qpp 2010-09-19 10:36:16.926666670 +0200 +@@ -2,9 +2,8 @@ + # Creates a qmake .pro file for all valid SOURCES, HEADERS, FORMS and + # RESOURCES under each argument to ARGV as directories + +-cwd=File.dirname __FILE__ + require 'find' +-require "#{cwd}/findsrc" ++require "#{Dir.getwd}/admin/findsrc.rb" + + sources = Array.new + headers = Array.new +--- mxcl-liblastfm-3539836/admin/Makefile.rb~ 2010-09-19 10:35:38.086666671 +0200 ++++ mxcl-liblastfm-3539836/admin/Makefile.rb 2010-09-19 10:36:05.816666671 +0200 +@@ -4,9 +4,8 @@ + # and then creates the directory _include and creates files named after the + # class names in there which #include the file that contains the class + +-cwd = File.dirname( __FILE__ ) + require 'find' +-require "#{cwd}/platform.rb" ++require "#{Dir.getwd}/admin/platform.rb" + + + ######################################################################### defs -- cgit v1.2.3-54-g00ecf