[arch-commits] Commit in vice/trunk (PKGBUILD)

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

upgpkg: vice 3.5-1

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 21:21:32 UTC (rev 791009)
+++ PKGBUILD2020-12-25 21:36:32 UTC (rev 791010)
@@ -3,17 +3,17 @@
 # Contributor: Tom Newsom 
 
 pkgname=vice
-pkgver=3.4
-pkgrel=3
-pkgdesc='The Versatile Commodore 8-bit Emulator'
+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 libjpeg-turbo libpng libpulse sdl2)
-makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
+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=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
+sha256sums=('56b978faaeb8b2896032bd604d03c3501002187eef1ca58ceced40f11a65dc0e'
 '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
 
 prepare() {
@@ -39,6 +39,5 @@
   make -C $pkgname-$pkgver \
 DESTDIR="$pkgdir" \
 realdocdir=/usr/share/doc/vice \
-install -j1
-  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
+install
 }


[arch-commits] Commit in vice/trunk (PKGBUILD)

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

upgpkg: vice 3.4-3

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 12:31:36 UTC (rev 763337)
+++ PKGBUILD2020-11-26 12:31:48 UTC (rev 763338)
@@ -4,12 +4,12 @@
 
 pkgname=vice
 pkgver=3.4
-pkgrel=2
+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)
+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)
@@ -19,7 +19,7 @@
 prepare() {
   cd $pkgname-$pkgver
   rm -rf src/lib/{liblame,libx264,libffmpeg}
-  patch -p1 -i "$srcdir/disable-fc-cache.patch"
+  patch -p1 -i ../disable-fc-cache.patch
   sed -i 's/lib64/lib/g' configure.ac
   autoreconf -fi
 }
@@ -26,20 +26,19 @@
 
 build() {
   cd $pkgname-$pkgver
+  export CFLAGS="$CFLAGS -w -Wl,--allow-multiple-definition"
   ./configure \
---prefix=/usr \
+--enable-external-ffmpeg \
+--enable-x64 \
 --libdir=/usr/lib \
---enable-external-ffmpeg \
---enable-x64
+--prefix=/usr
   make
 }
 
 package() {
-  make -C "$pkgname-$pkgver" \
+  make -C $pkgname-$pkgver \
 DESTDIR="$pkgdir" \
-realdocdir="/usr/share/doc/vice" \
+realdocdir=/usr/share/doc/vice \
 install -j1
   ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
 }
-
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in vice/trunk (PKGBUILD)

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

upgpkg: vice 3.4-2

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 20:45:15 UTC (rev 572852)
+++ PKGBUILD2020-02-16 20:45:18 UTC (rev 572853)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The Versatile Commodore 8-bit Emulator'
 arch=(x86_64)
 license=(GPL)
@@ -26,7 +26,11 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-external-ffmpeg
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib \
+--enable-external-ffmpeg \
+--enable-x64
   make
 }
 


[arch-commits] Commit in vice/trunk (PKGBUILD)

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

upgpkg: vice 3.4-1

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 14:49:25 UTC (rev 569351)
+++ PKGBUILD2020-02-12 14:55:01 UTC (rev 569352)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=vice
-pkgver=3.3
-pkgrel=3
+pkgver=3.4
+pkgrel=1
 pkgdesc='The Versatile Commodore 8-bit Emulator'
 arch=(x86_64)
 license=(GPL)
@@ -11,9 +11,9 @@
 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;
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz;
 disable-fc-cache.patch)
-sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
+sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
 '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
 
 prepare() {
@@ -31,7 +31,9 @@
 }
 
 package() {
-  make DESTDIR="$pkgdir" realdocdir="/usr/share/doc/vice" -C $pkgname-$pkgver \
+  make -C "$pkgname-$pkgver" \
+DESTDIR="$pkgdir" \
+realdocdir="/usr/share/doc/vice" \
 install -j1
   ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
 }


[arch-commits] Commit in vice/trunk (PKGBUILD)

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

upgpkg: vice 3.3-3

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   39 ++-
 1 file changed, 18 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-21 11:37:16 UTC (rev 434974)
+++ PKGBUILD2019-02-21 11:51:25 UTC (rev 434975)
@@ -1,25 +1,24 @@
-# Maintainer:
+# Maintainer: Alexander F. Rødseth 
 # 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')
+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}
+  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
@@ -26,17 +25,15 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib \
---enable-external-ffmpeg
+  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" -C $pkgname-$pkgver \
+install -j1
+  ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
+}
 
-  make 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:


[arch-commits] Commit in vice/trunk (PKGBUILD)

