[arch-commits] Commit in lib32-sdl2_mixer/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Nov 2 15:16:50 UTC 2017
Date: Thursday, November 2, 2017 @ 15:16:48
Author: alucryd
Revision: 265157
archrelease: copy trunk to multilib-x86_64
Added:
lib32-sdl2_mixer/repos/multilib-x86_64/PKGBUILD
(from rev 265156, lib32-sdl2_mixer/trunk/PKGBUILD)
Deleted:
lib32-sdl2_mixer/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 45 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-02 15:16:31 UTC (rev 265156)
+++ PKGBUILD 2017-11-02 15:16:48 UTC (rev 265157)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: carstene1ns <arch.carsten at teibes.de>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=lib32-sdl2_mixer
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='A simple multi-channel audio mixer'
-arch=('x86_64')
-url='https://www.libsdl.org/projects/SDL_mixer/'
-license=('MIT')
-depends=('lib32-flac' 'lib32-glibc' 'lib32-libmodplug' 'lib32-libvorbis'
- 'lib32-smpeg2' 'lib32-sdl2' 'sdl2_mixer')
-makedepends=('gcc-multilib' 'lib32-fluidsynth')
-optdepends=('lib32-fluidsynth: MIDI software synth, replaces built-in timidity')
-source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz")
-sha256sums=('5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f')
-
-prepare() {
- cd SDL2_mixer-${pkgver}
-
- sed -e 's|/etc/timidity|/etc/timidity++|g;
- s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g' \
- -i timidity/config.h
-}
-
-build() {
- cd SDL2_mixer-$pkgver
-
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
- ./configure \
- --prefix='/usr' \
- --libdir='/usr/lib32' \
- --disable-static
- make
-}
-
-package() {
- cd SDL2_mixer-$pkgver
-
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/include
-
- install -dm 755 "${pkgdir}"/usr/share/licenses
- ln -s sdl2_mixer "${pkgdir}"/usr/share/licenses/lib32-sdl2_mixer
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-sdl2_mixer/repos/multilib-x86_64/PKGBUILD (from rev 265156, lib32-sdl2_mixer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-02 15:16:48 UTC (rev 265157)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: carstene1ns <arch.carsten at teibes.de>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=lib32-sdl2_mixer
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='A simple multi-channel audio mixer'
+arch=('x86_64')
+url='https://www.libsdl.org/projects/SDL_mixer/'
+license=('MIT')
+depends=('lib32-flac' 'lib32-glibc' 'lib32-libmodplug' 'lib32-mpg123'
+ 'lib32-libvorbis' 'lib32-sdl2' 'sdl2_mixer')
+makedepends=('gcc-multilib' 'lib32-fluidsynth')
+optdepends=('lib32-fluidsynth: MIDI software synth, replaces built-in timidity')
+source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz")
+sha256sums=('4e615e27efca4f439df9af6aa2c6de84150d17cbfd12174b54868c12f19c83bb')
+
+build() {
+ cd SDL2_mixer-$pkgver
+
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+ ./configure \
+ --prefix='/usr' \
+ --libdir='/usr/lib32' \
+ --disable-static
+ make
+}
+
+package() {
+ cd SDL2_mixer-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/include
+
+ install -dm 755 "${pkgdir}"/usr/share/licenses
+ ln -s sdl2_mixer "${pkgdir}"/usr/share/licenses/lib32-sdl2_mixer
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list