Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] scummvm: update to 2.1.0.
@ 2019-10-06 22:27 voidlinux-github
  2019-10-07 10:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-06 22:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

There is a new pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages scummvm
https://github.com/void-linux/void-packages/pull/15196

[WIP] scummvm: update to 2.1.0.
2.1.0 is not yet officially released, but already tagged, 

A patch file from https://github.com/void-linux/void-packages/pull/15196.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-scummvm-15196.patch --]
[-- Type: text/x-diff, Size: 2552 bytes --]

From 44f202c5507f759cd753bd6f96607ba2d24fc9ab Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Mon, 7 Oct 2019 01:22:17 +0300
Subject: [PATCH] scummvm: update to 2.1.0.

---
 srcpkgs/scummvm/template | 40 +++++++++++++++++-----------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template
index c24ae51929e..d5679491bb8 100644
--- a/srcpkgs/scummvm/template
+++ b/srcpkgs/scummvm/template
@@ -1,36 +1,30 @@
 # Template file for 'scummvm'
 pkgname=scummvm
-version=2.0.0
+version=2.1.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
+configure_args="--prefix=/usr --enable-all-engines
+ --enable-release-mode --with-sdl-prefix=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config nasm"
-makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
+makedepends="zlib-devel libpng-devel SDL2-devel libmad-devel faad2-devel
  fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel
  freetype-devel libjpeg-turbo-devel"
 short_desc="Free implementation of LucasArts' SCUMM interpreter"
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.scummvm.org/"
-license="GPL-2"
-distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60
+maintainer="John <johnz@posteo.net>"
+homepage="https://www.scummvm.org/"
+license="GPL-2.0-or-later"
+distfiles="https://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727
 
-if [ "$CROSS_BUILD" ]; then
-	configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm"
-	CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/SDL"
+case "$XBPS_TARGET_MACHINE" in
+	i686*|x86_64*);;
+	*) configure_args+=" --disable-nasm";;
+esac
 
-	pre_configure() {
-		sed -i -e "s|_ranlib=ranlib|_ranlib=${XBPS_CROSS_TRIPLET}-ranlib|" \
-		-e "s|_strip=strip|_strip=${XBPS_CROSS_TRIPLET}-strip|" \
-		-e "s|_ar=\"ar cru\"|_ar=\"${XBPS_CROSS_TRIPLET}-ar cru\"|" \
-		-e "s|_as=\"as\"|_as=\"${XBPS_CROSS_TRIPLET}-as\"|" configure
-	}
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
 fi
 
