Date: Sunday, December 25, 2022 @ 18:21:40
Author: arodseth
Revision: 1365820
archrelease: copy trunk to community-x86_64
Added:
vice/repos/community-x86_64/PKGBUILD
(from rev 1365819, vice/trunk/PKGBUILD)
vice/repos/community-x86_64/disable-fc-cache.patch
(from rev 1365819, vice/trunk/disable-fc-cache.patch)
Deleted:
vice/repos/community-x86_64/PKGBUILD
vice/repos/community-x86_64/disable-fc-cache.patch
------------------------+
PKGBUILD | 90 ++++++++++++++++++++++++-----------------------
disable-fc-cache.patch | 32 ++++++++--------
2 files changed, 62 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-25 18:21:35 UTC (rev 1365819)
+++ PKGBUILD 2022-12-25 18:21:40 UTC (rev 1365820)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
-
-pkgname=vice
-pkgver=3.6.1
-pkgrel=2
-pkgdesc='Versatile Commodore 8-bit Emulator'
-arch=(x86_64)
-license=(GPL)
-url='https://vice-emu.sourceforge.io/'
-depends=(alsa-lib giflib glew gtk3 libjpeg-turbo libpng libpulse python sdl2
sdl2_image)
-makedepends=(dos2unix ffmpeg4.4 libpcap libxaw texlive-bin texlive-core xa
xorg-bdftopcf xorg-mkfontdir)
-source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-${pkgver%.0}.tar.gz"
- disable-fc-cache.patch)
-b2sums=('129171380f3bd23d579dc29a96419446169cf9a98d2fec82951fa192914846053d213a19b395c9ca30596859cce35bcfea0de0c0a7461c45cb38511a546ca4b2'
-
'a27ff2a70537a57fd1c3be561181403fede8a6fd75ca8a31a4a4ed97b010cd8f8f0376a619be126ac22ad8c81bf0d1fd9c7e5e411bf94da32006c9ecdd10d32e')
-
-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"
- PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" \
- ./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
-}
Copied: vice/repos/community-x86_64/PKGBUILD (from rev 1365819,
vice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-25 18:21:40 UTC (rev 1365820)
@@ -0,0 +1,46 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=vice
+pkgver=3.7
+pkgrel=1
+pkgdesc='Versatile Commodore Emulator'
+arch=(x86_64)
+license=(GPL)
+url='https://vice-emu.sourceforge.io/'
+depends=(alsa-lib giflib glew gtk3 libjpeg-turbo libpng libpulse python sdl2
sdl2_image)
+makedepends=(dos2unix ffmpeg4.4 libpcap libxaw texlive-bin texlive-core xa
xorg-bdftopcf xorg-mkfontdir)
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-${pkgver%.0}.tar.gz"
+ disable-fc-cache.patch)
+b2sums=('1723db7370e4fbc84148edc6b29f8ad08b153272a8306083add2e412659d7c2178e03372cffde4a3674368b8c4ed6ffd43e37bda158ec97969b400a351e47f7b'
+
'a27ff2a70537a57fd1c3be561181403fede8a6fd75ca8a31a4a4ed97b010cd8f8f0376a619be126ac22ad8c81bf0d1fd9c7e5e411bf94da32006c9ecdd10d32e')
+
+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"
+ PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" \
+ ./configure \
+ --enable-ffmpeg \
+ --enable-gtk3ui \
+ --enable-sdl2ui \
+ --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 2022-12-25 18:21:35 UTC (rev 1365819)
+++ disable-fc-cache.patch 2022-12-25 18:21:40 UTC (rev 1365820)
@@ -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/community-x86_64/disable-fc-cache.patch (from rev 1365819,
vice/trunk/disable-fc-cache.patch)
===================================================================
--- disable-fc-cache.patch (rev 0)
+++ disable-fc-cache.patch 2022-12-25 18:21:40 UTC (rev 1365820)
@@ -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