2019-01-10 Thread Felix Yan via arch-commits
Date: Friday, January 11, 2019 @ 07:56:32
  Author: felixonmars
Revision: 422296

Readline 8.0 rebuild

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 07:56:10 UTC (rev 422295)
+++ PKGBUILD2019-01-11 07:56:32 UTC (rev 422296)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('x86_64')
 license=('GPL')


[arch-commits] Commit in vice/trunk (PKGBUILD)

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

Update to 3.3

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 09:20:19 UTC (rev 417524)
+++ PKGBUILD2018-12-22 09:58:05 UTC (rev 417525)
@@ -3,17 +3,17 @@
 # Contributor: Tom Newsom 
 
 pkgname=vice
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('x86_64')
 license=('GPL')
 url="http://vice-emu.sourceforge.net/;
-depends=('gtkglext' 'libpulse' 'giflib')
+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=('28d99f5e110720c97ef16d8dd4219cf9a67661d58819835d19378143697ba523'
+sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
 '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
 
 prepare() {
@@ -23,9 +23,6 @@
   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() {
@@ -33,7 +30,6 @@
 
   ./configure --prefix=/usr \
 --libdir=/usr/lib \
---enable-gnomeui \
 --enable-external-ffmpeg
   make
 }


[arch-commits] Commit in vice/trunk (PKGBUILD)

2018-05-21 Thread Antonio Rojas via arch-commits
Date: Monday, May 21, 2018 @ 07:07:12
  Author: arojas
Revision: 324662

Update to 3.2

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-21 06:28:48 UTC (rev 324661)
+++ PKGBUILD2018-05-21 07:07:12 UTC (rev 324662)
@@ -4,17 +4,17 @@
 # Contributor: Tom Newsom 
 
 pkgname=vice
-pkgver=3.1
-pkgrel=2
+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')
+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=('3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240'
+sha256sums=('28d99f5e110720c97ef16d8dd4219cf9a67661d58819835d19378143697ba523'
 '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
 
 prepare() {
@@ -24,6 +24,9 @@
   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() {


[arch-commits] Commit in vice/trunk (PKGBUILD)

2017-12-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 20, 2017 @ 18:14:19
  Author: arojas
Revision: 313399

Switch back to GTK2 (FS#56765)

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-20 17:55:01 UTC (rev 313398)
+++ PKGBUILD2017-12-20 18:14:19 UTC (rev 313399)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer:
+# Contributor: Giovanni Scafora 
 # Contributor: Tom Newsom 
 
 pkgname=vice
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('x86_64')
 license=('GPL')
 url="http://vice-emu.sourceforge.net/;
-depends=('gtk3' 'libpulse' 'giflib')
+depends=('gtkglext' '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')
@@ -30,7 +31,7 @@
 
   ./configure --prefix=/usr \
 --libdir=/usr/lib \
---enable-gnomeui3 \
+--enable-gnomeui \
 --enable-external-ffmpeg
   make
 }


[arch-commits] Commit in vice/trunk (PKGBUILD)

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 07:05:02
  Author: arojas
Revision: 293297

Update to 3.1

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 06:55:55 UTC (rev 293296)
+++ PKGBUILD2017-04-20 07:05:02 UTC (rev 293297)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=vice
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 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')
+sha256sums=('3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240'
+'8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in vice/trunk (PKGBUILD)

2016-11-07 Thread Felix Yan
Date: Monday, November 7, 2016 @ 17:26:02
  Author: felixonmars
Revision: 280049

readline 7.0 rebuild

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 17:19:54 UTC (rev 280048)
+++ PKGBUILD2016-11-07 17:26:02 UTC (rev 280049)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=9
+pkgrel=10
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')


[arch-commits] Commit in vice/trunk (PKGBUILD vice.install)

2016-05-05 Thread Antonio Rojas
Date: Thursday, May 5, 2016 @ 22:40:01
  Author: arojas
Revision: 266970

Hooks

Modified:
  vice/trunk/PKGBUILD
Deleted:
  vice/trunk/vice.install

--+
 PKGBUILD |3 +--
 vice.install |   18 --
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 20:32:48 UTC (rev 266969)
+++ PKGBUILD2016-05-05 20:40:01 UTC (rev 266970)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=8
+pkgrel=9
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,6 @@
 depends=('alsa-lib' 'pulseaudio' 'giflib' 'libxxf86vm' 'vte' 'libnet' 
'libpcap')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
-install=vice.install
 
source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
 'vice-2.4-x11video.patch'
 'vice-2.4-no-fc-cache-no-lib64.patch'

Deleted: vice.install
===
--- vice.install2016-05-05 20:32:48 UTC (rev 266969)
+++ vice.install2016-05-05 20:40:01 UTC (rev 266970)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(vice.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}


[arch-commits] Commit in vice/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:26:30
  Author: bpiotrowski
Revision: 252880

C++11 ABI rebuild

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:13:48 UTC (rev 252879)
+++ PKGBUILD2015-12-06 17:26:30 UTC (rev 252880)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=7
+pkgrel=8
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')


[arch-commits] Commit in vice/trunk (PKGBUILD)

2015-02-08 Thread Giovanni Scafora
Date: Sunday, February 8, 2015 @ 09:36:17
  Author: giovanni
Revision: 231130

upgpkg: vice 2.4-7

Fixed FS42985

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 08:14:22 UTC (rev 231129)
+++ PKGBUILD2015-02-08 08:36:17 UTC (rev 231130)
@@ -4,12 +4,12 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=6
+pkgrel=7
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://vice-emu.sourceforge.net/;
-depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
+depends=('alsa-lib' 'pulseaudio' 'giflib' 'libxxf86vm' 'vte' 'libnet' 
'libpcap')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 install=vice.install
@@ -46,6 +46,7 @@
   ./configure --prefix=/usr \
   --enable-ethernet \
   --with-alsa \
+  --with-pulse \
   --enable-fullscreen \
   --enable-gnomeui \
   --disable-ffmpeg


[arch-commits] Commit in vice/trunk (PKGBUILD vice-2.4-giflib-5.1.0.patch)

2014-06-01 Thread Bartłomiej Piotrowski
Date: Sunday, June 1, 2014 @ 13:56:33
  Author: bpiotrowski
Revision: 214025

upgpkg: vice 2.4-6

rebuild against giflib 5.1.0

Added:
  vice/trunk/vice-2.4-giflib-5.1.0.patch
Modified:
  vice/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 vice-2.4-giflib-5.1.0.patch |   39 +++
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-01 11:47:20 UTC (rev 214024)
+++ PKGBUILD2014-06-01 11:56:33 UTC (rev 214025)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=5
+pkgrel=6
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,12 +17,14 @@
 'vice-2.4-x11video.patch'
 'vice-2.4-no-fc-cache-no-lib64.patch'
 'vice-2.4-notexi-notxt.patch'
-'vice-2.4-zlib-1.2.7.patch')
+'vice-2.4-zlib-1.2.7.patch'
+'vice-2.4-giflib-5.1.0.patch')
 md5sums=('b017647a0c159bbe43cdb81762d1c577'
  '99931efcb779734c9df069e94f0b38a5'
  'b0d1392664decd3169740baf90661710'
  '877f93db1550ea81386aae7c3b578442'
- '9d9f62f05a967a5926df496e86404148')
+ '9d9f62f05a967a5926df496e86404148'
+ '94563e3023d804341f1d252c0e6d1384')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -31,6 +33,7 @@
   patch -Np1 -i ${srcdir}/vice-2.4-no-fc-cache-no-lib64.patch
   patch -Np1 -i ${srcdir}/vice-2.4-notexi-notxt.patch
   patch -Np1 -i ${srcdir}/vice-2.4-zlib-1.2.7.patch
+  patch -Np1 -i ${srcdir}/vice-2.4-giflib-5.1.0.patch
 
   sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
 

Added: vice-2.4-giflib-5.1.0.patch
===
--- vice-2.4-giflib-5.1.0.patch (rev 0)
+++ vice-2.4-giflib-5.1.0.patch 2014-06-01 11:56:33 UTC (rev 214025)
@@ -0,0 +1,39 @@
+diff -rupN a/src/gfxoutputdrv/gifdrv.c b/src/gfxoutputdrv/gifdrv.c
+--- a/src/gfxoutputdrv/gifdrv.c2012-07-25 23:46:05.0 +
 b/src/gfxoutputdrv/gifdrv.c2014-06-01 11:48:40.493722851 +
+@@ -114,7 +114,7 @@ static int gifdrv_open(screenshot_t *scr
+   if (EGifPutScreenDesc(sdata-fd, screenshot-width, screenshot-height, 8, 
0, gif_colors) == GIF_ERROR ||
+   EGifPutImageDesc(sdata-fd, 0, 0, screenshot-width, 
screenshot-height, 0, NULL) == GIF_ERROR)
+   {
+-EGifCloseFile(sdata-fd);
++EGifCloseFile(sdata-fd, NULL);
+ VICE_FreeMapObject(gif_colors);
+ lib_free(sdata-data);
+ lib_free(sdata-ext_filename);
+@@ -145,7 +145,7 @@ static int gifdrv_close(screenshot_t *sc
+ 
+ sdata = screenshot-gfxoutputdrv_data;
+ 
+-EGifCloseFile(sdata-fd);
++EGifCloseFile(sdata-fd, NULL);
+ VICE_FreeMapObject(gif_colors);
+ 
+ /* for some reason giflib will create a file with unexpected
+@@ -184,7 +184,7 @@ static char *gifdrv_memmap_ext_filename;
+ 
+ static int gifdrv_close_memmap(void)
+ {
+-  EGifCloseFile(gifdrv_memmap_fd);
++  EGifCloseFile(gifdrv_memmap_fd, NULL);
+   VICE_FreeMapObject(gif_colors);
+   lib_free(gifdrv_memmap_ext_filename);
+ 
+@@ -231,7 +231,7 @@ static int gifdrv_open_memmap(const char
+   if (EGifPutScreenDesc(gifdrv_memmap_fd, x_size, y_size, 8, 0, gif_colors) 
== GIF_ERROR ||
+   EGifPutImageDesc(gifdrv_memmap_fd, 0, 0, x_size, y_size, 0, NULL) == 
GIF_ERROR)
+   {
+-EGifCloseFile(gifdrv_memmap_fd);
++EGifCloseFile(gifdrv_memmap_fd, NULL);
+ VICE_FreeMapObject(gif_colors);
+ lib_free(gifdrv_memmap_ext_filename);
+ return -1;



[arch-commits] Commit in vice/trunk (PKGBUILD)

2014-02-07 Thread Giovanni Scafora
Date: Friday, February 7, 2014 @ 17:53:39
  Author: giovanni
Revision: 205561

upgpkg: vice 2.4-5

Fixed FS38807

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-07 16:24:49 UTC (rev 205560)
+++ PKGBUILD2014-02-07 16:53:39 UTC (rev 205561)
@@ -4,11 +4,11 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=4
+pkgrel=5
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
-url=http://www.viceteam.org/;
+url=http://vice-emu.sourceforge.net/;
 depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
 makedepends=('xorg-font-utils')
 options=('!makeflags')



[arch-commits] Commit in vice/trunk (PKGBUILD)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 16:04:26
  Author: jgc
Revision: 191774

giflib rebuild
upgpkg: vice 2.4-4

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 11:52:34 UTC (rev 191773)
+++ PKGBUILD2013-07-30 14:04:26 UTC (rev 191774)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=3
+pkgrel=4
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,7 +25,7 @@
  '9d9f62f05a967a5926df496e86404148')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   patch -Np1 -i ${srcdir}/vice-2.4-x11video.patch
   patch -Np1 -i ${srcdir}/vice-2.4-no-fc-cache-no-lib64.patch
@@ -38,7 +38,7 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
   --enable-ethernet \
@@ -50,7 +50,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} realdocdir=/usr/share/doc/vice install
   ln -s /usr/share/doc/vice ${pkgdir}/usr/lib/vice/doc



[arch-commits] Commit in vice/trunk (PKGBUILD)

2013-04-30 Thread Evangelos Foutras
Date: Tuesday, April 30, 2013 @ 16:04:15
  Author: foutrelis
Revision: 183989

upgpkg: vice 2.4-3

libpng 1.6 rebuild.

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-30 12:16:18 UTC (rev 183988)
+++ PKGBUILD2013-04-30 14:04:15 UTC (rev 183989)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -24,7 +24,7 @@
  '877f93db1550ea81386aae7c3b578442'
  '9d9f62f05a967a5926df496e86404148')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   patch -Np1 -i ${srcdir}/vice-2.4-x11video.patch
@@ -32,7 +32,14 @@
   patch -Np1 -i ${srcdir}/vice-2.4-notexi-notxt.patch
   patch -Np1 -i ${srcdir}/vice-2.4-zlib-1.2.7.patch
 
-  autoreconf
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+
+  autoreconf -vi
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   ./configure --prefix=/usr \
   --enable-ethernet \
   --with-alsa \



[arch-commits] Commit in vice/trunk (PKGBUILD)

2012-11-06 Thread Giovanni Scafora
Date: Tuesday, November 6, 2012 @ 14:33:03
  Author: giovanni
Revision: 170376

upgpkg: vice 2.4-2

Added ethernet support

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 18:49:16 UTC (rev 170375)
+++ PKGBUILD2012-11-06 19:33:03 UTC (rev 170376)
@@ -4,12 +4,12 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=The Versatile Commodore 8-bit Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.viceteam.org/;
-depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte')
+depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 install=vice.install
@@ -34,9 +34,11 @@
 
   autoreconf
   ./configure --prefix=/usr \
+  --enable-ethernet \
   --with-alsa \
   --enable-fullscreen \
-  --enable-gnomeui
+  --enable-gnomeui \
+  --disable-ffmpeg
   make
 }
 



[arch-commits] Commit in vice/trunk (PKGBUILD)

2012-01-19 Thread Giovanni Scafora
Date: Thursday, January 19, 2012 @ 07:54:20
  Author: giovanni
Revision: 146937

upgpkg: vice 2.3-5

libpng 1.5 rebuild

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 12:08:17 UTC (rev 146936)
+++ PKGBUILD2012-01-19 12:54:20 UTC (rev 146937)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.3
-pkgrel=4
+pkgrel=5
 pkgdesc=A Versatile Commodore Emulator
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in vice/trunk (PKGBUILD)

2011-12-01 Thread Giovanni Scafora
Date: Thursday, December 1, 2011 @ 10:39:55
  Author: giovanni
Revision: 143991

upgpkg: vice 2.3-4

rebuild

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-01 15:29:15 UTC (rev 143990)
+++ PKGBUILD2011-12-01 15:39:55 UTC (rev 143991)
@@ -4,17 +4,17 @@
 
 pkgname=vice
 pkgver=2.3
-pkgrel=3
+pkgrel=4
 pkgdesc=A Versatile Commodore Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.viceteam.org/;
-depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg' 
'libpng' 'libxaw' 
-'libxxf86vm')
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 
+ 'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz
-vice-2.3-x11video.patch)
+source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
+'vice-2.3-x11video.patch')
 md5sums=('b48d137874daad50c087a0686cbdde34'
  '088292ce9efe785edfb2b0c7c670785e')
 



[arch-commits] Commit in vice/trunk (PKGBUILD)

2011-08-02 Thread Giovanni Scafora
Date: Tuesday, August 2, 2011 @ 17:30:16
  Author: giovanni
Revision: 134316

upgpkg: vice 2.3-2
esound is deprecated. rebuild.

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-02 21:15:25 UTC (rev 134315)
+++ PKGBUILD2011-08-02 21:30:16 UTC (rev 134316)
@@ -4,12 +4,12 @@
 
 pkgname=vice
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A Versatile Commodore Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.viceteam.org/;
-depends=('esound' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg=8' 
'libpng=1.4.0' 'libxaw' 'libxxf86vm')
+depends=('gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg' 'libpng' 
'libxaw' 'libxxf86vm')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz
@@ -20,14 +20,14 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch || return 1
+  patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
   ./configure --prefix=/usr \
   --enable-fullscreen
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in vice/trunk (PKGBUILD)

2011-08-02 Thread Giovanni Scafora
Date: Tuesday, August 2, 2011 @ 19:08:23
  Author: giovanni
Revision: 134333

upgpkg: vice 2.3-3
added alsa support

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-02 22:51:20 UTC (rev 134332)
+++ PKGBUILD2011-08-02 23:08:23 UTC (rev 134333)
@@ -4,12 +4,13 @@
 
 pkgname=vice
 pkgver=2.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A Versatile Commodore Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.viceteam.org/;
-depends=('gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg' 'libpng' 
'libxaw' 'libxxf86vm')
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg' 
'libpng' 'libxaw' 
+'libxxf86vm')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz
@@ -22,6 +23,7 @@
 
   patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
   ./configure --prefix=/usr \
+  --with-alsa \
   --enable-fullscreen
   make
 }



[arch-commits] Commit in vice/trunk (PKGBUILD)

2010-01-18 Thread Andrea Scarpino
Date: Monday, January 18, 2010 @ 20:16:29
  Author: andrea
Revision: 63908

upgpkg: vice 2.2-2
libpng rebuild

Modified:
  vice/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-19 01:06:34 UTC (rev 63907)
+++ PKGBUILD2010-01-19 01:16:29 UTC (rev 63908)
@@ -4,12 +4,12 @@
 
 pkgname=vice
 pkgver=2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A Versatile Commodore Emulator
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.viceteam.org/;
-depends=('esound' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg' 
'libpng' 'libxaw' 'libxxf86vm')
+depends=('esound' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg=8' 
'libpng=1.4.0' 'libxaw' 'libxxf86vm')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 
source=(http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$pkgname-$pkgver.tar.gz