From 4900b8b4f10912621c172b45a4cea53647025f00 Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 8 Aug 2011 14:11:57 -0700 Subject: projectm:removed in favor of projectm-complete --- abs/core/projectm/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 abs/core/projectm/PKGBUILD diff --git a/abs/core/projectm/PKGBUILD b/abs/core/projectm/PKGBUILD deleted file mode 100644 index 74bbe88..0000000 --- a/abs/core/projectm/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 78581 2010-04-26 20:01:05Z andrea $ -# Maintainer: -# Contributor: Alexander Baldeck - -pkgname=projectm -pkgver=2.0.1 -pkgrel=2 -pkgdesc="A music visualizer which uses 3D accelerated iterative image based rendering" -arch=('i686' 'x86_64') -url="http://projectm.sourceforge.net/" -license=('LGPL') -depends=('gcc-libs' 'ftgl' 'glew' 'gtkglext') -makedepends=('pkgconfig' 'cmake') -source=(http://downloads.sourceforge.net/${pkgname}/projectM-${pkgver}-Source.tar.gz) -md5sums=('f8bf795878cdbbef54784cf2390b4c89') - -build() { - cd ${srcdir} -# sed -i 's|FTGL/FTGL.h|FTGL/ftgl.h|' Renderer.hpp || return 1 -# sed -i "s|#include |#include \n#include |" BuiltinParams.cpp || return 1 - mkdir build - cd build - cmake ../projectM-${pkgver}-Source \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release || return 1 - make || return 1 -} - -package() { - cd ${srcdir}/build - make DESTDIR=${pkgdir} install || return 1 -} -- cgit v0.12 From fac61ad639311f85a57d0c2307d4434df7da91ec Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 8 Aug 2011 14:12:21 -0700 Subject: libvisual-projectm:removed in favor of projectm-complete --- .../libvisual-plugins-2:0.4.0-3-i686-build.log.1 | 85 ++++++++++++++++++++++ abs/core/libvisual-projectm/PKGBUILD | 26 ------- 2 files changed, 85 insertions(+), 26 deletions(-) create mode 100644 abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 delete mode 100644 abs/core/libvisual-projectm/PKGBUILD diff --git a/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 b/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 new file mode 100644 index 0000000..a66212a --- /dev/null +++ b/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 @@ -0,0 +1,85 @@ +configure: WARNING: you should use --build, --host, --target +configure: WARNING: invalid host type: +configure: loading cache /dev/null +/dev/null: line 1: ./configure:: No such file or directory +checking for a BSD-compatible install... /bin/install -c +checking whether build environment is sane... yes +checking for gawk... gawk +checking whether make sets $(MAKE)... yes +checking for -pkg-config... no +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.14... yes +checking for LIBVISUAL... yes +checking for -gcc... no +checking for gcc... gcc +checking for C compiler default output file name... a.out +checking whether the C compiler works... yes +checking whether we are cross compiling... no +checking for suffix of executables... +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ANSI C... none needed +checking for style of include used by make... GNU +checking dependency style of gcc... gcc3 +checking for -g++... no +checking for -c++... no +checking for -gpp... no +checking for -aCC... no +checking for -CC... no +checking for -cxx... no +checking for -cc++... no +checking for -cl... no +checking for -FCC... no +checking for -KCC... no +checking for -RCC... no +checking for -xlC_r... no +checking for -xlC... no +checking for g++... g++ +checking whether we are using the GNU C++ compiler... yes +checking whether g++ accepts -g... yes +checking dependency style of g++... gcc3 +checking for an ANSI C-conforming const... yes +checking for inline... inline +checking whether time.h and sys/time.h may both be included... yes +checking how to run the C preprocessor... gcc -E +checking for egrep... grep -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking fcntl.h usability... yes +checking fcntl.h presence... yes +checking for fcntl.h... yes +checking for unistd.h... (cached) yes +checking for stdlib.h... (cached) yes +checking for string.h... (cached) yes +checking sys/time.h usability... yes +checking sys/time.h presence... yes +checking for sys/time.h... yes +checking for stdlib.h... (cached) yes +checking for GNU libc compatible malloc... yes +checking for floor... no +checking for gettimeofday... yes +checking for memmove... yes +checking for memset... yes +checking for pow... no +checking for sqrt... no +checking for munmap... yes +checking for stdlib.h... (cached) yes +checking for unistd.h... (cached) yes +checking for getpagesize... yes +checking for working mmap... yes +checking for a BSD-compatible install... /bin/install -c +checking whether ln -s works... yes +checking build system type... config.sub: missing argument +Try `config.sub --help' for more information. +configure: error: /bin/sh ./config.sub failed +==> ERROR:(B A failure occurred in build().(B + Aborting...(B diff --git a/abs/core/libvisual-projectm/PKGBUILD b/abs/core/libvisual-projectm/PKGBUILD deleted file mode 100644 index ea20118..0000000 --- a/abs/core/libvisual-projectm/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 61634 2009-12-20 18:27:47Z andrea $ -# Contributor: Alexander Baldeck - -pkgname=libvisual-projectm -pkgver=2.0.1 -pkgrel=1 -pkgdesc="ProjectM XMMS plugin" -arch=('i686' 'x86_64') -url="http://projectm.sourceforge.net/" -license=('GPL') -depends=('projectm>=2.0.1' 'libvisual' 'sdl') -makedepends=('pkgconfig' 'cmake' 'libxext') -options=('!libtool') -source=(http://downloads.sourceforge.net/projectm/projectM_libvisual-${pkgver}-Source.tar.gz) -md5sums=('35e09b09210d48b437e3574bd00b15a8') - -build() { - cd ${srcdir} - mkdir build - cd build - cmake ../projectM_libvisual-${pkgver}-Source \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release || return 1 - make || return - make DESTDIR=${pkgdir} install || return -} -- cgit v0.12 From fe38a266b7ed06a48279d54e774f160d40cb261f Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 8 Aug 2011 14:12:44 -0700 Subject: projectm-complete:ProjectM that actually works! --- abs/core/projectm-complete/PKGBUILD | 27 ++++++++++++++++++++++ .../libprojectm-2.0.1-pcfix.patch | 25 ++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 abs/core/projectm-complete/PKGBUILD create mode 100644 abs/core/projectm-complete/libprojectm-2.0.1-pcfix.patch diff --git a/abs/core/projectm-complete/PKGBUILD b/abs/core/projectm-complete/PKGBUILD new file mode 100644 index 0000000..341704f --- /dev/null +++ b/abs/core/projectm-complete/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Nickolay Stepanenko + +pkgname=projectm-complete +pkgver=2.0.1 +pkgrel=1 +pkgdesc="A music visualizer which uses 3D accelerated iterative image based rendering (all components)" +arch=('i686' 'x86_64') +url="http://projectm.sourceforge.net/" +license=('GPL') +depends=('ftgl' 'glut' 'glew' 'libvisual-plugins') +provides=('projectm' 'projectm-qt' 'projectm-libvisual' 'projectm-libvisual-alsa') +conflicts=('projectm' 'projectm-qt' 'projectm-libvisual' 'projectm-libvisual-alsa') +makedepends=('pkgconfig' 'xproto' 'cmake') +source=("http://sourceforge.net/projects/projectm/files/2.0.1/projectM-complete-2.0.1-Source.tar.gz/download" + "libprojectm-2.0.1-pcfix.patch") +md5sums=('9d32fa1357622c7a945a2e10620ee945' '9e2d9b03748fd6511181366b8d025425') + +build() { + cd $srcdir/projectM-complete-$pkgver-Source/ || return 1 + + patch -p1 -i ../libprojectm-2.0.1-pcfix.patch + cd src + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release . || return 1 + make all || return 1 + make DESTDIR=$pkgdir install || return 1 + rm -rf $srcdir/projectM-complete-$pkgver-Source +} diff --git a/abs/core/projectm-complete/libprojectm-2.0.1-pcfix.patch b/abs/core/projectm-complete/libprojectm-2.0.1-pcfix.patch new file mode 100644 index 0000000..50097e7 --- /dev/null +++ b/abs/core/projectm-complete/libprojectm-2.0.1-pcfix.patch @@ -0,0 +1,25 @@ +--- projectM-2.0.1-Source.orig/src/libprojectM/libprojectM.pc.in ++++ projectM-2.0.1-Source/src/libprojectM/libprojectM.pc.in +@@ -1,6 +1,6 @@ + prefix=@CMAKE_INSTALL_PREFIX@ + exec_prefix=@CMAKE_INSTALL_PREFIX@ +-libdir=@LIB_INSTALL_DIR@ ++libdir=${exec_prefix}/lib@LIB_SUFFIX@ + includedir=@CMAKE_INSTALL_PREFIX@/include + pkgdatadir=@CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@ + sysconfdir=@CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@ + +--- projectM-complete-2.0.1-Source.orig/src/CMakeLists.txt 2009-12-06 02:20:48.000000000 +0100 ++++ rojectM-complete-2.0.1-Source/src/CMakeLists.txt 2010-06-28 01:10:27.145943667 +0200 +@@ -3,9 +3,9 @@ + cmake_minimum_required(VERSION 2.4.0) + + OPTION(INCLUDE-PROJECTM-QT "Build the projectM Qt4 user interface extension library (recommended)" ON) +-OPTION(INCLUDE-PROJECTM-PULSEAUDIO "Build the projectM pulse audio client (recommended for fedora users)" ON) ++OPTION(INCLUDE-PROJECTM-PULSEAUDIO "Build the projectM pulse audio client (recommended for fedora users)" OFF) + OPTION(INCLUDE-PROJECTM-LIBVISUAL "Build the projectM libvisual client" ON) +-OPTION(INCLUDE-PROJECTM-LIBVISUAL-ALSA "Build experimental libvisual / alsa input standalone client (NEW!)" OFF) ++OPTION(INCLUDE-PROJECTM-LIBVISUAL-ALSA "Build experimental libvisual / alsa input standalone client (NEW!)" ON) + OPTION(INCLUDE-PROJECTM-JACK "Build the projectM JACK client" OFF) + OPTION(INCLUDE-PROJECTM-TEST "Build the projectM test suite" ON) + OPTION(INCLUDE-PROJECTM-XMMS "Build the projectM xmms module (deprecated, use audacious instead)" OFF) -- cgit v0.12 From be005997881ca474d05f5494ade5d104a4459aba Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 8 Aug 2011 15:18:10 -0700 Subject: projectm-complete:turns the framebuffer off. --- abs/core/projectm-complete/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abs/core/projectm-complete/PKGBUILD b/abs/core/projectm-complete/PKGBUILD index 341704f..e6a975d 100644 --- a/abs/core/projectm-complete/PKGBUILD +++ b/abs/core/projectm-complete/PKGBUILD @@ -2,7 +2,7 @@ pkgname=projectm-complete pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A music visualizer which uses 3D accelerated iterative image based rendering (all components)" arch=('i686' 'x86_64') url="http://projectm.sourceforge.net/" @@ -20,7 +20,7 @@ build() { patch -p1 -i ../libprojectm-2.0.1-pcfix.patch cd src - cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release . || return 1 + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D USE_FBO=OFF . || return 1 make all || return 1 make DESTDIR=$pkgdir install || return 1 rm -rf $srcdir/projectM-complete-$pkgver-Source -- cgit v0.12 From 5bfe3063da38b2ad4d7d5695a72fdad2961932bd Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 8 Aug 2011 15:21:14 -0700 Subject: libvisual-plugins:Disables visualizations that cause mythfrontend to crash. --- abs/core/libvisual-plugins/PKGBUILD | 6 +- abs/core/libvisual-plugins/__changelog | 3 + .../libvisual-plugins-2:0.4.0-3-i686-build.log.1 | 85 ---------------------- 3 files changed, 6 insertions(+), 88 deletions(-) create mode 100644 abs/core/libvisual-plugins/__changelog delete mode 100644 abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 diff --git a/abs/core/libvisual-plugins/PKGBUILD b/abs/core/libvisual-plugins/PKGBUILD index e22ff1a..ae42455 100644 --- a/abs/core/libvisual-plugins/PKGBUILD +++ b/abs/core/libvisual-plugins/PKGBUILD @@ -3,8 +3,7 @@ pkgname=libvisual-plugins pkgver=0.4.0 -pkgrel=3 -epoch=1 +pkgrel=8 pkgdesc="plugins for libvisual" arch=("i686" "x86_64") license=('GPL') @@ -17,7 +16,8 @@ options=(!libtool) build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-alsa --disable-gstreamer-plugin || return 1 + ./configure --prefix=/usr --enable-alsa --disable-gstreamer-plugin \ + --disable-gdkpixbuf-plugin --disable-nastyfft --disable-madspin --disable-flower --disable-bumpscope --disable-gltest make || return 1 make DESTDIR="${pkgdir}" install || return 1 } diff --git a/abs/core/libvisual-plugins/__changelog b/abs/core/libvisual-plugins/__changelog new file mode 100644 index 0000000..bce7c81 --- /dev/null +++ b/abs/core/libvisual-plugins/__changelog @@ -0,0 +1,3 @@ +disable plugins that cause mythmusic to oops + --disable-gdkpixbuf-plugin --disable-nastyfft --disable-madspin --disable-flower --disable-bumpscope --disable-gltest + diff --git a/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 b/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 deleted file mode 100644 index a66212a..0000000 --- a/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 +++ /dev/null @@ -1,85 +0,0 @@ -configure: WARNING: you should use --build, --host, --target -configure: WARNING: invalid host type: -configure: loading cache /dev/null -/dev/null: line 1: ./configure:: No such file or directory -checking for a BSD-compatible install... /bin/install -c -checking whether build environment is sane... yes -checking for gawk... gawk -checking whether make sets $(MAKE)... yes -checking for -pkg-config... no -checking for pkg-config... /usr/bin/pkg-config -checking pkg-config is at least version 0.14... yes -checking for LIBVISUAL... yes -checking for -gcc... no -checking for gcc... gcc -checking for C compiler default output file name... a.out -checking whether the C compiler works... yes -checking whether we are cross compiling... no -checking for suffix of executables... -checking for suffix of object files... o -checking whether we are using the GNU C compiler... yes -checking whether gcc accepts -g... yes -checking for gcc option to accept ANSI C... none needed -checking for style of include used by make... GNU -checking dependency style of gcc... gcc3 -checking for -g++... no -checking for -c++... no -checking for -gpp... no -checking for -aCC... no -checking for -CC... no -checking for -cxx... no -checking for -cc++... no -checking for -cl... no -checking for -FCC... no -checking for -KCC... no -checking for -RCC... no -checking for -xlC_r... no -checking for -xlC... no -checking for g++... g++ -checking whether we are using the GNU C++ compiler... yes -checking whether g++ accepts -g... yes -checking dependency style of g++... gcc3 -checking for an ANSI C-conforming const... yes -checking for inline... inline -checking whether time.h and sys/time.h may both be included... yes -checking how to run the C preprocessor... gcc -E -checking for egrep... grep -E -checking for ANSI C header files... yes -checking for sys/types.h... yes -checking for sys/stat.h... yes -checking for stdlib.h... yes -checking for string.h... yes -checking for memory.h... yes -checking for strings.h... yes -checking for inttypes.h... yes -checking for stdint.h... yes -checking for unistd.h... yes -checking fcntl.h usability... yes -checking fcntl.h presence... yes -checking for fcntl.h... yes -checking for unistd.h... (cached) yes -checking for stdlib.h... (cached) yes -checking for string.h... (cached) yes -checking sys/time.h usability... yes -checking sys/time.h presence... yes -checking for sys/time.h... yes -checking for stdlib.h... (cached) yes -checking for GNU libc compatible malloc... yes -checking for floor... no -checking for gettimeofday... yes -checking for memmove... yes -checking for memset... yes -checking for pow... no -checking for sqrt... no -checking for munmap... yes -checking for stdlib.h... (cached) yes -checking for unistd.h... (cached) yes -checking for getpagesize... yes -checking for working mmap... yes -checking for a BSD-compatible install... /bin/install -c -checking whether ln -s works... yes -checking build system type... config.sub: missing argument -Try `config.sub --help' for more information. -configure: error: /bin/sh ./config.sub failed -==> ERROR:(B A failure occurred in build().(B - Aborting...(B -- cgit v0.12 From 1a64eddf000f621052e49044ce94100016c0d232 Mon Sep 17 00:00:00 2001 From: Cecil Date: Mon, 8 Aug 2011 15:48:21 -0700 Subject: libvisual-plugins:Removed jakdaw as it caused the frontend to crash. --- abs/core/libvisual-plugins/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abs/core/libvisual-plugins/PKGBUILD b/abs/core/libvisual-plugins/PKGBUILD index ae42455..efd92f4 100644 --- a/abs/core/libvisual-plugins/PKGBUILD +++ b/abs/core/libvisual-plugins/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libvisual-plugins pkgver=0.4.0 -pkgrel=8 +pkgrel=9 pkgdesc="plugins for libvisual" arch=("i686" "x86_64") license=('GPL') @@ -17,7 +17,7 @@ options=(!libtool) build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --enable-alsa --disable-gstreamer-plugin \ - --disable-gdkpixbuf-plugin --disable-nastyfft --disable-madspin --disable-flower --disable-bumpscope --disable-gltest + --disable-gdkpixbuf-plugin --disable-nastyfft --disable-madspin --disable-flower --disable-bumpscope --disable-gltest --disable-jakdaw make || return 1 make DESTDIR="${pkgdir}" install || return 1 } -- cgit v0.12