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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Aug 20 17:16:50 UTC 2022


    Date: Saturday, August 20, 2022 @ 17:16:50
  Author: svenstaro
Revision: 454086

archrelease: copy trunk to testing-x86_64

Added:
  sdl2_mixer/repos/testing-x86_64/
  sdl2_mixer/repos/testing-x86_64/PKGBUILD
    (from rev 454085, 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 454085, sdl2_mixer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-08-20 17:16:50 UTC (rev 454086)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=sdl2_mixer
+pkgver=2.6.2
+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=('16baa9d8b345bf0224538cbfb2ae9fc5d3deea2b454f41a98006c938fe7a65d5a8c84e28a76f98a4dd971c4fe5cf0219d8bf73331cf11f2702e01600eb197658'
+            '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