1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2026-04-05 23:06:34 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
8cbdc280ef metadata: update md5-cache 2025-12-29 17:47:14 +01:00
967ac7cea7 media-video/clapper: add 0.10.0 2025-12-29 17:46:48 +01:00
44 changed files with 144 additions and 41 deletions

View File

@@ -1 +1,2 @@
DIST clapper-0.10.0.tar.gz 444586 BLAKE2B 22252f7470b70b41451023039b27e5bed6265d6782912dcad22af7532670f59d4463cc86c2fbeb168c9dda7016a4b175479a4bd93883f34eee07535af767d847 SHA512 b9f36ffecaedceb8779c6328896226a02fa730123d05c7d6f4738e647d0513cabc5ef52dd299a832405ab7e787cd14cc1b7edac3883375b47577017ba3f75e76
DIST clapper-0.8.0.tar.gz 370473 BLAKE2B e54f5f590dff25ebaad523bf6236099ce2249463ac556c1e5fe27437a5ebd658a5296315daa60530b53e45cc15caf41b464f58a277ffa604f32eaa3ea6ca3c15 SHA512 2690eb37918a84af0258813e3005ff3b6050e1d9da38ac42036e3e03b5f4807f53fcf9353938aebcc9859dbb00aca12792ad166fdf774787b5d1cc27c6b2ef1e DIST clapper-0.8.0.tar.gz 370473 BLAKE2B e54f5f590dff25ebaad523bf6236099ce2249463ac556c1e5fe27437a5ebd658a5296315daa60530b53e45cc15caf41b464f58a277ffa604f32eaa3ea6ca3c15 SHA512 2690eb37918a84af0258813e3005ff3b6050e1d9da38ac42036e3e03b5f4807f53fcf9353938aebcc9859dbb00aca12792ad166fdf774787b5d1cc27c6b2ef1e

View File

@@ -0,0 +1,86 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
VALA_MIN_API_VERSION="0.56"
VALA_USE_DEPEND="vapigen"
inherit meson vala gnome2-utils
DESCRIPTION="Modern media player designed for simplicity"
HOMEPAGE="https://github.com/Rafostar/clapper"
SRC_URI="
https://github.com/Rafostar/clapper/archive/${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="GPL-3 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc gstreamer introspection plugins +server vala"
REQUIRED_USE="doc? ( introspection )"
DEPEND="
>=dev-libs/glib-2.76.0
>=media-libs/gstreamer-1.24.0:=
>=gui-libs/gtk-4.10.0
>=gui-libs/libadwaita-1.5.0
>=media-libs/gst-plugins-base-1.24.0
introspection? ( dev-libs/gobject-introspection )
plugins? ( dev-libs/libpeas:2 )
server? (
net-libs/libsoup:3.0
net-libs/libmicrodns
)
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-libs/appstream-glib
vala? ( $(vala_depend) )
doc? (
dev-util/gi-docgen
media-gfx/graphviz
)
"
src_prepare() {
use vala && vala_setup
default
}
src_configure() {
local emesonargs=(
-Dclapper=enabled
-Dclapper-gtk=enabled
-Dclapper-app=enabled
$(meson_feature gstreamer gst-plugin)
$(meson_feature introspection)
$(meson_feature vala vapi)
$(meson_use doc)
$(meson_feature plugins enhancers-loader)
-Ddiscoverer=enabled
-Dmpris=enabled
$(meson_feature server)
$(meson_feature gstreamer glimporter)
$(meson_feature gstreamer gluploader)
$(meson_feature gstreamer rawimporter)
)
meson_src_configure
}
pkg_postinst() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}
pkg_postrm() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}

View File

@@ -11,5 +11,5 @@ RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
SLOT=0 SLOT=0
SRC_URI=https://github.com/zrax/pycdc/archive/6467c2cc52aa714876e131a1b6c6cf25f129460f.tar.gz -> decompyle++-0_p20240312.tar.gz SRC_URI=https://github.com/zrax/pycdc/archive/6467c2cc52aa714876e131a1b6c6cf25f129460f.tar.gz -> decompyle++-0_p20240312.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=5028e7c7c87903066d22eef668361c68 _md5_=5028e7c7c87903066d22eef668361c68

View File

