[arch-commits] Commit in sdl2/repos (4 files)

2018-10-18 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 18, 2018 @ 16:31:21
  Author: svenstaro
Revision: 336838

archrelease: copy trunk to community-x86_64

Added:
  sdl2/repos/community-x86_64/
  sdl2/repos/community-x86_64/PKGBUILD
(from rev 336837, sdl2/trunk/PKGBUILD)
  sdl2/repos/community-x86_64/cmake-include-paths.patch
(from rev 336837, sdl2/trunk/cmake-include-paths.patch)
  sdl2/repos/community-x86_64/dynapi.patch
(from rev 336837, sdl2/trunk/dynapi.patch)

---+
 PKGBUILD  |   64 +
 cmake-include-paths.patch |   45 +++
 dynapi.patch  |   84 
 3 files changed, 193 insertions(+)

Copied: sdl2/repos/community-x86_64/PKGBUILD (from rev 336837, 
sdl2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-10-18 16:31:21 UTC (rev 336838)
@@ -0,0 +1,64 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2
+pkgver=2.0.8
+pkgrel=10
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="https://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack2')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver'
+'jack2: JACK audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
+cmake-include-paths.patch dynapi.patch)
+sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
+'SKIP'
+
'53eb853153b189bd9c0978ab8c7375608b6df5fc78e22168505bf9f6e695f6fbdc553eead0b17deb734002e047c6d5ae06642363fc629aa9ab7bef0c30388c84'
+
'bdb634b070af2f67fddcdd7908fe9ec0ea49d6edb013c35aaf1dbc840f941072ee16b21e5158de500aa5ec81165780a3aaf03e27d8bb30d50c2efb2a5465f824')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
+
+prepare() {
+  cd SDL2-${pkgver}
+
+  patch -Np1 -i "${srcdir}"/cmake-include-paths.patch
+
+  # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
+  patch -Np1 -i "${srcdir}"/dynapi.patch
+
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd SDL2-${pkgver}/build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DSDL_DLOPEN=ON \
+  -DARTS=OFF \
+  -DESD=OFF \
+  -DNAS=OFF \
+  -DALSA=ON \
+  -DPULSEAUDIO_SHARED=ON \
+  -DVIDEO_WAYLAND=ON \
+  -DRPATH=OFF \
+  -DCLOCK_GETTIME=ON \
+  -DJACK_SHARED=ON
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+
+  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Copied: sdl2/repos/community-x86_64/cmake-include-paths.patch (from rev 336837, 
sdl2/trunk/cmake-include-paths.patch)
===
--- community-x86_64/cmake-include-paths.patch  (rev 0)
+++ community-x86_64/cmake-include-paths.patch  2018-10-18 16:31:21 UTC (rev 
336838)
@@ -0,0 +1,45 @@
+# HG changeset patch
+# User Bastien Bouclet 
+# Date 1523420183 -7200
+#  Wed Apr 11 06:16:23 2018 +0200
+# Branch cmake-include-path
+# Node ID 52f0351c30b25ec2bb5b0bced247ba858991bec2
+# Parent  fbfacc66c65c3b38ca065ecee1f69fcbc643c14a
+Fix the include path in the installed CMake target import file
+
+Previously the include path was {INSTALL_PREFIX}/include,
+it is now {INSTALL_PREFIX}/include/SDL2 to be consistent with
+the other build and package configuration systems.
+
+Fixes #4128.
+
+diff -r fbfacc66c65c -r 52f0351c30b2 CMakeLists.txt
+--- a/CMakeLists.txt   Mon Mar 26 12:38:29 2018 -0700
 b/CMakeLists.txt   Wed Apr 11 06:16:23 2018 +0200
+@@ -1695,7 +1695,7 @@
+ 
+ # Always build SDLmain
+ add_library(SDL2main STATIC ${SDLMAIN_SOURCES})
+-target_include_directories(SDL2main PUBLIC $)
++target_include_directories(SDL2main PUBLIC $)
+ set(_INSTALL_LIBS "SDL2main")
+ if (NOT ANDROID)
+   set_target_properties(SDL2main PROPERTIES DEBUG_POSTFIX 
${SDL_CMAKE_DEBUG_POSTFIX})
+@@ -1724,7 +1724,7 @@
+   endif()
+   set(_INSTALL_LIBS "SDL2" ${_INSTALL_LIBS})
+   target_link_libraries(SDL2 ${EXTRA_LIBS} ${EXTRA_LDFLAGS})
+-  target_include_directories(SDL2 PUBLIC $)
++  target_include_directories(SDL2 PUBLIC $)
+   if (NOT ANDROID)
+ set_target_properties(SDL2 PROPERTIES DEBUG_POSTFIX 
${SDL_CMAKE_DEBUG_POSTFIX})
+   endif()
+@@ -1750,7 +1750,7 @@
+   # libraries - do we 

[arch-commits] Commit in sdl2/repos (4 files)

2017-09-28 Thread Sven-Hendrik Haase
Date: Thursday, September 28, 2017 @ 13:06:38
  Author: svenstaro
Revision: 306439

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 306438, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 306438, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-28 13:06:28 UTC (rev 306438)
+++ extra-i686/PKGBUILD 2017-09-28 13:06:38 UTC (rev 306439)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=4
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---enable-ibus --enable-fcitx \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 306438, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-28 13:06:38 UTC (rev 306439)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('ad4dad5663834ee0ffbdca1b531d753449b260c9256df2c48da7261aacd9795d91eef1286525cf914f6b92ba5985de7798f041557574b5d978b8224f10041830'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--enable-ibus --enable-fcitx \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-28 13:06:28 UTC (rev 306438)
+++ extra-x86_64/PKGBUILD   2017-09-28 13:06:38 UTC (rev 306439)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=4
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})

