Skip to content
EAPI="7" EAPI="8"
DESCRIPTION="Meta package for all the GStreamer Plugins" DESCRIPTION="Meta package for all the GStreamer Plugins"
HOMEPAGE="http://www.gstreamer.org/" HOMEPAGE="http://www.gstreamer.org/"
......
# Copyright 2013 Canek Peláez # Copyright 2013 Canek Peláez
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="8"
VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.50} VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.50}
VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.56} VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.56}
...@@ -32,7 +32,7 @@ DEPEND=" ...@@ -32,7 +32,7 @@ DEPEND="
src_prepare() { src_prepare() {
default default
vala_src_prepare vala_setup
} }
src_configure() { src_configure() {
...@@ -44,13 +44,13 @@ src_install() { ...@@ -44,13 +44,13 @@ src_install() {
} }
pkg_postinst() { pkg_postinst() {
gnome2_icon_cache_update xdg_icon_cache_update
gnome2_schemas_update
xdg_desktop_database_update xdg_desktop_database_update
gnome2_schemas_update
} }
pkg_postrm() { pkg_postrm() {
gnome2_icon_cache_update xdg_icon_cache_update
gnome2_schemas_update
xdg_desktop_database_update xdg_desktop_database_update
gnome2_schemas_update
} }
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v3 # Distributed under the terms of the GNU General Public License v3
# $Header: $ # $Header: $
EAPI="7" EAPI="8"
inherit git-r3 meson systemd inherit git-r3 meson systemd
......
# Copyright 2013-2020 Canek Peláez # Copyright 2013-2020 Canek Peláez
# Distributed under the terms of the GNU General Public License v3 # Distributed under the terms of the GNU General Public License v3
EAPI="7" EAPI="8"
inherit git-r3 bash-completion-r1 inherit git-r3 bash-completion-r1
......
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="8"
PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) PYTHON_COMPAT=( python3_9 python3_10 python3_11 )
......
# Copyright 2013 Canek Peláez # Copyright 2013 Canek Peláez
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="8"
inherit multilib systemd inherit multilib systemd
......
# Copyright 2019 Canek Peláez # Copyright 2019 Canek Peláez
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="8"
inherit git-r3 meson systemd inherit git-r3 meson systemd
......