[arch-commits] Commit in vice/repos (8 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 20 07:05:30 UTC 2017


    Date: Thursday, April 20, 2017 @ 07:05:30
  Author: arojas
Revision: 293298

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vice/repos/extra-i686/PKGBUILD
    (from rev 293297, vice/trunk/PKGBUILD)
  vice/repos/extra-i686/disable-fc-cache.patch
    (from rev 293297, vice/trunk/disable-fc-cache.patch)
  vice/repos/extra-x86_64/PKGBUILD
    (from rev 293297, vice/trunk/PKGBUILD)
  vice/repos/extra-x86_64/disable-fc-cache.patch
    (from rev 293297, vice/trunk/disable-fc-cache.patch)
Deleted:
  vice/repos/extra-i686/PKGBUILD
  vice/repos/extra-i686/disable-fc-cache.patch
  vice/repos/extra-x86_64/PKGBUILD
  vice/repos/extra-x86_64/disable-fc-cache.patch

-------------------------------------+
 /PKGBUILD                           |   86 ++++++++++++++++++++++++++++++++++
 /disable-fc-cache.patch             |   32 ++++++++++++
 extra-i686/PKGBUILD                 |   43 -----------------
 extra-i686/disable-fc-cache.patch   |   16 ------
 extra-x86_64/PKGBUILD               |   43 -----------------
 extra-x86_64/disable-fc-cache.patch |   16 ------
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-04-20 07:05:02 UTC (rev 293297)
+++ extra-i686/PKGBUILD	2017-04-20 07:05:30 UTC (rev 293298)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=vice
-pkgver=3.0
-pkgrel=1
-pkgdesc="The Versatile Commodore 8-bit Emulator"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://vice-emu.sourceforge.net/"
-depends=('gtk3' 'libpulse' 'giflib')
-makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg')
-source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
-        'disable-fc-cache.patch')
-md5sums=('c732d76a70ac1232a43456dae540b43a'
-         'b1dee4fef59f835534683fabbe1fbbce')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm -rf src/lib/{liblame,libx264,libffmpeg}
-
-  patch -p1 -i "$srcdir/disable-fc-cache.patch"
-  sed -i 's/lib64/lib/g' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-    --libdir=/usr/lib \
-    --enable-gnomeui3 \
-    --enable-external-ffmpeg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" realdocdir="/usr/share/doc/vice" install -j1
-  ln -s /usr/share/doc/vice "${pkgdir}/usr/lib/vice/doc"
-}

Copied: vice/repos/extra-i686/PKGBUILD (from rev 293297, vice/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-04-20 07:05:30 UTC (rev 293298)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=vice
+pkgver=3.1
+pkgrel=1
+pkgdesc="The Versatile Commodore 8-bit Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://vice-emu.sourceforge.net/"
+depends=('gtk3' 'libpulse' 'giflib')
+makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg')
+source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
+        'disable-fc-cache.patch')
+sha256sums=('3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240'
+            '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -rf src/lib/{liblame,libx264,libffmpeg}
+
+  patch -p1 -i "$srcdir/disable-fc-cache.patch"
+  sed -i 's/lib64/lib/g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --libdir=/usr/lib \
+    --enable-gnomeui3 \
+    --enable-external-ffmpeg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" realdocdir="/usr/share/doc/vice" install -j1
+  ln -s /usr/share/doc/vice "${pkgdir}/usr/lib/vice/doc"
+}

Deleted: extra-i686/disable-fc-cache.patch
===================================================================
--- extra-i686/disable-fc-cache.patch	2017-04-20 07:05:02 UTC (rev 293297)
+++ extra-i686/disable-fc-cache.patch	2017-04-20 07:05:30 UTC (rev 293298)
@@ -1,16 +0,0 @@
---- a/configure.ac.orig	2016-12-15 04:44:32.000000000 +0100
-+++ b/configure.ac	2017-01-05 23:24:59.072247182 +0100
-@@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
- 
- fi
- 
--AC_PATH_PROGS(FCCACHE, fc-cache, false)
--if test x"$FCCACHE" = "xfalse"; then
--  AM_CONDITIONAL(HAVE_FC_CACHE, false)
--else
--  AM_CONDITIONAL(HAVE_FC_CACHE, true)
--fi
-+AM_CONDITIONAL(HAVE_FC_CACHE, false)
- 
- if test x"$is_amigaos4" = "xyes"; then
-   if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then

