[arch-commits] Commit in vice/repos/community-x86_64 (4 files)

2020-12-25 Thread Alexander Rødseth via arch-commits
Date: Friday, December 25, 2020 @ 21:36:38
  Author: arodseth
Revision: 791011

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   87 +++
 disable-fc-cache.patch |   32 -
 2 files changed, 59 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-25 21:36:32 UTC (rev 791010)
+++ PKGBUILD2020-12-25 21:36:38 UTC (rev 791011)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=vice
-pkgver=3.4
-pkgrel=3
-pkgdesc='The Versatile Commodore 8-bit Emulator'
-arch=(x86_64)
-license=(GPL)
-url='https://vice-emu.sourceforge.io/'
-depends=(alsa-lib giflib libjpeg-turbo libpng libpulse sdl2)
-makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
-source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
-disable-fc-cache.patch)
-sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
-'8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -rf src/lib/{liblame,libx264,libffmpeg}
-  patch -p1 -i ../disable-fc-cache.patch
-  sed -i 's/lib64/lib/g' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export CFLAGS="$CFLAGS -w -Wl,--allow-multiple-definition"
-  ./configure \
---enable-external-ffmpeg \
---enable-x64 \
---libdir=/usr/lib \
---prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-DESTDIR="$pkgdir" \
-realdocdir=/usr/share/doc/vice \
-install -j1
-  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
-}

Copied: vice/repos/community-x86_64/PKGBUILD (from rev 791010, 
vice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-25 21:36:38 UTC (rev 791011)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=vice
+pkgver=3.5
+pkgrel=1
+pkgdesc='Versatile Commodore 8-bit Emulator'
+arch=(x86_64)
+license=(GPL)
+url='https://vice-emu.sourceforge.io/'
+depends=(alsa-lib giflib glew libjpeg-turbo libpng libpulse python sdl2 gtk3)
+makedepends=(dos2unix ffmpeg libpcap libxaw texlive-bin texlive-core xa 
xorg-bdftopcf xorg-mkfontdir)
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
+disable-fc-cache.patch)
+sha256sums=('56b978faaeb8b2896032bd604d03c3501002187eef1ca58ceced40f11a65dc0e'
+'8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -rf src/lib/{liblame,libx264,libffmpeg}
+  patch -p1 -i ../disable-fc-cache.patch
+  sed -i 's/lib64/lib/g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CFLAGS="$CFLAGS -w -Wl,--allow-multiple-definition"
+  ./configure \
+--enable-external-ffmpeg \
+--enable-x64 \
+--libdir=/usr/lib \
+--prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+DESTDIR="$pkgdir" \
+realdocdir=/usr/share/doc/vice \
+install
+}

Deleted: disable-fc-cache.patch
===
--- disable-fc-cache.patch  2020-12-25 21:36:32 UTC (rev 791010)
+++ disable-fc-cache.patch  2020-12-25 21:36:38 UTC (rev 791011)
@@ -1,16 +0,0 @@
 a/configure.ac.orig2016-12-15 04:44:32.0 +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/community-x86_64/disable-fc-cache.patch (from rev 791010, 
vice/trunk/disable-fc-cache.patch)
===
--- disable-fc-cache.patch  (rev 0)
+++ disable-fc-cache.patch  2020-12-25 21:36:38 UTC (rev 791011)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig2016-12-15 04:44:32.0 +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, 

[arch-commits] Commit in vice/repos/community-x86_64 (4 files)

2020-11-26 Thread Alexander Rødseth via arch-commits
Date: Thursday, November 26, 2020 @ 12:31:55
  Author: arodseth
Revision: 763339

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   89 +++
 disable-fc-cache.patch |   32 
 2 files changed, 60 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 12:31:48 UTC (rev 763338)