[arch-commits] Commit in sdl2/repos (4 files)

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 06:38:20
  Author: arojas
Revision: 300218

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 300217, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 300217, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 06:37:53 UTC (rev 300217)
+++ extra-i686/PKGBUILD 2017-07-13 06:38:20 UTC (rev 300218)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=3
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---enable-ibus --enable-fcitx \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 300217, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 06:38:20 UTC (rev 300218)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.5
+pkgrel=4
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--enable-ibus --enable-fcitx \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 06:37:53 UTC (rev 300217)
+++ extra-x86_64/PKGBUILD   2017-07-13 06:38:20 UTC (rev 300218)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=3
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
- 

[arch-commits] Commit in sdl2/repos (4 files)

2017-02-06 Thread Jan Steffens
Date: Monday, February 6, 2017 @ 10:52:15
  Author: heftig
Revision: 288120

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 288119, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 288119, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   37 --
 extra-x86_64/PKGBUILD |   37 --
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-06 10:27:05 UTC (rev 288119)
+++ extra-i686/PKGBUILD 2017-02-06 10:52:15 UTC (rev 288120)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon' 'wayland-protocols')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 288119, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-06 10:52:15 UTC (rev 288120)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.5
+pkgrel=3
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--enable-ibus --enable-fcitx \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-06 10:27:05 UTC (rev 288119)
+++ extra-x86_64/PKGBUILD   2017-02-06 10:52:15 UTC (rev 288120)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon' 'wayland-protocols')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  mkdir build
-}
-

[arch-commits] Commit in sdl2/repos (4 files)

2016-10-29 Thread Sven-Hendrik Haase
Date: Sunday, October 30, 2016 @ 03:58:39
  Author: svenstaro
Revision: 279467

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 279466, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 279466, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   35 --
 extra-x86_64/PKGBUILD |   35 --
 3 files changed, 74 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-30 03:58:29 UTC (rev 279466)
