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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Aug 8 13:11:01 UTC 2013


    Date: Thursday, August 8, 2013 @ 15:11:01
  Author: svenstaro
Revision: 192242

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

Added:
  sdl2_mixer/repos/extra-i686/
  sdl2_mixer/repos/extra-i686/PKGBUILD
    (from rev 192241, sdl2_mixer/trunk/PKGBUILD)
  sdl2_mixer/repos/extra-x86_64/
  sdl2_mixer/repos/extra-x86_64/PKGBUILD
    (from rev 192241, sdl2_mixer/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: sdl2_mixer/repos/extra-i686/PKGBUILD (from rev 192241, sdl2_mixer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-08-08 13:11:01 UTC (rev 192242)
@@ -0,0 +1,29 @@
+#Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=sdl2_mixer
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org"
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=(!libtool)
+source=("http://www.libsdl.org/tmp/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz")
+md5sums=('4c85cdc7b6d162afb918aed626436109')
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: sdl2_mixer/repos/extra-x86_64/PKGBUILD (from rev 192241, sdl2_mixer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-08-08 13:11:01 UTC (rev 192242)
@@ -0,0 +1,29 @@
+#Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=sdl2_mixer
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org"
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=(!libtool)
+source=("http://www.libsdl.org/tmp/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz")
+md5sums=('4c85cdc7b6d162afb918aed626436109')
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list