-do_install() {
-	vbin scummvm
-	vman dists/scummvm.6
-	vinstall dists/scummvm.desktop 644 usr/share/applications
-	vinstall icons/scummvm.xpm 644 usr/share/pixmaps
-	vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
+do_check() {
+	make test
 }

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] scummvm: update to 2.1.0.
  2019-10-06 22:27 [PR PATCH] [WIP] scummvm: update to 2.1.0 voidlinux-github
  2019-10-07 10:30 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-07 10:30 ` voidlinux-github
  2019-10-08 18:09 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-07 10:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages scummvm
https://github.com/void-linux/void-packages/pull/15196

[WIP] scummvm: update to 2.1.0.
2.1.0 is not yet officially released, but already tagged, 

A patch file from https://github.com/void-linux/void-packages/pull/15196.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-scummvm-15196.patch --]
[-- Type: text/x-diff, Size: 2552 bytes --]

From 73e8ac9cae0472090e0766f3a423dea15071a595 Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Mon, 7 Oct 2019 01:22:17 +0300
Subject: [PATCH] scummvm: update to 2.1.0.

---
 srcpkgs/scummvm/template | 40 +++++++++++++++++-----------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template
index c24ae51929e..1db0afc8291 100644
--- a/srcpkgs/scummvm/template
+++ b/srcpkgs/scummvm/template
@@ -1,36 +1,30 @@
 # Template file for 'scummvm'
 pkgname=scummvm
-version=2.0.0
+version=2.1.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
+configure_args="--prefix=/usr --enable-all-engines
+ --enable-release-mode --with-sdl-prefix=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config nasm"
-makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
+makedepends="zlib-devel libpng-devel SDL2-devel libmad-devel faad2-devel
  fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel
  freetype-devel libjpeg-turbo-devel"
 short_desc="Free implementation of LucasArts' SCUMM interpreter"
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.scummvm.org/"
-license="GPL-2"
-distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60
+maintainer="John <johnz@posteo.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.scummvm.org/"
+distfiles="https://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727
 
-if [ "$CROSS_BUILD" ]; then
-	configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm"
-	CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/SDL"
+case "$XBPS_TARGET_MACHINE" in
+	i686*|x86_64*);;
+	*) configure_args+=" --disable-nasm";;
+esac
 
-	pre_configure() {
-		sed -i -e "s|_ranlib=ranlib|_ranlib=${XBPS_CROSS_TRIPLET}-ranlib|" \
-		-e "s|_strip=strip|_strip=${XBPS_CROSS_TRIPLET}-strip|" \
-		-e "s|_ar=\"ar cru\"|_ar=\"${XBPS_CROSS_TRIPLET}-ar cru\"|" \
-		-e "s|_as=\"as\"|_as=\"${XBPS_CROSS_TRIPLET}-as\"|" configure
-	}
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
 fi
 
-do_install() {
-	vbin scummvm
-	vman dists/scummvm.6
-	vinstall dists/scummvm.desktop 644 usr/share/applications
-	vinstall icons/scummvm.xpm 644 usr/share/pixmaps
-	vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
+do_check() {
+	make test
 }

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] scummvm: update to 2.1.0.
  2019-10-06 22:27 [PR PATCH] [WIP] scummvm: update to 2.1.0 voidlinux-github
@ 2019-10-07 10:30 ` voidlinux-github
  2019-10-07 10:30 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-07 10:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages scummvm
https://github.com/void-linux/void-packages/pull/15196

[WIP] scummvm: update to 2.1.0.
2.1.0 is not yet officially released, but already tagged, 

A patch file from https://github.com/void-linux/void-packages/pull/15196.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-scummvm-15196.patch --]
[-- Type: text/x-diff, Size: 2552 bytes --]

From 73e8ac9cae0472090e0766f3a423dea15071a595 Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Mon, 7 Oct 2019 01:22:17 +0300
Subject: [PATCH] scummvm: update to 2.1.0.

---
 srcpkgs/scummvm/template | 40 +++++++++++++++++-----------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template
index c24ae51929e..1db0afc8291 100644
--- a/srcpkgs/scummvm/template
+++ b/srcpkgs/scummvm/template
@@ -1,36 +1,30 @@
 # Template file for 'scummvm'
 pkgname=scummvm
-version=2.0.0
+version=2.1.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
+configure_args="--prefix=/usr --enable-all-engines
+ --enable-release-mode --with-sdl-prefix=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config nasm"
-makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
+makedepends="zlib-devel libpng-devel SDL2-devel libmad-devel faad2-devel
  fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel
  freetype-devel libjpeg-turbo-devel"
 short_desc="Free implementation of LucasArts' SCUMM interpreter"
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.scummvm.org/"
-license="GPL-2"
-distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60
+maintainer="John <johnz@posteo.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.scummvm.org/"
+distfiles="https://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727
 
-if [ "$CROSS_BUILD" ]; then
-	configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm"
-	CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/SDL"
+case "$XBPS_TARGET_MACHINE" in
+	i686*|x86_64*);;
+	*) configure_args+=" --disable-nasm";;
+esac
 