@@ -10,5 +10,5 @@ LICENSE=MIT
REQUIRED_USE=^^ ( lua_single_target_lua5-1 ) REQUIRED_USE=^^ ( lua_single_target_lua5-1 )
SLOT=5.1 SLOT=5.1
SRC_URI=https://github.com/viruscamp/luadec/archive/895d92313fabaee260121c758c8320d1b21dd741.tar.gz -> luadec-0_p20170106.tar.gz https://www.lua.org/ftp/lua-5.1.5.tar.gz SRC_URI=https://github.com/viruscamp/luadec/archive/895d92313fabaee260121c758c8320d1b21dd741.tar.gz -> luadec-0_p20170106.tar.gz https://www.lua.org/ftp/lua-5.1.5.tar.gz
_eclasses_=lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=602c347d6e0af5e18a0144e2179aba6e _md5_=602c347d6e0af5e18a0144e2179aba6e

View File

@@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/openssl RDEPEND=dev-libs/openssl
SLOT=0 SLOT=0
SRC_URI=https://github.com/mentebinaria/readpe/archive/v0.84.tar.gz -> readpe-0.84.tar.gz SRC_URI=https://github.com/mentebinaria/readpe/archive/v0.84.tar.gz -> readpe-0.84.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=3c2736af397f3c998949ae757d2e33e7 _md5_=3c2736af397f3c998949ae757d2e33e7

View File

@@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/openssl RDEPEND=dev-libs/openssl
SLOT=0 SLOT=0
SRC_URI=https://github.com/mentebinaria/readpe/archive/v0.85.1.tar.gz -> readpe-0.85.1.tar.gz SRC_URI=https://github.com/mentebinaria/readpe/archive/v0.85.1.tar.gz -> readpe-0.85.1.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=5b23963986a043ae293e92ffa6cb157f _md5_=5b23963986a043ae293e92ffa6cb157f

View File

@@ -9,5 +9,5 @@ LICENSE=Apache-2.0
RDEPEND=sci-mathematics/flint sci-mathematics/gmp-ecm RDEPEND=sci-mathematics/flint sci-mathematics/gmp-ecm
SLOT=0 SLOT=0
SRC_URI=https://github.com/sourcekris/goRsaTool/archive/eb50c9aa5b68419b0cb2f319dfe321ce6a0963cb.tar.gz -> gorsatool-1.0.2_p20231101.tar.gz https://github.com/jbarham/primegen/archive/8ce4838491a0.tar.gz -> github.com-jbarham-primegen-8ce4838491a0.tar.gz https://github.com/kavehmz/prime/archive/v1.0.0.tar.gz -> github.com-kavehmz-prime-v1.0.0.tar.gz https://github.com/sourcekris/goflint/archive/v1.0.0.tar.gz -> github.com-sourcekris-goflint-v1.0.0.tar.gz https://github.com/sourcekris/gogmpecm/archive/8a5f196d84bc.tar.gz -> github.com-sourcekris-gogmpecm-8a5f196d84bc.tar.gz https://github.com/sourcekris/mathparse/archive/232758c46ee7.tar.gz -> github.com-sourcekris-mathparse-232758c46ee7.tar.gz https://github.com/sourcekris/x509big/archive/e8ea46e23d32.tar.gz -> github.com-sourcekris-x509big-e8ea46e23d32.tar.gz SRC_URI=https://github.com/sourcekris/goRsaTool/archive/eb50c9aa5b68419b0cb2f319dfe321ce6a0963cb.tar.gz -> gorsatool-1.0.2_p20231101.tar.gz https://github.com/jbarham/primegen/archive/8ce4838491a0.tar.gz -> github.com-jbarham-primegen-8ce4838491a0.tar.gz https://github.com/kavehmz/prime/archive/v1.0.0.tar.gz -> github.com-kavehmz-prime-v1.0.0.tar.gz https://github.com/sourcekris/goflint/archive/v1.0.0.tar.gz -> github.com-sourcekris-goflint-v1.0.0.tar.gz https://github.com/sourcekris/gogmpecm/archive/8a5f196d84bc.tar.gz -> github.com-sourcekris-gogmpecm-8a5f196d84bc.tar.gz https://github.com/sourcekris/mathparse/archive/232758c46ee7.tar.gz -> github.com-sourcekris-mathparse-232758c46ee7.tar.gz https://github.com/sourcekris/x509big/archive/e8ea46e23d32.tar.gz -> github.com-sourcekris-x509big-e8ea46e23d32.tar.gz
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 golang-base fef467b1c601a05bbc9550b675b51583 golang-build 20e04694f8bbaef2664220cebb994a48 golang-vcs-snapshot dacb23628c2ff18d349878f599c078a5 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 golang-base fef467b1c601a05bbc9550b675b51583 golang-build 20e04694f8bbaef2664220cebb994a48 golang-vcs-snapshot dacb23628c2ff18d349878f599c078a5 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=90205f4d7ea5fb4726c7a15c38254c81 _md5_=90205f4d7ea5fb4726c7a15c38254c81

View File