+++ PKGBUILD2020-11-26 12:31:55 UTC (rev 763339)
@@ -1,45 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=vice
-pkgver=3.4
-pkgrel=2
-pkgdesc='The Versatile Commodore 8-bit Emulator'
-arch=(x86_64)
-license=(GPL)
-url='https://vice-emu.sourceforge.net/'
-depends=(giflib libjpeg-turbo libpng libpulse sdl2)
-makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
-source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
-disable-fc-cache.patch)
-sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
-'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-external-ffmpeg \
---enable-x64
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-DESTDIR="$pkgdir" \
-realdocdir="/usr/share/doc/vice" \
-install -j1
-  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vice/repos/community-x86_64/PKGBUILD (from rev 763338, 
vice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 12:31:55 UTC (rev 763339)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=vice
+pkgver=3.4
+pkgrel=3
+pkgdesc='The Versatile Commodore 8-bit Emulator'
+arch=(x86_64)
+license=(GPL)
+url='https://vice-emu.sourceforge.io/'
+depends=(alsa-lib giflib libjpeg-turbo libpng libpulse sdl2)
+makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
+disable-fc-cache.patch)
+sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
+'8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -rf src/lib/{liblame,libx264,libffmpeg}
+  patch -p1 -i ../disable-fc-cache.patch
+  sed -i 's/lib64/lib/g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CFLAGS="$CFLAGS -w -Wl,--allow-multiple-definition"
+  ./configure \
+--enable-external-ffmpeg \
+--enable-x64 \
+--libdir=/usr/lib \
+--prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+DESTDIR="$pkgdir" \
+realdocdir=/usr/share/doc/vice \
+install -j1
+  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
+}

Deleted: disable-fc-cache.patch
===
--- disable-fc-cache.patch  2020-11-26 12:31:48 UTC (rev 763338)
+++ disable-fc-cache.patch  2020-11-26 12:31:55 UTC (rev 763339)
@@ -1,16 +0,0 @@
 a/configure.ac.orig2016-12-15 04:44:32.0 +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/community-x86_64/disable-fc-cache.patch (from rev 763338, 
vice/trunk/disable-fc-cache.patch)
===
--- disable-fc-cache.patch  (rev 0)
+++ disable-fc-cache.patch  2020-11-26 12:31:55 UTC (rev 763339)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig2016-12-15 04:44:32.0 +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 

[arch-commits] Commit in vice/repos/community-x86_64 (4 files)

2020-02-16 Thread Alexander Rødseth via arch-commits
Date: Sunday, February 16, 2020 @ 20:45:25
  Author: arodseth
Revision: 572854

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   86 ---
 disable-fc-cache.patch |   32 -
 2 files changed, 61 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 20:45:18 UTC (rev 572853)
+++ PKGBUILD2020-02-16 20:45:25 UTC (rev 572854)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=vice
-pkgver=3.4
-pkgrel=1
-pkgdesc='The Versatile Commodore 8-bit Emulator'
-arch=(x86_64)
-license=(GPL)
-url='https://vice-emu.sourceforge.net/'
-depends=(giflib libjpeg-turbo libpng libpulse sdl2)
-makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
-source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
-disable-fc-cache.patch)
-sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
-'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-external-ffmpeg
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-DESTDIR="$pkgdir" \
-realdocdir="/usr/share/doc/vice" \
-install -j1
-  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vice/repos/community-x86_64/PKGBUILD (from rev 572853, 
vice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 20:45:25 UTC (rev 572854)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=vice
+pkgver=3.4
+pkgrel=2
+pkgdesc='The Versatile Commodore 8-bit Emulator'
+arch=(x86_64)
+license=(GPL)
+url='https://vice-emu.sourceforge.net/'
+depends=(giflib libjpeg-turbo libpng libpulse sdl2)
+makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
+disable-fc-cache.patch)
+sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
+'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-external-ffmpeg \
+--enable-x64
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+DESTDIR="$pkgdir" \
+realdocdir="/usr/share/doc/vice" \
+install -j1
+  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: disable-fc-cache.patch
===
--- disable-fc-cache.patch  2020-02-16 20:45:18 UTC (rev 572853)
+++ disable-fc-cache.patch  2020-02-16 20:45:25 UTC (rev 572854)
@@ -1,16 +0,0 @@
 a/configure.ac.orig2016-12-15 04:44:32.0 +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/community-x86_64/disable-fc-cache.patch (from rev 572853, 
vice/trunk/disable-fc-cache.patch)
===
--- disable-fc-cache.patch  (rev 0)
+++ disable-fc-cache.patch  2020-02-16 20:45:25 UTC (rev 572854)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig2016-12-15 04:44:32.0 +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)