-	pre_configure() {
-		sed -i -e "s|_ranlib=ranlib|_ranlib=${XBPS_CROSS_TRIPLET}-ranlib|" \
-		-e "s|_strip=strip|_strip=${XBPS_CROSS_TRIPLET}-strip|" \
-		-e "s|_ar=\"ar cru\"|_ar=\"${XBPS_CROSS_TRIPLET}-ar cru\"|" \
-		-e "s|_as=\"as\"|_as=\"${XBPS_CROSS_TRIPLET}-as\"|" configure
-	}
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
 fi
 
-do_install() {
-	vbin scummvm
-	vman dists/scummvm.6
-	vinstall dists/scummvm.desktop 644 usr/share/applications
-	vinstall icons/scummvm.xpm 644 usr/share/pixmaps
-	vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
+do_check() {
+	make test
 }

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] scummvm: update to 2.1.0.
  2019-10-06 22:27 [PR PATCH] [WIP] scummvm: update to 2.1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-08 18:09 ` voidlinux-github
@ 2019-10-08 18:09 ` voidlinux-github
  2019-10-12 20:19 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-08 18:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages scummvm
https://github.com/void-linux/void-packages/pull/15196

[WIP] scummvm: update to 2.1.0.
2.1.0 is not yet officially released, but already tagged, 

A patch file from https://github.com/void-linux/void-packages/pull/15196.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-scummvm-15196.patch --]
[-- Type: text/x-diff, Size: 2628 bytes --]

From 524533ce05aaed08abc1d06a8cfa9ed6d438988b Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Mon, 7 Oct 2019 01:22:17 +0300
Subject: [PATCH] scummvm: update to 2.1.0.

---
 srcpkgs/scummvm/template | 43 ++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template
index c24ae51929e..70e5a912720 100644
--- a/srcpkgs/scummvm/template
+++ b/srcpkgs/scummvm/template
@@ -1,36 +1,31 @@
 # Template file for 'scummvm'
 pkgname=scummvm
-version=2.0.0
+version=2.1.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
+configure_args="--prefix=/usr --enable-release-mode
+ --with-sdl-prefix=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config nasm"
-makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
+makedepends="zlib-devel libpng-devel SDL2-devel libmad-devel faad2-devel
  fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel
- freetype-devel libjpeg-turbo-devel"
+ freetype-devel libjpeg-turbo-devel libcurl-devel SDL2_net-devel
+ libmpeg2-devel liba52-devel"
 short_desc="Free implementation of LucasArts' SCUMM interpreter"
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.scummvm.org/"
-license="GPL-2"
-distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60
+maintainer="John <johnz@posteo.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.scummvm.org/"
+distfiles="https://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727
 
-if [ "$CROSS_BUILD" ]; then
-	configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm"
-	CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/SDL"
+case "$XBPS_TARGET_MACHINE" in
+	i686*|x86_64*);;
+	*) configure_args+=" --disable-nasm";;
+esac
 
-	pre_configure() {
-		sed -i -e "s|_ranlib=ranlib|_ranlib=${XBPS_CROSS_TRIPLET}-ranlib|" \
-		-e "s|_strip=strip|_strip=${XBPS_CROSS_TRIPLET}-strip|" \
-		-e "s|_ar=\"ar cru\"|_ar=\"${XBPS_CROSS_TRIPLET}-ar cru\"|" \
-		-e "s|_as=\"as\"|_as=\"${XBPS_CROSS_TRIPLET}-as\"|" configure
-	}
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
 fi
 