@@ -10,5 +10,5 @@ LICENSE=MIT
RDEPEND=media-libs/libsdl2[haptic] media-libs/sdl2-mixer[wav,midi,fluidsynth] media-sound/fluid-soundfont RDEPEND=media-libs/libsdl2[haptic] media-libs/sdl2-mixer[wav,midi,fluidsynth] media-sound/fluid-soundfont
SLOT=0 SLOT=0
SRC_URI=https://github.com/k4zmu2a/SpaceCadetPinball/archive/refs/tags/Release_2.1.0.tar.gz -> spacecadetpinball-2.1.0.tar.gz https://davipinheiro.com/wp-content/uploads/2021/02/Full-Tilt-Pinball_Win_EN.zip SRC_URI=https://github.com/k4zmu2a/SpaceCadetPinball/archive/refs/tags/Release_2.1.0.tar.gz -> spacecadetpinball-2.1.0.tar.gz https://davipinheiro.com/wp-content/uploads/2021/02/Full-Tilt-Pinball_Win_EN.zip
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=e05b43951e2bf92883d43007b7fa2046 _md5_=e05b43951e2bf92883d43007b7fa2046

View File

@@ -10,5 +10,5 @@ LICENSE=GPL-3+
RDEPEND=opengl? ( media-libs/glew ) media-libs/libsdl2 sys-libs/zlib RDEPEND=opengl? ( media-libs/glew ) media-libs/libsdl2 sys-libs/zlib
SLOT=0 SLOT=0
SRC_URI=https://www.retrodev.com/repos/blastem/archive/99e59fdddbc3.tar.bz2 -> blastem-0.6.3_pre20241209.tar.bz2 SRC_URI=https://www.retrodev.com/repos/blastem/archive/99e59fdddbc3.tar.bz2 -> blastem-0.6.3_pre20241209.tar.bz2
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=fbeb9afae6c360713420028b1f09fd12 _md5_=fbeb9afae6c360713420028b1f09fd12

File diff suppressed because one or more lines are too long

View File

@@ -10,5 +10,5 @@ LICENSE=Apache-2.0
RDEPEND=dev-libs/expat dev-libs/jsoncpp media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/ipu7-camera-bins RDEPEND=dev-libs/expat dev-libs/jsoncpp media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/ipu7-camera-bins
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/ipu7-camera-hal/archive/feed9155372c0ba5543ca0c04052bdd71ed8b031.tar.gz -> ipu7-camera-hal-0_p20250929.tar.gz SRC_URI=https://github.com/intel/ipu7-camera-hal/archive/feed9155372c0ba5543ca0c04052bdd71ed8b031.tar.gz -> ipu7-camera-hal-0_p20250929.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=226fc27de4a2cd655be6a88e1ef902db _md5_=226fc27de4a2cd655be6a88e1ef902db

View File

@@ -10,5 +10,5 @@ LICENSE=Apache-2.0
RDEPEND=dev-libs/expat dev-libs/jsoncpp media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/ipu7-camera-bins RDEPEND=dev-libs/expat dev-libs/jsoncpp media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/ipu7-camera-bins
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/ipu7-camera-hal/archive/affeb2200bfa61f98ef4be08ff046767d40fcedf.tar.gz -> ipu7-camera-hal-0_p20251112.tar.gz SRC_URI=https://github.com/intel/ipu7-camera-hal/archive/affeb2200bfa61f98ef4be08ff046767d40fcedf.tar.gz -> ipu7-camera-hal-0_p20251112.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=28c4f44e0540238663458cc6950fb19c _md5_=28c4f44e0540238663458cc6950fb19c

View File

