[arch-commits] Commit in scummvm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Oct 8 07:15:17 UTC 2019
Date: Tuesday, October 8, 2019 @ 07:15:17
Author: svenstaro
Revision: 514183
archrelease: copy trunk to community-x86_64
Added:
scummvm/repos/community-x86_64/PKGBUILD
(from rev 514182, scummvm/trunk/PKGBUILD)
Deleted:
scummvm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-08 07:15:07 UTC (rev 514182)
+++ PKGBUILD 2019-10-08 07:15:17 UTC (rev 514183)
@@ -1,31 +0,0 @@
-# Maintainer: juergen <juergen at archlinux.org>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
-arch=('x86_64')
-license=('GPL')
-url="http://www.scummvm.org/"
-depends=('libpng' 'libtheora' 'sdl2' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
- 'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2')
-makedepends=('mesa')
-source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz")
-sha512sums=('9a03cf207660aa49e49f53e1df10b774b7c9711dffd527e00518015e7e7057f25538a7dd89e248e9237434cf08a9f7ea6b215805fb65a770fb20596f5e713218')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- ./configure \
- --enable-all-engines \
- --enable-c++11 \
- --enable-release \
- --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -Dm644 dists/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}
Copied: scummvm/repos/community-x86_64/PKGBUILD (from rev 514182, scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-08 07:15:17 UTC (rev 514183)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: juergen <juergen at archlinux.org>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
+arch=('x86_64')
+license=('GPL')
+url="http://www.scummvm.org/"
+depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
+ 'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec')
+makedepends=('mesa')
+source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz")
+sha512sums=('9a03cf207660aa49e49f53e1df10b774b7c9711dffd527e00518015e7e7057f25538a7dd89e248e9237434cf08a9f7ea6b215805fb65a770fb20596f5e713218')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure \
+ --enable-c++11 \
+ --enable-release \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+ install -Dm644 dists/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
+}
More information about the arch-commits
mailing list