[arch-commits] Commit in lib32-sdl2_image (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 28 22:15:17 UTC 2022


    Date: Thursday, July 28, 2022 @ 22:15:17
  Author: arojas
Revision: 1259040

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2_image/repos/multilib-x86_64/PKGBUILD
    (from rev 1259039, lib32-sdl2_image/trunk/PKGBUILD)
Deleted:
  lib32-sdl2_image/.SRCINFO
  lib32-sdl2_image/repos/multilib-x86_64/PKGBUILD

--------------------------------+
 .SRCINFO                       |   20 -------------
 /multilib-x86_64/PKGBUILD      |   56 +++++++++++++++++++++++++++++++++++++++
 repos/multilib-x86_64/PKGBUILD |   56 ---------------------------------------
 3 files changed, 56 insertions(+), 76 deletions(-)

Deleted: .SRCINFO
===================================================================
--- .SRCINFO	2022-07-28 22:15:09 UTC (rev 1259039)
+++ .SRCINFO	2022-07-28 22:15:17 UTC (rev 1259040)
@@ -1,20 +0,0 @@
-pkgbase = lib32-sdl2_image
-	pkgdesc = A simple library to load images of various formats as SDL surfaces (Version 2, 32 bit)
-	pkgver = 2.0.1
-	pkgrel = 1
-	url = https://www.libsdl.org/projects/SDL_image/
-	arch = x86_64
-	license = MIT
-	makedepends = cmake
-	depends = sdl2_image>=2.0.1
-	depends = lib32-sdl2
-	depends = lib32-libpng
-	depends = lib32-libtiff
-	depends = lib32-libjpeg
-	depends = lib32-libwebp
-	conflicts = lib32-sdl2-image
-	source = https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz
-	sha256sums = 3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64
-
-pkgname = lib32-sdl2_image
-

Deleted: repos/multilib-x86_64/PKGBUILD
===================================================================
--- repos/multilib-x86_64/PKGBUILD	2022-07-28 22:15:09 UTC (rev 1259039)
+++ repos/multilib-x86_64/PKGBUILD	2022-07-28 22:15:17 UTC (rev 1259040)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: carstene1ns <arch.carsten at teibes.de>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=lib32-sdl2_image
-pkgver=2.0.5
-pkgrel=2
-pkgdesc='A simple library to load images of various formats as SDL surfaces'
-arch=(x86_64)
-url=https://www.libsdl.org/projects/SDL_image/
-license=(MIT)
-depends=(
-  lib32-glibc
-  lib32-libjpeg
-  lib32-libpng
-  lib32-libtiff
-  lib32-sdl2
-  lib32-libwebp
-  sdl2_image
-)
-makedepends=(
-  cmake
-  mercurial
-)
-source=(hg+https://hg.libsdl.org/SDL_image#tag=release-${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd SDL_image
-
-  ./autogen.sh
-}
-
-build() {
-  cd SDL_image
-
-  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() {
-  make DESTDIR="${pkgdir}" -C SDL_image install
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2_image "$pkgdir"/usr/share/licenses/lib32-sdl2_image
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2_image/repos/multilib-x86_64/PKGBUILD (from rev 1259039, lib32-sdl2_image/trunk/PKGBUILD)
===================================================================
--- repos/multilib-x86_64/PKGBUILD	                        (rev 0)
+++ repos/multilib-x86_64/PKGBUILD	2022-07-28 22:15:17 UTC (rev 1259040)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: carstene1ns <arch.carsten at teibes.de>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=lib32-sdl2_image
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='A simple library to load images of various formats as SDL surfaces'
+arch=(x86_64)
+url=https://www.libsdl.org/projects/SDL_image/
+license=(MIT)
+depends=(
+  lib32-glibc
+  lib32-libjpeg
+  lib32-libpng
+  lib32-libtiff
+  lib32-sdl2
+  lib32-libwebp
+  sdl2_image
+)
+makedepends=(
+  cmake
+  git
+)
+source=(git+https://github.com/libsdl-org/SDL_image#tag=release-${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd SDL_image
+
+  ./autogen.sh
+}
+
+build() {
+  cd SDL_image
+
+  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() {
+  make DESTDIR="${pkgdir}" -C SDL_image install
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2_image "$pkgdir"/usr/share/licenses/lib32-sdl2_image
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list