[arch-commits] Commit in vice/repos/community-x86_64 (4 files)

2020-02-12 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 12, 2020 @ 14:55:07
  Author: arodseth
Revision: 569353

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   80 ---
 disable-fc-cache.patch |   32 +-
 2 files changed, 57 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 14:55:01 UTC (rev 569352)
+++ PKGBUILD2020-02-12 14:55:07 UTC (rev 569353)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=vice
-pkgver=3.3
-pkgrel=3
-pkgdesc='The Versatile Commodore 8-bit Emulator'
-arch=(x86_64)
-license=(GPL)
-url='https://vice-emu.sourceforge.net/'
-depends=(giflib libjpeg-turbo libpng libpulse sdl2)
-makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
-source=("https://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
-disable-fc-cache.patch)
-sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
-'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-external-ffmpeg
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" realdocdir="/usr/share/doc/vice" -C $pkgname-$pkgver \
-install -j1
-  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vice/repos/community-x86_64/PKGBUILD (from rev 569352, 
vice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 14:55:07 UTC (rev 569353)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=vice
+pkgver=3.4
+pkgrel=1
+pkgdesc='The Versatile Commodore 8-bit Emulator'
+arch=(x86_64)
+license=(GPL)
+url='https://vice-emu.sourceforge.net/'
+depends=(giflib libjpeg-turbo libpng libpulse sdl2)
+makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
+disable-fc-cache.patch)
+sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
+'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-external-ffmpeg
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+DESTDIR="$pkgdir" \
+realdocdir="/usr/share/doc/vice" \
+install -j1
+  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: disable-fc-cache.patch
===
--- disable-fc-cache.patch  2020-02-12 14:55:01 UTC (rev 569352)
+++ disable-fc-cache.patch  2020-02-12 14:55:07 UTC (rev 569353)
@@ -1,16 +0,0 @@
 a/configure.ac.orig2016-12-15 04:44:32.0 +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/community-x86_64/disable-fc-cache.patch (from rev 569352, 
vice/trunk/disable-fc-cache.patch)
===
--- disable-fc-cache.patch  (rev 0)
+++ disable-fc-cache.patch  2020-02-12 14:55:07 UTC (rev 569353)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig2016-12-15 04:44:32.0 +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

[arch-commits] Commit in vice/repos/community-x86_64 (4 files)

2019-02-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, February 21, 2019 @ 11:51:32
  Author: arodseth
Revision: 434976

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   81 ++-
 disable-fc-cache.patch |   32 +-
 2 files changed, 55 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-21 11:51:25 UTC (rev 434975)
