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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Jul 9 01:54:19 UTC 2022


    Date: Saturday, July 9, 2022 @ 01:54:19
  Author: svenstaro
Revision: 450548

archrelease: copy trunk to testing-x86_64

Added:
  sdl2_mixer/repos/testing-x86_64/
  sdl2_mixer/repos/testing-x86_64/PKGBUILD
    (from rev 450547, sdl2_mixer/trunk/PKGBUILD)
  sdl2_mixer/repos/testing-x86_64/keys/

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: sdl2_mixer/repos/testing-x86_64/PKGBUILD (from rev 450547, sdl2_mixer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-09 01:54:19 UTC (rev 450548)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=sdl2_mixer
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('x86_64')
+url="https://github.com/libsdl-org/SDL_mixer"
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac' 'opusfile')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+source=("https://github.com/libsdl-org/SDL_mixer/releases/download/release-${pkgver}/SDL2_mixer-${pkgver}.tar.gz"{,.sig})
+sha512sums=('b7b07f1a0646566edae76815fbb1e1192ef48335f0ac6a4fdfcd778f702e9d8f7ccfbd17983d958256e15f225430706677919c9d9cb94f42793c15da683c73f6'
+            'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list