summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-08-29 13:59:17 -0700
committerLlewelyn Trahaearn2016-08-29 13:59:17 -0700
commitbc880324dba15ec8faf516504638c1e978179d6c (patch)
tree0f2f4941c8863a70df8df37a7e3f524493eb06f5
parent3667416b1c923e60787f8882c87416bbfa29895f (diff)
downloadaur-bc880324dba15ec8faf516504638c1e978179d6c.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 36140767164a..df8166cffb19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 29 19:50:17 UTC 2016
+# Mon Aug 29 20:58:32 UTC 2016
pkgbase = vsxu
pkgdesc = A free to use program that lets you create and perform real-time audio visual presets.
pkgver = 0.5.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.vsxu.com/
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = vsxu
depends = desktop-file-utils
depends = glew
depends = glfw2
- depends = libpng12
+ depends = libpng
depends = opencv
depends = xdg-utils
optdepends = alsa-lib: ALSA support.
diff --git a/PKGBUILD b/PKGBUILD
index 8e9a21950922..03822f854107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=vsxu
pkgver=0.5.1
-pkgrel=2
+pkgrel=3
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' 'glfw2' 'libpng12' 'opencv' 'xdg-utils')
+depends=('desktop-file-utils' 'glew' 'glfw2' 'libpng' 'opencv' 'xdg-utils')
makedepends=('alsa-lib' 'cmake' 'jack' 'pulseaudio')
optdepends=(
'alsa-lib: ALSA support.'
@@ -28,9 +28,7 @@ prepare() {
build() {
cd "${pkgname}-${pkgver}/build"
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DGLFW_LIBRARY=/usr/lib/libglfw2.so \
- -DPNG_LIBRARY=/usr/lib/libpng12.so \
- -DPNG_PNG_INCLUDE_DIR=/usr/include/libpng12
+ -DGLFW_LIBRARY=/usr/lib/libglfw2.so
make
}