@@ -12,5 +12,5 @@ RDEPEND=dev-libs/libyaml:= || ( dev-libs/openssl net-libs/gnutls ) app? ( dev-li
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
SLOT=0 SLOT=0
SRC_URI=https://gitlab.freedesktop.org/camera/libcamera/-/archive/v0.5.0/libcamera-v0.5.0.tar.bz2 SRC_URI=https://gitlab.freedesktop.org/camera/libcamera/-/archive/v0.5.0/libcamera-v0.5.0.tar.bz2
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=e5b3326e4ddbf0262432998a28ded911 _md5_=e5b3326e4ddbf0262432998a28ded911

View File

@@ -12,5 +12,5 @@ RDEPEND=dev-libs/libyaml:= || ( dev-libs/openssl net-libs/gnutls ) app? ( dev-li
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
SLOT=0 SLOT=0
SRC_URI=https://gitlab.freedesktop.org/camera/libcamera/-/archive/v0.5.2/libcamera-v0.5.2.tar.bz2 SRC_URI=https://gitlab.freedesktop.org/camera/libcamera/-/archive/v0.5.2/libcamera-v0.5.2.tar.bz2
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=e5b3326e4ddbf0262432998a28ded911 _md5_=e5b3326e4ddbf0262432998a28ded911

View File

@@ -12,5 +12,5 @@ RDEPEND=dev-libs/libyaml:= || ( dev-libs/openssl net-libs/gnutls ) app? ( dev-li
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0 SLOT=0
SRC_URI=https://gitlab.freedesktop.org/camera/libcamera/-/archive/v0.6.0/libcamera-v0.6.0.tar.bz2 SRC_URI=https://gitlab.freedesktop.org/camera/libcamera/-/archive/v0.6.0/libcamera-v0.6.0.tar.bz2
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=c4dd29b73a30db9eb838f3755c826913 _md5_=c4dd29b73a30db9eb838f3755c826913

View File

@@ -12,5 +12,5 @@ RDEPEND=dev-db/sqlite sys-libs/zlib
RESTRICT=!test? ( test ) RESTRICT=!test? ( test )
SLOT=0 SLOT=0
SRC_URI=https://github.com/xsco/libdjinterop/archive/refs/tags/0.22.1.tar.gz -> libdjinterop-0.22.1.tar.gz SRC_URI=https://github.com/xsco/libdjinterop/archive/refs/tags/0.22.1.tar.gz -> libdjinterop-0.22.1.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=9ba2ab15328e125ccaf3246158437e2f _md5_=9ba2ab15328e125ccaf3246158437e2f

View File

@@ -12,5 +12,5 @@ RDEPEND=dev-db/sqlite sys-libs/zlib
RESTRICT=!test? ( test ) RESTRICT=!test? ( test )
SLOT=0 SLOT=0
SRC_URI=https://github.com/xsco/libdjinterop/archive/refs/tags/0.24.3.tar.gz -> libdjinterop-0.24.3.tar.gz SRC_URI=https://github.com/xsco/libdjinterop/archive/refs/tags/0.24.3.tar.gz -> libdjinterop-0.24.3.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=9ba2ab15328e125ccaf3246158437e2f _md5_=9ba2ab15328e125ccaf3246158437e2f

View File

@@ -10,5 +10,5 @@ LICENSE=LGPL-2.1
RDEPEND=media-libs/gstreamer:1.0 media-libs/gst-plugins-bad:1.0 media-libs/ipu7-camera-bins media-libs/ipu7-camera-hal media-libs/libva x11-libs/libdrm[video_cards_intel] RDEPEND=media-libs/gstreamer:1.0 media-libs/gst-plugins-bad:1.0 media-libs/ipu7-camera-bins media-libs/ipu7-camera-hal media-libs/libva x11-libs/libdrm[video_cards_intel]
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/icamerasrc/archive/4fb31db76b618aae72184c59314b839dedb42689.tar.gz -> gst-plugins-icamera-0_p20250926.tar.gz SRC_URI=https://github.com/intel/icamerasrc/archive/4fb31db76b618aae72184c59314b839dedb42689.tar.gz -> gst-plugins-icamera-0_p20250926.tar.gz
_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=61ea95e85bed06a09fc7a8afc8b838f7 _md5_=61ea95e85bed06a09fc7a8afc8b838f7

View File

@@ -13,5 +13,5 @@ RDEPEND=dev-cpp/benchmark dev-cpp/gtest dev-cpp/ms-gsl dev-db/sqlite dev-libs/gl
REQUIRED_USE=^^ ( qt5 qt6 ) REQUIRED_USE=^^ ( qt5 qt6 )
SLOT=0 SLOT=0
SRC_URI=https://github.com/mixxxdj/mixxx/archive/refs/tags/2.5.2.tar.gz -> mixxx-2.5.2.tar.gz l10n_ca? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ca.pdf ) l10n_cs? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-cs.pdf ) l10n_de? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-de.pdf ) l10n_en? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf ) l10n_es? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-es.pdf ) l10n_fi? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fi.pdf ) l10n_fr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fr.pdf ) l10n_gl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-gl.pdf ) l10n_id? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-id.pdf ) l10n_it? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-it.pdf ) l10n_ja? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ja.pdf ) l10n_nl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-nl.pdf ) l10n_pl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pl.pdf ) l10n_pt? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pt.pdf ) l10n_ro? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ro.pdf ) l10n_ru? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ru.pdf ) l10n_sl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sl.pdf ) l10n_sq? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sq.pdf ) l10n_sr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sr.pdf ) l10n_tr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-tr.pdf ) l10n_zh-CN? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_CN.pdf ) l10n_zh-TW? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_TW.pdf ) https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf SRC_URI=https://github.com/mixxxdj/mixxx/archive/refs/tags/2.5.2.tar.gz -> mixxx-2.5.2.tar.gz l10n_ca? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ca.pdf ) l10n_cs? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-cs.pdf ) l10n_de? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-de.pdf ) l10n_en? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf ) l10n_es? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-es.pdf ) l10n_fi? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fi.pdf ) l10n_fr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fr.pdf ) l10n_gl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-gl.pdf ) l10n_id? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-id.pdf ) l10n_it? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-it.pdf ) l10n_ja? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ja.pdf ) l10n_nl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-nl.pdf ) l10n_pl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pl.pdf ) l10n_pt? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pt.pdf ) l10n_ro? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ro.pdf ) l10n_ru? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ru.pdf ) l10n_sl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sl.pdf ) l10n_sq? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sq.pdf ) l10n_sr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sr.pdf ) l10n_tr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-tr.pdf ) l10n_zh-CN? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_CN.pdf ) l10n_zh-TW? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_TW.pdf ) https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=510a171dcb288c9707f3252421367ad4 _md5_=510a171dcb288c9707f3252421367ad4

View File

@@ -13,5 +13,5 @@ RDEPEND=dev-cpp/benchmark dev-cpp/gtest dev-cpp/ms-gsl dev-db/sqlite dev-libs/gl
REQUIRED_USE=^^ ( qt5 qt6 ) REQUIRED_USE=^^ ( qt5 qt6 )
SLOT=0 SLOT=0
SRC_URI=https://github.com/mixxxdj/mixxx/archive/refs/tags/2.5.3.tar.gz -> mixxx-2.5.3.tar.gz l10n_ca? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ca.pdf ) l10n_cs? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-cs.pdf ) l10n_de? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-de.pdf ) l10n_en? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf ) l10n_es? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-es.pdf ) l10n_fi? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fi.pdf ) l10n_fr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fr.pdf ) l10n_gl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-gl.pdf ) l10n_id? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-id.pdf ) l10n_it? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-it.pdf ) l10n_ja? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ja.pdf ) l10n_nl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-nl.pdf ) l10n_pl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pl.pdf ) l10n_pt? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pt.pdf ) l10n_ro? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ro.pdf ) l10n_ru? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ru.pdf ) l10n_sl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sl.pdf ) l10n_sq? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sq.pdf ) l10n_sr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sr.pdf ) l10n_tr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-tr.pdf ) l10n_zh-CN? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_CN.pdf ) l10n_zh-TW? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_TW.pdf ) https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf SRC_URI=https://github.com/mixxxdj/mixxx/archive/refs/tags/2.5.3.tar.gz -> mixxx-2.5.3.tar.gz l10n_ca? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ca.pdf ) l10n_cs? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-cs.pdf ) l10n_de? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-de.pdf ) l10n_en? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf ) l10n_es? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-es.pdf ) l10n_fi? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fi.pdf ) l10n_fr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-fr.pdf ) l10n_gl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-gl.pdf ) l10n_id? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-id.pdf ) l10n_it? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-it.pdf ) l10n_ja? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ja.pdf ) l10n_nl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-nl.pdf ) l10n_pl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pl.pdf ) l10n_pt? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-pt.pdf ) l10n_ro? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ro.pdf ) l10n_ru? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-ru.pdf ) l10n_sl? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sl.pdf ) l10n_sq? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sq.pdf ) l10n_sr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-sr.pdf ) l10n_tr? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-tr.pdf ) l10n_zh-CN? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_CN.pdf ) l10n_zh-TW? ( https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-zh_TW.pdf ) https://downloads.mixxx.org/manual/2.5/mixxx-manual-2.5-en.pdf
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=510a171dcb288c9707f3252421367ad4 _md5_=510a171dcb288c9707f3252421367ad4

View File

@@ -9,5 +9,5 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 LICENSE=GPL-2
SLOT=0 SLOT=0
SRC_URI=https://github.com/axiomatic-systems/Bento4/archive/refs/tags/v1.6.0-641.tar.gz -> bento4-1.6.0.641.tar.gz SRC_URI=https://github.com/axiomatic-systems/Bento4/archive/refs/tags/v1.6.0-641.tar.gz -> bento4-1.6.0.641.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=ce8ffbe1f5d2f78353405f2251a1c2b3 _md5_=ce8ffbe1f5d2f78353405f2251a1c2b3

View File

@@ -9,5 +9,5 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 LICENSE=GPL-2
SLOT=0 SLOT=0
SRC_URI=https://github.com/axiomatic-systems/Bento4/archive/3bdc891602d19789b8e8626e4a3e613a937b4d35.tar.gz -> bento4-1.6.0.641_p20241115.tar.gz SRC_URI=https://github.com/axiomatic-systems/Bento4/archive/3bdc891602d19789b8e8626e4a3e613a937b4d35.tar.gz -> bento4-1.6.0.641_p20241115.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=7ae93baa39fe4b8dce1e95130989779f _md5_=7ae93baa39fe4b8dce1e95130989779f

View File

@@ -9,5 +9,5 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 LICENSE=GPL-2
SLOT=0 SLOT=0
SRC_URI=https://github.com/axiomatic-systems/Bento4/archive/0010f4fd420ef7d6504d2e401a46c15f4ef3d3ca.tar.gz -> bento4-1.6.0.641_p20251125.tar.gz SRC_URI=https://github.com/axiomatic-systems/Bento4/archive/0010f4fd420ef7d6504d2e401a46c15f4ef3d3ca.tar.gz -> bento4-1.6.0.641_p20251125.tar.gz
_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=9202d542198c4628bebd15dd2dd32d71 _md5_=9202d542198c4628bebd15dd2dd32d71

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-libs/appstream-glib vala? ( || ( dev-lang/vala:0.56[vapigen(+)] ) ) doc? ( dev-util/gi-docgen media-gfx/graphviz ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=>=dev-libs/glib-2.76.0 >=media-libs/gstreamer-1.24.0:= >=gui-libs/gtk-4.10.0 >=gui-libs/libadwaita-1.5.0 >=media-libs/gst-plugins-base-1.24.0 introspection? ( dev-libs/gobject-introspection ) plugins? ( dev-libs/libpeas:2 ) server? ( net-libs/libsoup:3.0 net-libs/libmicrodns )
DESCRIPTION=Modern media player designed for simplicity
EAPI=8
HOMEPAGE=https://github.com/Rafostar/clapper
INHERIT=meson vala gnome2-utils
IUSE=doc gstreamer introspection plugins +server vala
KEYWORDS=~amd64
LICENSE=GPL-3 LGPL-2.1
RDEPEND=>=dev-libs/glib-2.76.0 >=media-libs/gstreamer-1.24.0:= >=gui-libs/gtk-4.10.0 >=gui-libs/libadwaita-1.5.0 >=media-libs/gst-plugins-base-1.24.0 introspection? ( dev-libs/gobject-introspection ) plugins? ( dev-libs/libpeas:2 ) server? ( net-libs/libsoup:3.0 net-libs/libmicrodns )
REQUIRED_USE=doc? ( introspection )
SLOT=0
SRC_URI=https://github.com/Rafostar/clapper/archive/0.10.0.tar.gz -> clapper-0.10.0.tar.gz
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=7a1095d589972c4df632f977bc670a1e

View File

@@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.76.0 >=media-libs/gstreamer-1.24.0:= >=gui-libs/gtk-4.
REQUIRED_USE=doc? ( introspection ) REQUIRED_USE=doc? ( introspection )
SLOT=0 SLOT=0
SRC_URI=https://github.com/Rafostar/clapper/archive/0.8.0.tar.gz -> clapper-0.8.0.tar.gz SRC_URI=https://github.com/Rafostar/clapper/archive/0.8.0.tar.gz -> clapper-0.8.0.tar.gz
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=14121bd26a7df99057bfdab0edb349d6 _md5_=14121bd26a7df99057bfdab0edb349d6

View File

@@ -12,5 +12,5 @@ LICENSE=GPL-2
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/ipu7-drivers/archive/62a3704433c35d3bdfa679fc4dee74e133ce815c.tar.gz -> ipu7-drivers-0_p20250928.tar.gz SRC_URI=https://github.com/intel/ipu7-drivers/archive/62a3704433c35d3bdfa679fc4dee74e133ce815c.tar.gz -> ipu7-drivers-0_p20250928.tar.gz
_eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=b03390275620b01e8b7e1548645a0f46 _md5_=b03390275620b01e8b7e1548645a0f46

View File

@@ -12,5 +12,5 @@ LICENSE=GPL-2
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/ipu7-drivers/archive/fc335577f95bf6ca3afc706d1ceab8297db4f010.tar.gz -> ipu7-drivers-0_p20251112.tar.gz SRC_URI=https://github.com/intel/ipu7-drivers/archive/fc335577f95bf6ca3afc706d1ceab8297db4f010.tar.gz -> ipu7-drivers-0_p20251112.tar.gz
_eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=98532b9e46c1969361fbc259483141a0 _md5_=98532b9e46c1969361fbc259483141a0

View File

@@ -10,5 +10,5 @@ LICENSE=GPL-2+
RDEPEND=!media-video/totem >=dev-libs/glib-2.72.0:2 >=media-libs/gstreamer-1.21.1:1.0 >=dev-libs/totem-pl-parser-3.26.5 x11-libs/gdk-pixbuf:2 >=media-plugins/gst-plugins-meta-1.21.1:1.0 >=media-plugins/gst-plugins-taglib-1.21.1:1.0 RDEPEND=!media-video/totem >=dev-libs/glib-2.72.0:2 >=media-libs/gstreamer-1.21.1:1.0 >=dev-libs/totem-pl-parser-3.26.5 x11-libs/gdk-pixbuf:2 >=media-plugins/gst-plugins-meta-1.21.1:1.0 >=media-plugins/gst-plugins-taglib-1.21.1:1.0
SLOT=0 SLOT=0
SRC_URI=https://download.gnome.org/sources/totem/43/totem-43.2.tar.xz SRC_URI=https://download.gnome.org/sources/totem/43/totem-43.2.tar.xz
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=bad4b3533d0d8e5a1620762a9cf11ffa _md5_=bad4b3533d0d8e5a1620762a9cf11ffa

View File

@@ -12,5 +12,5 @@ LICENSE=GPL-2
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/usbio-drivers/archive/ee221ecae757d43ab3fb39433f389373b2026109.tar.gz -> usbio-drivers-0_p20251030.tar.gz SRC_URI=https://github.com/intel/usbio-drivers/archive/ee221ecae757d43ab3fb39433f389373b2026109.tar.gz -> usbio-drivers-0_p20251030.tar.gz
_eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=762b772b61fe0f40dbdae365fb0c3db9 _md5_=762b772b61fe0f40dbdae365fb0c3db9

View File

@@ -11,5 +11,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/glib:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 icamera? ( media-plugins/gst-plugins-icamera ) media-video/v4l2loopback RDEPEND=dev-libs/glib:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 icamera? ( media-plugins/gst-plugins-icamera ) media-video/v4l2loopback
SLOT=0 SLOT=0
SRC_URI=https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/v4l2-relayd/0.1.5-0ubuntu1/v4l2-relayd_0.1.5.orig.tar.xz -> v4l2-relayd-0.1.5.tar.xz SRC_URI=https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/v4l2-relayd/0.1.5-0ubuntu1/v4l2-relayd_0.1.5.orig.tar.xz -> v4l2-relayd-0.1.5.tar.xz
_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=13558ff95707f5290c704dab72cac60b _md5_=13558ff95707f5290c704dab72cac60b

View File

@@ -12,5 +12,5 @@ LICENSE=GPL-2
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/vision-drivers/archive/92a717e02ef30f4b5fad99271d0ec77c3364e4ea.tar.gz -> vision-drivers-0_p20250606.tar.gz SRC_URI=https://github.com/intel/vision-drivers/archive/92a717e02ef30f4b5fad99271d0ec77c3364e4ea.tar.gz -> vision-drivers-0_p20250606.tar.gz
_eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=bce8eaec74031f233a51792a3eeb8062 _md5_=bce8eaec74031f233a51792a3eeb8062

View File

@@ -12,5 +12,5 @@ LICENSE=GPL-2
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
SLOT=0 SLOT=0
SRC_URI=https://github.com/intel/vision-drivers/archive/a8d772f261bc90376944956b7bfd49b325ffa2f2.tar.gz -> vision-drivers-0_p20251112.tar.gz SRC_URI=https://github.com/intel/vision-drivers/archive/a8d772f261bc90376944956b7bfd49b325ffa2f2.tar.gz -> vision-drivers-0_p20251112.tar.gz
_eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=aa47a25b54d39c9f3bf3af1438c89209 _md5_=aa47a25b54d39c9f3bf3af1438c89209

File diff suppressed because one or more lines are too long

View File

@@ -12,5 +12,5 @@ RDEPEND=geoip? ( dev-libs/geoip ) geoip2? ( dev-libs/libmaxminddb:= ) !!net-misc
REQUIRED_USE=?? ( geoip geoip2 ) REQUIRED_USE=?? ( geoip geoip2 )
SLOT=0 SLOT=0
SRC_URI=https://gitlab.com/ipcalc/ipcalc/-/archive/1.0.3/ipcalc-1.0.3.tar.bz2 -> ipcalc-ng-1.0.3.tar.bz2 SRC_URI=https://gitlab.com/ipcalc/ipcalc/-/archive/1.0.3/ipcalc-1.0.3.tar.bz2 -> ipcalc-ng-1.0.3.tar.bz2
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3
_md5_=286efd4b840c4f59f1298d5ceaf61df4 _md5_=286efd4b840c4f59f1298d5ceaf61df4

View File

@@ -10,5 +10,5 @@ RDEPEND=sys-auth/libfprint[tod(-)]
RESTRICT=bindist mirror RESTRICT=bindist mirror
SLOT=0 SLOT=0
SRC_URI=http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-goodix/libfprint-2-tod1-goodix_0.0.4-0ubuntu1somerville1.tar.gz SRC_URI=http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-goodix/libfprint-2-tod1-goodix_0.0.4-0ubuntu1somerville1.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f _eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f
_md5_=4dfbdbce8b119cebd6e4dffdaf16b3f5 _md5_=4dfbdbce8b119cebd6e4dffdaf16b3f5

View File

@@ -10,5 +10,5 @@ RDEPEND=sys-auth/libfprint[tod(-)]
RESTRICT=bindist mirror RESTRICT=bindist mirror
SLOT=0 SLOT=0
SRC_URI=http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-goodix/libfprint-2-tod1-goodix_0.0.6.orig.tar.gz SRC_URI=http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-goodix/libfprint-2-tod1-goodix_0.0.6.orig.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f _eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f
_md5_=c094254bc07eeead9569d4a0a6bcb85e _md5_=c094254bc07eeead9569d4a0a6bcb85e

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -11,5 +11,5 @@ LICENSE=LGPL-3
RDEPEND=dev-libs/dbus-glib dev-util/gdbus-codegen >=dev-libs/glib-2.38.0:2 gnome-base/libgtop:2 x11-libs/gtk+:3 x11-libs/libX11 >=x11-libs/libwnck-3.4.7:3 RDEPEND=dev-libs/dbus-glib dev-util/gdbus-codegen >=dev-libs/glib-2.38.0:2 gnome-base/libgtop:2 x11-libs/gtk+:3 x11-libs/libX11 >=x11-libs/libwnck-3.4.7:3
SLOT=0 SLOT=0
SRC_URI=http://launchpad.net/bamf/0.5/0.5.6/+download/bamf-0.5.6.tar.gz SRC_URI=http://launchpad.net/bamf/0.5/0.5.6/+download/bamf-0.5.6.tar.gz
_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db vala e477903dbe0105930c51f170a592dc16 _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala e477903dbe0105930c51f170a592dc16
_md5_=deefcd82f75b4fecd82f317e5ec43f65 _md5_=deefcd82f75b4fecd82f317e5ec43f65

View File

@@ -12,5 +12,5 @@ RDEPEND=>=gui-libs/libadwaita-1.1 >=app-crypt/gcr-3.90.0:4 >=x11-libs/gdk-pixbuf
REQUIRED_USE=gnome? ( introspection ) vala? ( introspection ) REQUIRED_USE=gnome? ( introspection ) vala? ( introspection )
SLOT=0 SLOT=0
SRC_URI=https://github.com/Keruspe/GPaste/archive/v45.2.tar.gz -> gpaste-45.2.tar.gz SRC_URI=https://github.com/Keruspe/GPaste/archive/v45.2.tar.gz -> gpaste-45.2.tar.gz
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=587ae51a1197de2663e119a601731638 _md5_=587ae51a1197de2663e119a601731638

View File

@@ -12,5 +12,5 @@ RDEPEND=>=gui-libs/libadwaita-1.1 >=app-crypt/gcr-3.90.0:4 >=x11-libs/gdk-pixbuf
REQUIRED_USE=gnome? ( introspection ) vala? ( introspection ) REQUIRED_USE=gnome? ( introspection ) vala? ( introspection )
SLOT=0 SLOT=0
SRC_URI=https://github.com/Keruspe/GPaste/archive/v45.3.tar.gz -> gpaste-45.3.tar.gz SRC_URI=https://github.com/Keruspe/GPaste/archive/v45.3.tar.gz -> gpaste-45.3.tar.gz
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 1a27c82364f611e149966d2c47cbb083 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=587ae51a1197de2663e119a601731638 _md5_=587ae51a1197de2663e119a601731638

View File

@@ -10,5 +10,5 @@ KEYWORDS=~amd64 ~x86
LICENSE=LGPL-3 LICENSE=LGPL-3
SLOT=0 SLOT=0
SRC_URI=http://launchpad.net/plank/1.0/0.11.89/+download/plank-0.11.89.tar.xz SRC_URI=http://launchpad.net/plank/1.0/0.11.89/+download/plank-0.11.89.tar.xz
_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=cbe71445b87a03014e88ee82aba3ab6d _md5_=cbe71445b87a03014e88ee82aba3ab6d