1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
ef65c17bb5 metadata: update md5-cache 2025-01-24 13:54:17 +01:00
72ac1e9400 media-video/clapper: new ebuild 2025-01-24 13:39:32 +01:00
4 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1 @@
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.4.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

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>david.guglielmi@gmail.com</email>
<name>David GUGLIELMI</name>
</maintainer>
<use>
<flag name="plugins">Ability to load libpeas based plugins</flag>
<flag name="server">Clapper Server feature</flag>
</use>
<upstream>
<remote-id type="github">Rafostar/clapper</remote-id>
</upstream>
</pkgmetadata>

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.4.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.4.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.8.0.tar.gz -> clapper-0.8.0.tar.gz
_eclasses_=flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99466844dd8d4fcfb07578a76f5a9922 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=14121bd26a7df99057bfdab0edb349d6