Added voicemail player

This commit is contained in:
Gerben Jan Dijkman 2021-12-08 20:13:36 +01:00
parent ca6397ede3
commit 14af2eeb83
3 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST vvmplayer-1.4.tar.gz 302738 BLAKE2B b33a1974507885e8d127e8fee4b9457ae761099b22b1a4109189def834823828d85476a7e248badda7f830349b6e8ef8199c9647dba2c69a3544bc867fd2948d SHA512 98d61756ad5de388dfa8c3a305e69b901fd86a3412519371074b269677f6a4ec5e83db6c1a84125e609ed5787d1aa867be14edb4df1c22e9c4166a3781c0f8c5

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<longdescription lang="en">
Visual Voicemail Player
</longdescription>
<upstream>
<doc>https://gitlab.com/kop316/vvmplayer/</doc>
<bugs-to>https://gitlab.com/kop316/vvmplayer/-/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,39 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson systemd udev
DESCRIPTION="Visual Voicemail Player"
HOMEPAGE="https://gitlab.com/kop316/vvmplayer"
SRC_URI="https://gitlab.com/kop316/vvmplayer/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/glib-2.50
>=x11-libs/gtk+-3.22.0
>=gui-libs/libhandy-1.0
>=media-libs/gstreamer-1.16.0
gnome-extra/evolution-data-server
media-sound/callaudiod
"
DEPEND=""
src_install() {
meson_src_install
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}