+++ PKGBUILD2019-02-21 11:51:32 UTC (rev 434976)
@@ -1,42 +0,0 @@
-# Maintainer:
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=vice
-pkgver=3.3
-pkgrel=2
-pkgdesc="The Versatile Commodore 8-bit Emulator"
-arch=('x86_64')
-license=('GPL')
-url="http://vice-emu.sourceforge.net/;
-depends=('libpulse' 'giflib' 'libpng' 'libjpeg-turbo' 'sdl2')
-makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg' 'xa')
-source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
-'disable-fc-cache.patch')
-sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
-'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-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/community-x86_64/PKGBUILD (from rev 434975, 
vice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-21 11:51:32 UTC (rev 434976)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=vice
+pkgver=3.3
+pkgrel=3
+pkgdesc='The Versatile Commodore 8-bit Emulator'
+arch=(x86_64)
+license=(GPL)
+url='https://vice-emu.sourceforge.net/'
+depends=(giflib libjpeg-turbo libpng libpulse sdl2)
+makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
+disable-fc-cache.patch)
+sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
+'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-external-ffmpeg
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" realdocdir="/usr/share/doc/vice" -C $pkgname-$pkgver \
+install -j1
+  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: disable-fc-cache.patch
===
--- disable-fc-cache.patch  2019-02-21 11:51:25 UTC (rev 434975)
+++ disable-fc-cache.patch  2019-02-21 11:51:32 UTC (rev 434976)
@@ -1,16 +0,0 @@
 a/configure.ac.orig2016-12-15 04:44:32.0 +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/community-x86_64/disable-fc-cache.patch (from rev 434975, 
vice/trunk/disable-fc-cache.patch)
===
--- disable-fc-cache.patch  (rev 0)
+++ disable-fc-cache.patch  2019-02-21 11:51:32 UTC (rev 434976)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig2016-12-15 04:44:32.0 +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

[arch-commits] Commit in vice/repos/community-x86_64 (4 files)

2018-12-22 Thread Antonio Rojas via arch-commits
Date: Saturday, December 22, 2018 @ 09:58:32
  Author: arojas
Revision: 417526

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   88 ++-
 disable-fc-cache.patch |   32 -
 2 files changed, 58 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 09:58:05 UTC (rev 417525)
+++ PKGBUILD2018-12-22 09:58:32 UTC (rev 417526)
@@ -1,46 +0,0 @@
-# Maintainer:
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=vice
-pkgver=3.2
-pkgrel=1
-pkgdesc="The Versatile Commodore 8-bit Emulator"
-arch=('x86_64')
-license=('GPL')
-url="http://vice-emu.sourceforge.net/;
-depends=('gtkglext' 'libpulse' 'giflib')
-makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg' 'xa')
-source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
-'disable-fc-cache.patch')
-sha256sums=('28d99f5e110720c97ef16d8dd4219cf9a67661d58819835d19378143697ba523'
-'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
-
-  sed -e 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_&|g' -e 
's|CODEC_FLAG_GLOBAL_HEADER|AV_&|g' -e 's|\& AVFMT_RAWPICTURE||' \
--i src/gfxoutputdrv/ffmpegdrv.c # Fix build with ffmpeg 4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib \
---enable-gnomeui \
---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/community-x86_64/PKGBUILD (from rev 417525, 
vice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-22 09:58:32 UTC (rev 417526)
@@ -0,0 +1,42 @@
+# Maintainer:
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=vice
+pkgver=3.3
+pkgrel=1
+pkgdesc="The Versatile Commodore 8-bit Emulator"
+arch=('x86_64')
+license=('GPL')
+url="http://vice-emu.sourceforge.net/;
+depends=('libpulse' 'giflib' 'libpng' 'libjpeg-turbo' 'sdl2')
+makedepends=('xorg-bdftopcf' 'xorg-mkfontdir' 'libpcap' 'libxaw' 'ffmpeg' 'xa')
+source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
+'disable-fc-cache.patch')
+sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
+'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-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: disable-fc-cache.patch
===
--- disable-fc-cache.patch  2018-12-22 09:58:05 UTC (rev 417525)
+++ disable-fc-cache.patch  2018-12-22 09:58:32 UTC (rev 417526)
@@ -1,16 +0,0 @@
 a/configure.ac.orig2016-12-15 04:44:32.0 +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/community-x86_64/disable-fc-cache.patch (from rev 417525, 
vice/trunk/disable-fc-cache.patch)
===
--- disable-fc-cache.patch  (rev 0)
+++ disable-fc-cache.patch  2018-12-22 09:58:32 UTC (rev 417526)
@@ -0,0 +1,16 @@
+--- a/configure.ac.orig2016-12-15 04:44:32.0 +0100
 b/configure.ac 2017-01-05 23:24:59.072247182 +0100
+@@ -2998,12 +2998,7 @@ if test x"$enable_lame" !=