Date: Sunday, April 13, 2014 @ 13:20:12 Author: lfleischer Revision: 109323
archrelease: copy trunk to community-i686, community-x86_64 Added: lmms/repos/community-i686/PKGBUILD (from rev 109322, lmms/trunk/PKGBUILD) lmms/repos/community-i686/lmms.install (from rev 109322, lmms/trunk/lmms.install) lmms/repos/community-i686/zynaddsubfx_unlink.patch (from rev 109322, lmms/trunk/zynaddsubfx_unlink.patch) lmms/repos/community-x86_64/PKGBUILD (from rev 109322, lmms/trunk/PKGBUILD) lmms/repos/community-x86_64/lmms.install (from rev 109322, lmms/trunk/lmms.install) lmms/repos/community-x86_64/zynaddsubfx_unlink.patch (from rev 109322, lmms/trunk/zynaddsubfx_unlink.patch) Deleted: lmms/repos/community-i686/PKGBUILD lmms/repos/community-i686/lmms.install lmms/repos/community-i686/zynaddsubfx_unlink.patch lmms/repos/community-x86_64/PKGBUILD lmms/repos/community-x86_64/lmms.install lmms/repos/community-x86_64/zynaddsubfx_unlink.patch -------------------------------------------+ /PKGBUILD | 90 ++++++++++++++++++++++++++++ /lmms.install | 22 ++++++ /zynaddsubfx_unlink.patch | 20 ++++++ community-i686/PKGBUILD | 45 -------------- community-i686/lmms.install | 11 --- community-i686/zynaddsubfx_unlink.patch | 10 --- community-x86_64/PKGBUILD | 45 -------------- community-x86_64/lmms.install | 11 --- community-x86_64/zynaddsubfx_unlink.patch | 10 --- 9 files changed, 132 insertions(+), 132 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-04-13 11:19:57 UTC (rev 109322) +++ community-i686/PKGBUILD 2014-04-13 11:20:12 UTC (rev 109323) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Storyteller <spiralsor...@hotmail.com> - -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=('!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 -} Copied: lmms/repos/community-i686/PKGBUILD (from rev 109322, lmms/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-04-13 11:20:12 UTC (rev 109323) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Storyteller <spiralsor...@hotmail.com> + +pkgname=lmms +pkgver=1.0.0 +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' 'fltk') +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=('!makeflags') +install=lmms.install +source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2/download" + zynaddsubfx_unlink.patch) +md5sums=('72260dd6e29bf018875fd751c1d43465' + '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 +} Deleted: community-i686/lmms.install =================================================================== --- community-i686/lmms.install 2014-04-13 11:19:57 UTC (rev 109322) +++ community-i686/lmms.install 2014-04-13 11:20:12 UTC (rev 109323) @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: lmms/repos/community-i686/lmms.install (from rev 109322, lmms/trunk/lmms.install) =================================================================== --- community-i686/lmms.install (rev 0) +++ community-i686/lmms.install 2014-04-13 11:20:12 UTC (rev 109323) @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Deleted: community-i686/zynaddsubfx_unlink.patch =================================================================== --- community-i686/zynaddsubfx_unlink.patch 2014-04-13 11:19:57 UTC (rev 109322) +++ community-i686/zynaddsubfx_unlink.patch 2014-04-13 11:20:12 UTC (rev 109323) @@ -1,10 +0,0 @@ ---- lmms-0.4.13_orig/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:01:25.951925761 +0200 -+++ lmms-0.4.13_test/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:08:32.841905201 +0200 -@@ -23,6 +23,7 @@ - */ - - #include <lmmsconfig.h> -+#include <unistd.h> - - #include "LocalZynAddSubFx.h" - Copied: lmms/repos/community-i686/zynaddsubfx_unlink.patch (from rev 109322, lmms/trunk/zynaddsubfx_unlink.patch) =================================================================== --- community-i686/zynaddsubfx_unlink.patch (rev 0) +++ community-i686/zynaddsubfx_unlink.patch 2014-04-13 11:20:12 UTC (rev 109323) @@ -0,0 +1,10 @@ +--- lmms-0.4.13_orig/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:01:25.951925761 +0200 ++++ lmms-0.4.13_test/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:08:32.841905201 +0200 +@@ -23,6 +23,7 @@ + */ + + #include <lmmsconfig.h> ++#include <unistd.h> + + #include "LocalZynAddSubFx.h" + Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2014-04-13 11:19:57 UTC (rev 109322) +++ community-x86_64/PKGBUILD 2014-04-13 11:20:12 UTC (rev 109323) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Storyteller <spiralsor...@hotmail.com> - -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=('!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 -} Copied: lmms/repos/community-x86_64/PKGBUILD (from rev 109322, lmms/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-04-13 11:20:12 UTC (rev 109323) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Storyteller <spiralsor...@hotmail.com> + +pkgname=lmms +pkgver=1.0.0 +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' 'fltk') +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=('!makeflags') +install=lmms.install +source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2/download" + zynaddsubfx_unlink.patch) +md5sums=('72260dd6e29bf018875fd751c1d43465' + '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 +} Deleted: community-x86_64/lmms.install =================================================================== --- community-x86_64/lmms.install 2014-04-13 11:19:57 UTC (rev 109322) +++ community-x86_64/lmms.install 2014-04-13 11:20:12 UTC (rev 109323) @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: lmms/repos/community-x86_64/lmms.install (from rev 109322, lmms/trunk/lmms.install) =================================================================== --- community-x86_64/lmms.install (rev 0) +++ community-x86_64/lmms.install 2014-04-13 11:20:12 UTC (rev 109323) @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Deleted: community-x86_64/zynaddsubfx_unlink.patch =================================================================== --- community-x86_64/zynaddsubfx_unlink.patch 2014-04-13 11:19:57 UTC (rev 109322) +++ community-x86_64/zynaddsubfx_unlink.patch 2014-04-13 11:20:12 UTC (rev 109323) @@ -1,10 +0,0 @@ ---- lmms-0.4.13_orig/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:01:25.951925761 +0200 -+++ lmms-0.4.13_test/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:08:32.841905201 +0200 -@@ -23,6 +23,7 @@ - */ - - #include <lmmsconfig.h> -+#include <unistd.h> - - #include "LocalZynAddSubFx.h" - Copied: lmms/repos/community-x86_64/zynaddsubfx_unlink.patch (from rev 109322, lmms/trunk/zynaddsubfx_unlink.patch) =================================================================== --- community-x86_64/zynaddsubfx_unlink.patch (rev 0) +++ community-x86_64/zynaddsubfx_unlink.patch 2014-04-13 11:20:12 UTC (rev 109323) @@ -0,0 +1,10 @@ +--- lmms-0.4.13_orig/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:01:25.951925761 +0200 ++++ lmms-0.4.13_test/plugins/zynaddsubfx/LocalZynAddSubFx.cpp 2012-04-08 13:08:32.841905201 +0200 +@@ -23,6 +23,7 @@ + */ + + #include <lmmsconfig.h> ++#include <unistd.h> + + #include "LocalZynAddSubFx.h" +