[arch-commits] Commit in scummvm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Aug 21 05:01:04 UTC 2011
Date: Sunday, August 21, 2011 @ 01:01:03
Author: eric
Revision: 135987
archrelease: copy trunk to extra-x86_64
Added:
scummvm/repos/extra-x86_64/PKGBUILD
(from rev 135986, scummvm/trunk/PKGBUILD)
Deleted:
scummvm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-21 05:00:51 UTC (rev 135986)
+++ PKGBUILD 2011-08-21 05:01:03 UTC (rev 135987)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: juergen <juergen at hoetzel.info>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.scummvm.org/"
-depends=('gcc-libs' 'alsa-lib' 'libmad' 'libvorbis' 'zlib' 'flac>=1.1.4' 'sdl' 'fluidsynth')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('87e5076e93bfa762f1c5d7f45b41d4e2')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --backend=sdl --disable-debug \
- --with-mpeg2-prefix=/usr \
- --with-flac-prefix=/usr \
- --with-fluidsynth-prefix=/usr \
- --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- install -Dm755 scummvm ${pkgdir}/usr/bin/scummvm
- install -Dm644 dists/scummvm.6 ${pkgdir}/usr/share/man/man6/scummvm.6
- # fixes FS#9118
- install -Dm644 dists/${pkgname}.desktop \
- ${pkgdir}/usr/share/applications/${pkgname}.desktop
- install -Dm644 icons/scummvm.xpm \
- ${pkgdir}/usr/share/pixmaps/scummvm.xpm
-
- install -Dm644 gui/themes/scummmodern.zip ${pkgdir}/usr/share/scummvm/scummmodern.zip
-
-}
Copied: scummvm/repos/extra-x86_64/PKGBUILD (from rev 135986, scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-08-21 05:01:03 UTC (rev 135987)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: juergen <juergen at hoetzel.info>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.scummvm.org/"
+depends=('libmad' 'sdl' 'fluidsynth')
+makedepends=('libmpeg2')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('87e5076e93bfa762f1c5d7f45b41d4e2')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure --backend=sdl --disable-debug \
+ --enable-mpeg2 --with-mpeg2-prefix=/usr \
+ --with-flac-prefix=/usr \
+ --with-fluidsynth-prefix=/usr \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ install -Dm755 scummvm "${pkgdir}"/usr/bin/scummvm
+ install -Dm644 dists/scummvm.6 "${pkgdir}"/usr/share/man/man6/scummvm.6
+ # fixes FS#9118
+ install -Dm644 dists/${pkgname}.desktop \
+ "${pkgdir}"/usr/share/applications/${pkgname}.desktop
+ install -Dm644 icons/scummvm.xpm \
+ "${pkgdir}"/usr/share/pixmaps/scummvm.xpm
+
+ install -Dm644 gui/themes/scummmodern.zip "${pkgdir}"/usr/share/scummvm/scummmodern.zip
+}
More information about the arch-commits
mailing list