+++ extra-i686/PKGBUILD 2016-10-30 03:58:39 UTC (rev 279467)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('d4055424d556b4a908aa76fad63abd3c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 279466, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-30 03:58:39 UTC (rev 279467)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.5
+pkgrel=2
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon' 'wayland-protocols')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('6401f5df08c08316c09bc6ac5b28345c5184bb25770baa5c94c0a582ae130ddf73bb736e44bb31f4e427c1ddbbeec4755a6a5f530b6b4c3d0f13ebc78ddc1750'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-30 03:58:29 UTC (rev 279466)
+++ extra-x86_64/PKGBUILD   2016-10-30 03:58:39 UTC (rev 279467)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('d4055424d556b4a908aa76fad63abd3c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 279466, 

[arch-commits] Commit in sdl2/repos (4 files)

2016-10-23 Thread Sven-Hendrik Haase
Date: Sunday, October 23, 2016 @ 14:09:58
  Author: svenstaro
Revision: 279176

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 279175, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 279175, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-23 14:09:45 UTC (rev 279175)
+++ extra-i686/PKGBUILD 2016-10-23 14:09:58 UTC (rev 279176)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.4
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('44fc4a023349933e7f5d7a582f7b886e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 279175, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-23 14:09:58 UTC (rev 279176)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('d4055424d556b4a908aa76fad63abd3c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-23 14:09:45 UTC (rev 279175)
+++ extra-x86_64/PKGBUILD   2016-10-23 14:09:58 UTC (rev 279176)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.4
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('44fc4a023349933e7f5d7a582f7b886e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 279175, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-23 14:09:58 UTC (rev 

[arch-commits] Commit in sdl2/repos (4 files)

2016-01-02 Thread Sven-Hendrik Haase
Date: Saturday, January 2, 2016 @ 23:29:18
  Author: svenstaro
Revision: 257470

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 257469, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 257469, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-02 22:29:10 UTC (rev 257469)
+++ extra-i686/PKGBUILD 2016-01-02 22:29:18 UTC (rev 257470)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('20d214724eb991787e34f43a6c822f67')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 257469, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-02 22:29:18 UTC (rev 257470)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('44fc4a023349933e7f5d7a582f7b886e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-02 22:29:10 UTC (rev 257469)
+++ extra-x86_64/PKGBUILD   2016-01-02 22:29:18 UTC (rev 257470)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('20d214724eb991787e34f43a6c822f67')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 257469, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-02 22:29:18 

[arch-commits] Commit in sdl2/repos (4 files)

2015-12-21 Thread Sven-Hendrik Haase
Date: Monday, December 21, 2015 @ 14:52:50
  Author: svenstaro
Revision: 257064

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 257063, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 257063, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-21 13:45:46 UTC (rev 257063)
+++ extra-i686/PKGBUILD 2015-12-21 13:52:50 UTC (rev 257064)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('fe6c61d2e9df9ef570e7e80c6e822537')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 257063, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-21 13:52:50 UTC (rev 257064)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('20d214724eb991787e34f43a6c822f67')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-21 13:45:46 UTC (rev 257063)
+++ extra-x86_64/PKGBUILD   2015-12-21 13:52:50 UTC (rev 257064)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('fe6c61d2e9df9ef570e7e80c6e822537')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 257063, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-21 13:52:50 UTC 

[arch-commits] Commit in sdl2/repos (4 files)

2014-03-16 Thread Sven-Hendrik Haase
Date: Sunday, March 16, 2014 @ 23:37:02
  Author: svenstaro
Revision: 207993

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 207992, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 207992, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-16 22:36:48 UTC (rev 207992)
+++ extra-i686/PKGBUILD 2014-03-16 22:37:02 UTC (rev 207993)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 207992, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-16 22:37:02 UTC (rev 207993)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('fe6c61d2e9df9ef570e7e80c6e822537')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-16 22:36:48 UTC (rev 207992)
+++ extra-x86_64/PKGBUILD   2014-03-16 22:37:02 UTC (rev 207993)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 207992, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-16 22:37:02 UTC (rev 207993)
@@ -0,0 +1,35 @@
+# 

[arch-commits] Commit in sdl2/repos (4 files)

2014-03-10 Thread Sven-Hendrik Haase
Date: Monday, March 10, 2014 @ 20:04:36
  Author: svenstaro
Revision: 207479

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 207478, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 207478, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   34 ---
 extra-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-10 19:04:26 UTC (rev 207478)
+++ extra-i686/PKGBUILD 2014-03-10 19:04:36 UTC (rev 207479)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 207478, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-10 19:04:36 UTC (rev 207479)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('e8070e8b6335def073a80cee78f3a7f0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-10 19:04:26 UTC (rev 207478)
+++ extra-x86_64/PKGBUILD   2014-03-10 19:04:36 UTC (rev 207479)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 207478, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-10 19:04:36 UTC (rev 207479)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=A library for 

[arch-commits] Commit in sdl2/repos (4 files)

2014-03-08 Thread Sven-Hendrik Haase
Date: Saturday, March 8, 2014 @ 17:36:26
  Author: svenstaro
Revision: 207404

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 207403, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 207403, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-08 16:36:16 UTC (rev 207403)
+++ extra-i686/PKGBUILD 2014-03-08 16:36:26 UTC (rev 207404)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.1
-pkgrel=3
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('0eb97039488bf463e775295f7b18b227')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 207403, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-08 16:36:26 UTC (rev 207404)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('e8070e8b6335def073a80cee78f3a7f0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-08 16:36:16 UTC (rev 207403)
+++ extra-x86_64/PKGBUILD   2014-03-08 16:36:26 UTC (rev 207404)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.1
-pkgrel=3
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('0eb97039488bf463e775295f7b18b227')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 207403, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-08 16:36:26 UTC (rev 207404)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 

[arch-commits] Commit in sdl2/repos (4 files)

2013-12-17 Thread Sven-Hendrik Haase
Date: Tuesday, December 17, 2013 @ 18:26:36
  Author: svenstaro
Revision: 201663

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 201662, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 201662, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-17 17:26:28 UTC (rev 201662)
+++ extra-i686/PKGBUILD 2013-12-17 17:26:36 UTC (rev 201663)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.1
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('0eb97039488bf463e775295f7b18b227')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 201662, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-17 17:26:36 UTC (rev 201663)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=3
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('0eb97039488bf463e775295f7b18b227')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-17 17:26:28 UTC (rev 201662)
+++ extra-x86_64/PKGBUILD   2013-12-17 17:26:36 UTC (rev 201663)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.1
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('0eb97039488bf463e775295f7b18b227')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 201662, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-17 17:26:36 UTC (rev 201663)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=3
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and 

[arch-commits] Commit in sdl2/repos (4 files)

2013-10-25 Thread Sven-Hendrik Haase
Date: Friday, October 25, 2013 @ 11:55:33
  Author: svenstaro
Revision: 197389

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 197388, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 197388, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 09:55:28 UTC (rev 197388)
+++ extra-i686/PKGBUILD 2013-10-25 09:55:33 UTC (rev 197389)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=4
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 197388, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 09:55:33 UTC (rev 197389)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('0eb97039488bf463e775295f7b18b227')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 09:55:28 UTC (rev 197388)
+++ extra-x86_64/PKGBUILD   2013-10-25 09:55:33 UTC (rev 197389)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=4
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 197388, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-25 09:55:33 UTC (rev 197389)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')

[arch-commits] Commit in sdl2/repos (4 files)

2013-10-25 Thread Jan Steffens
Date: Friday, October 25, 2013 @ 15:03:58
  Author: heftig
Revision: 197405

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  sdl2/repos/staging-i686/
  sdl2/repos/staging-i686/PKGBUILD
(from rev 197404, sdl2/trunk/PKGBUILD)
  sdl2/repos/staging-x86_64/
  sdl2/repos/staging-x86_64/PKGBUILD
(from rev 197404, sdl2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: sdl2/repos/staging-i686/PKGBUILD (from rev 197404, sdl2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-25 13:03:58 UTC (rev 197405)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('0eb97039488bf463e775295f7b18b227')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sdl2/repos/staging-x86_64/PKGBUILD (from rev 197404, 
sdl2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-25 13:03:58 UTC (rev 197405)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.1
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('0eb97039488bf463e775295f7b18b227')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in sdl2/repos (4 files)

2013-09-01 Thread Sven-Hendrik Haase
Date: Monday, September 2, 2013 @ 00:30:16
  Author: svenstaro
Revision: 193806

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 193805, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 193805, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-01 22:29:34 UTC (rev 193805)
+++ extra-i686/PKGBUILD 2013-09-01 22:30:16 UTC (rev 193806)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=3
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 193805, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-01 22:30:16 UTC (rev 193806)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=4
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-01 22:29:34 UTC (rev 193805)
+++ extra-x86_64/PKGBUILD   2013-09-01 22:30:16 UTC (rev 193806)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=3
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 193805, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-01 22:30:16 UTC (rev 193806)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=4
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 

[arch-commits] Commit in sdl2/repos (4 files)

2013-09-01 Thread Sven-Hendrik Haase
Date: Monday, September 2, 2013 @ 00:29:34
  Author: svenstaro
Revision: 193805

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sdl2/repos/community-i686/
  sdl2/repos/community-i686/PKGBUILD
(from rev 193804, sdl2/trunk/PKGBUILD)
  sdl2/repos/community-x86_64/
  sdl2/repos/community-x86_64/PKGBUILD
(from rev 193804, sdl2/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   35 +++
 community-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: sdl2/repos/community-i686/PKGBUILD (from rev 193804, 
sdl2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-01 22:29:34 UTC (rev 193805)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=4
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sdl2/repos/community-x86_64/PKGBUILD (from rev 193804, 
sdl2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-01 22:29:34 UTC (rev 193805)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=4
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in sdl2/repos (4 files)

2013-08-13 Thread Sven-Hendrik Haase
Date: Tuesday, August 13, 2013 @ 18:27:33
  Author: svenstaro
Revision: 192534

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 192533, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 192533, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-13 16:27:20 UTC (rev 192533)
+++ extra-i686/PKGBUILD 2013-08-13 16:27:33 UTC (rev 192534)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 192533, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-13 16:27:33 UTC (rev 192534)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=3
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('beec89afb6edcc6f0abc4114f2e6bcf7')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-13 16:27:20 UTC (rev 192533)
+++ extra-x86_64/PKGBUILD   2013-08-13 16:27:33 UTC (rev 192534)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=2
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 192533, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-13 16:27:33 UTC (rev 192534)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=3
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA 

[arch-commits] Commit in sdl2/repos (4 files)

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 11:01:05
  Author: svenstaro
Revision: 192229

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/
  sdl2/repos/extra-i686/PKGBUILD
(from rev 192228, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 192228, sdl2/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   31 +++
 extra-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 192228, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 09:01:05 UTC (rev 192229)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+makedepends=('cmake')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('a43ffab2698c82ac503dea490dedefdf')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 192228, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 09:01:05 UTC (rev 192229)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+makedepends=('cmake')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('a43ffab2698c82ac503dea490dedefdf')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in sdl2/repos (4 files)

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 13:02:50
  Author: svenstaro
Revision: 192237

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 192236, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 192236, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   31 -
 extra-x86_64/PKGBUILD |   31 -
 3 files changed, 70 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 11:02:39 UTC (rev 192236)
+++ extra-i686/PKGBUILD 2013-08-08 11:02:50 UTC (rev 192237)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-makedepends=('cmake')
-source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('a43ffab2698c82ac503dea490dedefdf')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 192236, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 11:02:50 UTC (rev 192237)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 11:02:39 UTC (rev 192236)
+++ extra-x86_64/PKGBUILD   2013-08-08 11:02:50 UTC (rev 192237)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-makedepends=('cmake')
-source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('a43ffab2698c82ac503dea490dedefdf')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 192236, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 11:02:50 UTC (rev 192237)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd