From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/lmms/PKGBUILD | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 community/lmms/PKGBUILD (limited to 'community/lmms/PKGBUILD') diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD deleted file mode 100644 index b9a6a79dc..000000000 --- a/community/lmms/PKGBUILD +++ /dev/null @@ -1,45 +0,0 @@ -# $Id: PKGBUILD 92797 2013-06-15 10:20:30Z lfleischer $ -# Maintainer: Lukas Fleischer -# Contributor: Shinlun Hsieh -# Contributor: Mateusz Herych -# Contributor: Storyteller - -pkgname=lmms -pkgver=0.4.15 -pkgrel=1 -pkgdesc='The Linux MultiMedia Studio.' -arch=('i686' 'x86_64') -url='http://lmms.sourceforge.net/' -license=('GPL') -depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt4' 'sdl_sound' - 'libsamplerate' 'shared-mime-info') -optdepends=('wine: VST support (experimental)' - 'fftw: SpectrumAnalyzer plugin' - 'stk: STK instruments plugins' - 'pulseaudio: PulseAudio output') -makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk') -[[ $CARCH = i686 ]] && makedepends+=('wine') -provides=('lmms-extras') -conflicts=('lmms-extras') -options=('!libtool' '!makeflags') -install=lmms.install -source=("http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2" - zynaddsubfx_unlink.patch) -md5sums=('0c754480ded76b7c081a99d7a884549c' - 'd2ea78ac0cf2979505f140c6845617cf') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake - - patch -Np1 -i ../zynaddsubfx_unlink.patch - - cmake . -DCMAKE_INSTALL_PREFIX=/usr -USE=vst - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="${pkgdir}" install -} -- cgit v1.2.3-54-g00ecf