summaryrefslogtreecommitdiff
path: root/community/libvisual-projectm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-10 01:12:52 -0800
committerroot <root@rshg054.dnsready.net>2013-02-10 01:12:52 -0800
commit1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch)
tree016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/libvisual-projectm
parente9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff)
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'community/libvisual-projectm')
-rw-r--r--community/libvisual-projectm/PKGBUILD36
-rw-r--r--community/libvisual-projectm/libvisual-projectm-gcc-4.6.patch11
2 files changed, 0 insertions, 47 deletions
diff --git a/community/libvisual-projectm/PKGBUILD b/community/libvisual-projectm/PKGBUILD
deleted file mode 100644
index 76635d757..000000000
--- a/community/libvisual-projectm/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 62640 2012-01-23 02:32:15Z lfleischer $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Alexander Baldeck <alexander@archlinux.org>
-
-pkgname=libvisual-projectm
-pkgver=2.0.1
-pkgrel=3
-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"
- 'libvisual-projectm-gcc-4.6.patch')
-md5sums=('35e09b09210d48b437e3574bd00b15a8'
- 'a1fa2fd4fc85b1f27e32d400e17a3196')
-
-build() {
- cd "${srcdir}"
-
- # fix build failure with GCC 4.6 (taken from SVN, revision 1355)
- (cd "projectM_libvisual-${pkgver}-Source" && patch -p3 -i ../libvisual-projectm-gcc-4.6.patch)
-
- mkdir build && cd build
-
- cmake "../projectM_libvisual-${pkgver}-Source" \
- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
diff --git a/community/libvisual-projectm/libvisual-projectm-gcc-4.6.patch b/community/libvisual-projectm/libvisual-projectm-gcc-4.6.patch
deleted file mode 100644
index 0e1234f83..000000000
--- a/community/libvisual-projectm/libvisual-projectm-gcc-4.6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trunk/src/projectM-libvisual/actor_projectM.cpp 2009/02/20 19:07:44 1210
-+++ trunk/src/projectM-libvisual/actor_projectM.cpp 2011/05/06 12:04:58 1355
-@@ -209,7 +209,7 @@
- * we aren't with projectm, so just ignore :) */
- extern "C" VisPalette *lv_projectm_palette (VisPluginData *plugin)
- {
-- return NULL;
-+ return (VisPalette *) NULL;
- }
-
- /* This is where the real rendering happens! This function is what we call, many times