summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-08-29 14:00:39 -0700
committerLlewelyn Trahaearn2016-08-29 14:00:39 -0700
commit700bfdff5cba9f09ed99499c82662248ad42bf4d (patch)
treedab672b500f82bf32dd1af0255a7eaeaea59cf12
parenta24d4c4b97b7387137cf16b466567c5e2b5f806f (diff)
downloadaur-700bfdff5cba9f09ed99499c82662248ad42bf4d.tar.gz
Move from libpng12 to libpng.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 464be0d1d395..1d500415dde4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 19:52:47 UTC 2016
+# Mon Aug 29 21:00:24 UTC 2016
pkgbase = vsxu-git
pkgdesc = A free to use program that lets you create and perform real-time audio visual presets.
pkgver = 0.5.1.r50.g4a34b08
- pkgrel = 1
+ pkgrel = 2
url = http://www.vsxu.com/
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = vsxu-git
depends = desktop-file-utils
depends = glew
depends = glfw
- depends = libpng12
+ depends = libpng
depends = opencv
depends = xdg-utils
optdepends = alsa-lib: ALSA support.
diff --git a/PKGBUILD b/PKGBUILD
index e6c3867bef79..43706a5d151d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=vsxu-git
pkgver=0.5.1.r50.g4a34b08
-pkgrel=1
+pkgrel=2
pkgdesc="A free to use program that lets you create and perform real-time audio visual presets."
arch=('i686' 'x86_64')
url="http://www.vsxu.com/"
license=('GPL' 'custom')
-depends=('desktop-file-utils' 'glew' 'glfw' 'libpng12' 'opencv' 'xdg-utils')
+depends=('desktop-file-utils' 'glew' 'glfw' 'libpng' 'opencv' 'xdg-utils')
makedepends=('alsa-lib' 'cmake' 'git' 'jack' 'pulseaudio')
optdepends=(
'alsa-lib: ALSA support.'
@@ -46,9 +46,7 @@ prepare() {
build() {
cd "${pkgname}/build"
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DPNG_LIBRARY=/usr/lib/libpng12.so \
- -DPNG_PNG_INCLUDE_DIR=/usr/include/libpng12
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
}