-do_install() {
-	vbin scummvm
-	vman dists/scummvm.6
-	vinstall dists/scummvm.desktop 644 usr/share/applications
-	vinstall icons/scummvm.xpm 644 usr/share/pixmaps
-	vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
+do_check() {
+	make test
 }

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] scummvm: update to 2.1.0.
  2019-10-06 22:27 [PR PATCH] [WIP] scummvm: update to 2.1.0 voidlinux-github
  2019-10-07 10:30 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-07 10:30 ` voidlinux-github
@ 2019-10-08 18:09 ` voidlinux-github
  2019-10-08 18:09 ` voidlinux-github
  2019-10-12 20:19 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-08 18:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages scummvm
https://github.com/void-linux/void-packages/pull/15196

[WIP] scummvm: update to 2.1.0.
2.1.0 is not yet officially released, but already tagged, 

A patch file from https://github.com/void-linux/void-packages/pull/15196.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-scummvm-15196.patch --]
[-- Type: text/x-diff, Size: 2628 bytes --]

From 524533ce05aaed08abc1d06a8cfa9ed6d438988b Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Mon, 7 Oct 2019 01:22:17 +0300
Subject: [PATCH] scummvm: update to 2.1.0.

---
 srcpkgs/scummvm/template | 43 ++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template
index c24ae51929e..70e5a912720 100644
--- a/srcpkgs/scummvm/template
+++ b/srcpkgs/scummvm/template
@@ -1,36 +1,31 @@
 # Template file for 'scummvm'
 pkgname=scummvm
-version=2.0.0
+version=2.1.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr --enable-plugins --enable-all-engines"
+configure_args="--prefix=/usr --enable-release-mode
+ --with-sdl-prefix=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config nasm"
-makedepends="zlib-devel libpng-devel SDL-devel libmad-devel faad2-devel
+makedepends="zlib-devel libpng-devel SDL2-devel libmad-devel faad2-devel
  fluidsynth-devel libvorbis-devel libtheora-devel libflac-devel
- freetype-devel libjpeg-turbo-devel"
+ freetype-devel libjpeg-turbo-devel libcurl-devel SDL2_net-devel
+ libmpeg2-devel liba52-devel"
 short_desc="Free implementation of LucasArts' SCUMM interpreter"
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.scummvm.org/"
-license="GPL-2"
-distfiles="http://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60
+maintainer="John <johnz@posteo.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.scummvm.org/"
+distfiles="https://www.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727
 
-if [ "$CROSS_BUILD" ]; then
-	configure_args+=" --host=${XBPS_CROSS_TRIPLET} --disable-nasm"
-	CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/SDL"
+case "$XBPS_TARGET_MACHINE" in
+	i686*|x86_64*);;
+	*) configure_args+=" --disable-nasm";;
+esac
 
-	pre_configure() {
-		sed -i -e "s|_ranlib=ranlib|_ranlib=${XBPS_CROSS_TRIPLET}-ranlib|" \
-		-e "s|_strip=strip|_strip=${XBPS_CROSS_TRIPLET}-strip|" \
-		-e "s|_ar=\"ar cru\"|_ar=\"${XBPS_CROSS_TRIPLET}-ar cru\"|" \
-		-e "s|_as=\"as\"|_as=\"${XBPS_CROSS_TRIPLET}-as\"|" configure
-	}
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
 fi
 
-do_install() {
-	vbin scummvm
-	vman dists/scummvm.6
-	vinstall dists/scummvm.desktop 644 usr/share/applications
-	vinstall icons/scummvm.xpm 644 usr/share/pixmaps
-	vinstall gui/themes/scummmodern.zip 644 usr/share/scummvm
+do_check() {
+	make test
 }

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: [WIP] scummvm: update to 2.1.0.
  2019-10-06 22:27 [PR PATCH] [WIP] scummvm: update to 2.1.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-08 18:09 ` voidlinux-github
@ 2019-10-12 20:19 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-12 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

There's a merged pull request on the void-packages repository

[WIP] scummvm: update to 2.1.0.
https://github.com/void-linux/void-packages/pull/15196

Description:
2.1.0 is not yet officially released, but already tagged, 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-12 20:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 22:27 [PR PATCH] [WIP] scummvm: update to 2.1.0 voidlinux-github
2019-10-07 10:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-07 10:30 ` voidlinux-github
2019-10-08 18:09 ` voidlinux-github
2019-10-08 18:09 ` voidlinux-github
2019-10-12 20:19 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).