Copied: vice/repos/extra-i686/disable-fc-cache.patch (from rev 293297, vice/trunk/disable-fc-cache.patch)
===================================================================
--- extra-i686/disable-fc-cache.patch	                        (rev 0)
+++ extra-i686/disable-fc-cache.patch	2017-04-20 07:05:30 UTC (rev 293298)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig	2016-12-15 04:44:32.000000000 +0100
++++ b/configure.ac	2017-01-05 23:24:59.072247182 +0100
+@@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
+ 
+ fi
+ 
+-AC_PATH_PROGS(FCCACHE, fc-cache, false)
+-if test x"$FCCACHE" = "xfalse"; then
+-  AM_CONDITIONAL(HAVE_FC_CACHE, false)
+-else
+-  AM_CONDITIONAL(HAVE_FC_CACHE, true)
+-fi
++AM_CONDITIONAL(HAVE_FC_CACHE, false)
+ 
+ if test x"$is_amigaos4" = "xyes"; then
+   if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-04-20 07:05:02 UTC (rev 293297)
+++ extra-x86_64/PKGBUILD	2017-04-20 07:05:30 UTC (rev 293298)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=vice
-pkgver=3.0
-pkgrel=1
-pkgdesc="The Versatile Commodore 8-bit Emulator"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://vice-emu.sourceforge.net/"
-depends=('gtk3' 'libpulse' 'giflib')
-makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg')
-source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
-        'disable-fc-cache.patch')
-md5sums=('c732d76a70ac1232a43456dae540b43a'
-         'b1dee4fef59f835534683fabbe1fbbce')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm -rf src/lib/{liblame,libx264,libffmpeg}
-
-  patch -p1 -i "$srcdir/disable-fc-cache.patch"
-  sed -i 's/lib64/lib/g' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-    --libdir=/usr/lib \
-    --enable-gnomeui3 \
-    --enable-external-ffmpeg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" realdocdir="/usr/share/doc/vice" install -j1
-  ln -s /usr/share/doc/vice "${pkgdir}/usr/lib/vice/doc"
-}

Copied: vice/repos/extra-x86_64/PKGBUILD (from rev 293297, vice/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-04-20 07:05:30 UTC (rev 293298)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=vice
+pkgver=3.1
+pkgrel=1
+pkgdesc="The Versatile Commodore 8-bit Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://vice-emu.sourceforge.net/"
+depends=('gtk3' 'libpulse' 'giflib')
+makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg')
+source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
+        'disable-fc-cache.patch')
+sha256sums=('3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240'
+            '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -rf src/lib/{liblame,libx264,libffmpeg}
+
+  patch -p1 -i "$srcdir/disable-fc-cache.patch"
+  sed -i 's/lib64/lib/g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --libdir=/usr/lib \
+    --enable-gnomeui3 \
+    --enable-external-ffmpeg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" realdocdir="/usr/share/doc/vice" install -j1
+  ln -s /usr/share/doc/vice "${pkgdir}/usr/lib/vice/doc"
+}

Deleted: extra-x86_64/disable-fc-cache.patch
===================================================================
--- extra-x86_64/disable-fc-cache.patch	2017-04-20 07:05:02 UTC (rev 293297)
+++ extra-x86_64/disable-fc-cache.patch	2017-04-20 07:05:30 UTC (rev 293298)
@@ -1,16 +0,0 @@
---- a/configure.ac.orig	2016-12-15 04:44:32.000000000 +0100
-+++ b/configure.ac	2017-01-05 23:24:59.072247182 +0100
-@@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
- 
- fi
- 
--AC_PATH_PROGS(FCCACHE, fc-cache, false)
--if test x"$FCCACHE" = "xfalse"; then
--  AM_CONDITIONAL(HAVE_FC_CACHE, false)
--else
--  AM_CONDITIONAL(HAVE_FC_CACHE, true)
--fi
-+AM_CONDITIONAL(HAVE_FC_CACHE, false)
- 
- if test x"$is_amigaos4" = "xyes"; then
-   if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then

Copied: vice/repos/extra-x86_64/disable-fc-cache.patch (from rev 293297, vice/trunk/disable-fc-cache.patch)
===================================================================
--- extra-x86_64/disable-fc-cache.patch	                        (rev 0)
+++ extra-x86_64/disable-fc-cache.patch	2017-04-20 07:05:30 UTC (rev 293298)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig	2016-12-15 04:44:32.000000000 +0100
++++ b/configure.ac	2017-01-05 23:24:59.072247182 +0100
+@@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
+ 
+ fi
+ 
+-AC_PATH_PROGS(FCCACHE, fc-cache, false)
+-if test x"$FCCACHE" = "xfalse"; then
+-  AM_CONDITIONAL(HAVE_FC_CACHE, false)
+-else
+-  AM_CONDITIONAL(HAVE_FC_CACHE, true)
+-fi
++AM_CONDITIONAL(HAVE_FC_CACHE, false)
+ 
+ if test x"$is_amigaos4" = "xyes"; then
+   if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then



More information about the arch-commits mailing list