* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2020-08-29 14:14 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2020-08-29 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 84ab8aa2301cf73f86539d8a3720f97da01aaf52
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Aug 29 06:00:33 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 06:00:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84ab8aa2
games-util/itch-bin: Remove libnode.so from QA_PREBUILT.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/itch-bin-25.4.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild b/games-util/itch-bin/itch-bin-25.4.1.ebuild
index 3efc412..6eee905 100644
--- a/games-util/itch-bin/itch-bin-25.4.1.ebuild
+++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild
@@ -33,7 +33,6 @@ RDEPEND="
QA_PREBUILT="
/opt/itch-bin/itch
/opt/itch-bin/libffmpeg.so
- /opt/itch-bin/libnode.so
"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2020-08-29 14:14 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2020-08-29 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 55b4038b6e71c9840f8eb0a1c6303345a7b916f0
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Aug 28 17:50:02 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 28 17:51:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55b4038b
games-util/itch-bin: Version bump 25.4.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/Manifest | 1 +
games-util/itch-bin/itch-bin-25.4.1.ebuild | 53 ++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index 7a0a6cf..f32ef70 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1 +1,2 @@
DIST itch-bin-25.4.0.zip 62941242 BLAKE2B c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2 SHA512 6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
+DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01 SHA512 6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild b/games-util/itch-bin/itch-bin-25.4.1.ebuild
new file mode 100644
index 0000000..3efc412
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/"
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="|| ( app-arch/zip app-arch/unzip )"
+RDEPEND="
+ x11-libs/gtk+:3[X,cups]
+ gnome-base/gconf
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/freetype
+ x11-libs/pixman
+ media-libs/libpng:*
+ dev-libs/libpcre
+ net-dns/libidn2
+ net-libs/gnutls
+ dev-libs/libbsd
+ sys-apps/util-linux
+ media-gfx/graphite2
+"
+
+QA_PREBUILT="
+ /opt/itch-bin/itch
+ /opt/itch-bin/libffmpeg.so
+ /opt/itch-bin/libnode.so
+"
+
+S="${WORKDIR}"
+
+src_install() {
+ local destdir="${EPREFIX}/opt/${PN}"
+ insinto "${destdir}"
+ doins -r locales resources
+ doins *.pak *.dat *.bin libffmpeg.so
+
+ exeinto "${destdir}"
+ doexe itch
+ dosym "${destdir}/itch" /usr/bin/itch-bin
+
+ doicon -s 512 "${FILESDIR}/itch-bin.png"
+ make_desktop_entry itch-bin Itch itch-bin Network
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2021-04-08 17:20 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-04-08 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 13600b88e6c0aabc9e3c6e7fd4d4fe912b26a2c2
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Apr 8 14:18:25 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 8 14:18:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13600b88
games-util/itch-bin: Add dependency: x11-libs/libXtst.
Closes: https://bugs.gentoo.org/780978
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/itch-bin-25.4.0.ebuild | 3 ++-
games-util/itch-bin/itch-bin-25.4.1.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild b/games-util/itch-bin/itch-bin-25.4.0.ebuild
index abd7f7d93..290e04f54 100644
--- a/games-util/itch-bin/itch-bin-25.4.0.ebuild
+++ b/games-util/itch-bin/itch-bin-25.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ SLOT="0"
BDEPEND="|| ( app-arch/zip app-arch/unzip )"
RDEPEND="
x11-libs/gtk+:3[X,cups]
+ x11-libs/libXtst
gnome-base/gconf
dev-libs/nss
media-libs/alsa-lib
diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild b/games-util/itch-bin/itch-bin-25.4.1.ebuild
index 6eee90584..1df8a51fa 100644
--- a/games-util/itch-bin/itch-bin-25.4.1.ebuild
+++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ SLOT="0"
BDEPEND="|| ( app-arch/zip app-arch/unzip )"
RDEPEND="
x11-libs/gtk+:3[X,cups]
+ x11-libs/libXtst
gnome-base/gconf
dev-libs/nss
media-libs/alsa-lib
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2021-05-12 9:38 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-05-12 9:38 UTC (permalink / raw
To: gentoo-commits
commit: 5b44b16a316c642f79bddb4e1c45fb7c9f0be8d4
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed May 12 03:56:23 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May 12 03:57:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b44b16a
games-util/itch-bin: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/Manifest | 1 -
games-util/itch-bin/itch-bin-25.4.0.ebuild | 54 ------------------------------
2 files changed, 55 deletions(-)
diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index 95229ea33..29099a9d3 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,3 +1,2 @@
-DIST itch-bin-25.4.0.zip 62941242 BLAKE2B c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2 SHA512 6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01 SHA512 6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e SHA512 17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d
diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild b/games-util/itch-bin/itch-bin-25.4.0.ebuild
deleted file mode 100644
index 290e04f54..000000000
--- a/games-util/itch-bin/itch-bin-25.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="itch.io game browser, installer and launcher"
-HOMEPAGE="https://itch.io/"
-SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> ${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="|| ( app-arch/zip app-arch/unzip )"
-RDEPEND="
- x11-libs/gtk+:3[X,cups]
- x11-libs/libXtst
- gnome-base/gconf
- dev-libs/nss
- media-libs/alsa-lib
- media-libs/freetype
- x11-libs/pixman
- media-libs/libpng:*
- dev-libs/libpcre
- net-dns/libidn2
- net-libs/gnutls
- dev-libs/libbsd
- sys-apps/util-linux
- media-gfx/graphite2
-"
-
-QA_PREBUILT="
- /opt/itch-bin/itch
- /opt/itch-bin/libffmpeg.so
- /opt/itch-bin/libnode.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
- local destdir="${EPREFIX}/opt/${PN}"
- insinto "${destdir}"
- doins -r locales resources
- doins *.pak *.dat *.bin libnode.so libffmpeg.so
-
- exeinto "${destdir}"
- doexe itch
- dosym "${destdir}/itch" /usr/bin/itch-bin
-
- doicon -s 512 "${FILESDIR}/itch-bin.png"
- make_desktop_entry itch-bin Itch itch-bin Network
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2021-05-12 9:38 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-05-12 9:38 UTC (permalink / raw
To: gentoo-commits
commit: a513e0e89c206651e0557f13113704ddec2227ba
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed May 12 03:52:11 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May 12 03:56:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a513e0e8
games-util/itch-bin: Version bump 25.5.1.
- Unbundle libffmpeg.so and libvulkan.so
- Use icon from zip
- Fix desktop entry
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/Manifest | 1 +
games-util/itch-bin/itch-bin-25.5.1.ebuild | 57 ++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index f32ef703d..95229ea33 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,2 +1,3 @@
DIST itch-bin-25.4.0.zip 62941242 BLAKE2B c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2 SHA512 6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01 SHA512 6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
+DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e SHA512 17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d
diff --git a/games-util/itch-bin/itch-bin-25.5.1.ebuild b/games-util/itch-bin/itch-bin-25.5.1.ebuild
new file mode 100644
index 000000000..51f7a05e2
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.5.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/"
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="
+ x11-libs/gtk+:3[X,cups]
+ x11-libs/libXtst
+ gnome-base/gconf
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/freetype
+ x11-libs/pixman
+ media-libs/libpng:*
+ dev-libs/libpcre
+ net-dns/libidn2
+ net-libs/gnutls
+ dev-libs/libbsd
+ sys-apps/util-linux
+ media-gfx/graphite2
+ media-libs/vulkan-loader
+ media-video/ffmpeg[chromium]
+"
+
+QA_PREBUILT="
+ /opt/itch-bin/itch
+ /opt/itch-bin/libvk_swiftshader.so
+"
+
+S="${WORKDIR}"
+
+src_install() {
+ local destdir="${EPREFIX}/opt/${PN}"
+ insinto "${destdir}"
+ doins -r locales resources
+ doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+
+ exeinto "${destdir}"
+ doexe itch
+ dosym "${destdir}/itch" /usr/bin/itch-bin
+
+ newicon -s 256 "resources/app/src/static/images/tray/itch.png" "${PN}.png"
+ newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" "${PN}.png"
+
+ make_desktop_entry itch-bin Itch itch-bin "Network;Game"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2021-05-16 9:24 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-05-16 9:24 UTC (permalink / raw
To: gentoo-commits
commit: a062bbad0eb5fd1950fb7a5f0c550b1528751626
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat May 15 20:51:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May 15 20:51:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a062bbad
games-util/itch-bin: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/itch-bin-25.5.1.ebuild | 57 ------------------------------
1 file changed, 57 deletions(-)
diff --git a/games-util/itch-bin/itch-bin-25.5.1.ebuild b/games-util/itch-bin/itch-bin-25.5.1.ebuild
deleted file mode 100644
index 51f7a05e2..000000000
--- a/games-util/itch-bin/itch-bin-25.5.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="itch.io game browser, installer and launcher"
-HOMEPAGE="https://itch.io/"
-SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> ${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="
- x11-libs/gtk+:3[X,cups]
- x11-libs/libXtst
- gnome-base/gconf
- dev-libs/nss
- media-libs/alsa-lib
- media-libs/freetype
- x11-libs/pixman
- media-libs/libpng:*
- dev-libs/libpcre
- net-dns/libidn2
- net-libs/gnutls
- dev-libs/libbsd
- sys-apps/util-linux
- media-gfx/graphite2
- media-libs/vulkan-loader
- media-video/ffmpeg[chromium]
-"
-
-QA_PREBUILT="
- /opt/itch-bin/itch
- /opt/itch-bin/libvk_swiftshader.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
- local destdir="${EPREFIX}/opt/${PN}"
- insinto "${destdir}"
- doins -r locales resources
- doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
-
- exeinto "${destdir}"
- doexe itch
- dosym "${destdir}/itch" /usr/bin/itch-bin
-
- newicon -s 256 "resources/app/src/static/images/tray/itch.png" "${PN}.png"
- newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" "${PN}.png"
-
- make_desktop_entry itch-bin Itch itch-bin "Network;Game"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2021-05-16 9:24 Andrew Ammerlaan
0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2021-05-16 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 071f8234761f37e2dfb14e03d3842b9cf6ee2570
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat May 15 18:20:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May 15 20:41:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=071f8234
games-util/itch-bin: Add system-ffmpeg use-flag.
Add a symlink to system libffmpeg.so if the use-flag is
active. Workaround for bug 710944.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/itch-bin-25.5.1-r1.ebuild | 65 +++++++++++++++++++++++++++
games-util/itch-bin/metadata.xml | 3 ++
2 files changed, 68 insertions(+)
diff --git a/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild b/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
new file mode 100644
index 000000000..048859c6e
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/"
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> ${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+IUSE="system-ffmpeg"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="
+ x11-libs/gtk+:3[X,cups]
+ x11-libs/libXtst
+ gnome-base/gconf
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/freetype
+ x11-libs/pixman
+ media-libs/libpng:*
+ dev-libs/libpcre
+ net-dns/libidn2
+ net-libs/gnutls
+ dev-libs/libbsd
+ sys-apps/util-linux
+ media-gfx/graphite2
+ media-libs/vulkan-loader
+ system-ffmpeg? ( media-video/ffmpeg[chromium] )
+"
+
+QA_PREBUILT="
+ /opt/itch-bin/itch
+ /opt/itch-bin/libvk_swiftshader.so
+ !system-ffmpeg? ( /opt/itch-bin/libffmpeg.so )
+"
+
+S="${WORKDIR}"
+
+src_install() {
+ local destdir="${EPREFIX}/opt/${PN}"
+ insinto "${destdir}"
+ doins -r locales resources
+ doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+
+ if use system-ffmpeg; then # bug 710944
+ rm libffmpeg.so || die
+ ln -s "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" || die
+ fi
+ doins libffmpeg.so
+
+ exeinto "${destdir}"
+ doexe itch
+ dosym "${destdir}/itch" /usr/bin/itch-bin
+
+ newicon -s 256 "resources/app/src/static/images/tray/itch.png" "${PN}.png"
+ newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" "${PN}.png"
+
+ make_desktop_entry itch-bin Itch itch-bin "Network;Game"
+}
diff --git a/games-util/itch-bin/metadata.xml b/games-util/itch-bin/metadata.xml
index 3f5d07f96..ec180787c 100644
--- a/games-util/itch-bin/metadata.xml
+++ b/games-util/itch-bin/metadata.xml
@@ -8,4 +8,7 @@
<upstream>
<remote-id type="github">itchio/itch</remote-id>
</upstream>
+ <use>
+ <flag name="system-ffmpeg">Use the system-wide <pkg>media-video/ffmpeg</pkg> instead of bundled.</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2023-03-10 5:48 Viorel Munteanu
0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2023-03-10 5:48 UTC (permalink / raw
To: gentoo-commits
commit: 3602cf6f868a464ef67cc359bf051e87d115a9ad
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Mar 9 22:29:33 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 22:29:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3602cf6f
games-util/itch-bin: update EAPI 7 -> 8, small fixes
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
games-util/itch-bin/itch-bin-25.5.1-r2.ebuild | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
index 3dafe302c..e81890c24 100644
--- a/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
+++ b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit desktop xdg
@@ -34,9 +34,9 @@ RDEPEND="
"
QA_PREBUILT="
- /opt/itch-bin/itch
- /opt/itch-bin/libvk_swiftshader.so
- !system-ffmpeg? ( /opt/itch-bin/libffmpeg.so )
+ opt/itch-bin/itch
+ opt/itch-bin/libvk_swiftshader.so
+ !system-ffmpeg? ( opt/itch-bin/libffmpeg.so )
"
S="${WORKDIR}"
@@ -45,13 +45,15 @@ src_install() {
local destdir="${EPREFIX}/opt/${PN}"
insinto "${destdir}"
doins -r locales resources
- doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+ doins ./*.pak ./*.dat ./*.bin ./*.json version libvk_swiftshader.so
if use system-ffmpeg; then # bug 710944
rm libffmpeg.so || die
- ln -s "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" || die
+ dosym -r "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" \
+ ${destdir}/libffmpeg.so
+ else
+ doins libffmpeg.so
fi
- doins libffmpeg.so
exeinto "${destdir}"
doexe itch
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2024-06-12 21:51 Haelwenn Monnier
0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2024-06-12 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 3ff6f514bb718a3c9e3b3ae137bf258377a33236
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Jun 12 16:41:51 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Jun 12 16:42:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ff6f514
games-util/itch-bin: add 26.1.9
Signed-off-by: tea <gentoo <AT> tastytea.de>
games-util/itch-bin/Manifest | 1 +
games-util/itch-bin/itch-bin-26.1.9.ebuild | 67 ++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index d5afea702..4e9414708 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1 +1,2 @@
DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e SHA512 17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d
+DIST itch-bin-26.1.9.zip 118731612 BLAKE2B 1261fe71242350abe0f23f044d2e5e97286554ef1474568d7737fb0a5d473715f1cebea1918338187a3a4ad139464763ef4e9fecd6119c6dc511eb033bf68430 SHA512 aed3753623ee949236e389bfdc6aa9ab4160e82f366990347e7ae57895e81d396bd5c507069c99f41a1c019d3e15c42184c081bdb976cfbe793cae750f0c9a75
diff --git a/games-util/itch-bin/itch-bin-26.1.9.ebuild b/games-util/itch-bin/itch-bin-26.1.9.ebuild
new file mode 100644
index 000000000..3dabe9b28
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-26.1.9.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/"
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> ${P}.zip"
+
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="system-ffmpeg"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="
+ x11-libs/gtk+:3[X,cups]
+ x11-libs/libXtst
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/freetype
+ x11-libs/pixman
+ media-libs/libpng:*
+ dev-libs/libpcre
+ net-dns/libidn2
+ net-libs/gnutls
+ dev-libs/libbsd
+ sys-apps/util-linux
+ media-gfx/graphite2
+ media-libs/vulkan-loader
+ system-ffmpeg? ( media-video/ffmpeg[chromium] )
+"
+
+QA_PREBUILT="
+ opt/itch-bin/itch
+ opt/itch-bin/libvk_swiftshader.so
+ !system-ffmpeg? ( opt/itch-bin/libffmpeg.so )
+"
+
+src_install() {
+ local destdir="${EPREFIX}/opt/${PN}"
+ insinto "${destdir}"
+ doins -r locales resources
+ doins ./*.pak ./*.dat ./*.bin ./*.json version libvk_swiftshader.so
+
+ if use system-ffmpeg; then # bug 710944
+ rm libffmpeg.so || die
+ dosym -r "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" \
+ ${destdir}/libffmpeg.so
+ else
+ doins libffmpeg.so
+ fi
+
+ exeinto "${destdir}"
+ doexe itch
+ dosym "${destdir}/itch" /usr/bin/itch-bin
+
+ newicon -s 256 "resources/app/src/static/images/tray/itch.png" "${PN}.png"
+ newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" "${PN}.png"
+
+ make_desktop_entry itch-bin Itch itch-bin "Network;Game"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/
@ 2024-06-15 15:55 Julien Roy
0 siblings, 0 replies; 10+ messages in thread
From: Julien Roy @ 2024-06-15 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 85966ba635bc2baaa562f2f92aaa85de711222b3
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jun 15 14:05:37 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 15 15:12:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85966ba6
games-util/itch-bin: fix dependencies, sort dependencies
no revbump because the added deps were pulled in by other deps anyway
Closes: https://bugs.gentoo.org/934206
Signed-off-by: tea <gentoo <AT> tastytea.de>
games-util/itch-bin/itch-bin-26.1.9.ebuild | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/games-util/itch-bin/itch-bin-26.1.9.ebuild b/games-util/itch-bin/itch-bin-26.1.9.ebuild
index 3dabe9b28..b8abeb9b7 100644
--- a/games-util/itch-bin/itch-bin-26.1.9.ebuild
+++ b/games-util/itch-bin/itch-bin-26.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,20 +19,23 @@ IUSE="system-ffmpeg"
BDEPEND="app-arch/unzip"
RDEPEND="
- x11-libs/gtk+:3[X,cups]
- x11-libs/libXtst
+ dev-libs/libbsd
+ dev-libs/libpcre
dev-libs/nss
+ media-gfx/graphite2
media-libs/alsa-lib
media-libs/freetype
- x11-libs/pixman
media-libs/libpng:*
- dev-libs/libpcre
+ media-libs/mesa
+ media-libs/vulkan-loader
net-dns/libidn2
net-libs/gnutls
- dev-libs/libbsd
sys-apps/util-linux
- media-gfx/graphite2
- media-libs/vulkan-loader
+ x11-libs/gtk+:3[X,cups]
+ x11-libs/libXtst
+ x11-libs/libdrm
+ x11-libs/libxkbcommon
+ x11-libs/pixman
system-ffmpeg? ( media-video/ffmpeg[chromium] )
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-06-15 15:55 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-10 5:48 [gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2024-06-15 15:55 Julien Roy
2024-06-12 21:51 Haelwenn Monnier
2021-05-16 9:24 Andrew Ammerlaan
2021-05-16 9:24 Andrew Ammerlaan
2021-05-12 9:38 Andrew Ammerlaan
2021-05-12 9:38 Andrew Ammerlaan
2021-04-08 17:20 Andrew Ammerlaan
2020-08-29 14:14 Andrew Ammerlaan
2020-08-29 14:14 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox