Skip to content

Commit

Permalink
mate-extra/mate-media: add 1.28.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Jordan <[email protected]>
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
immolo authored and arthurzam committed Apr 9, 2024
1 parent 9c3a912 commit 433f19a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions mate-extra/mate-media/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST mate-media-1.26.2.tar.xz 579440 BLAKE2B 7b57454c6f25d3509cf6a019e28cdb7588fe88f410e4081f01ecf0d7d4693d1ca0c384134df1d04605c37db8d93b30eb086c47b53a60a340f04d3ff4afe91f0e SHA512 2dc5885889b3f97056ce402cac4eb30d19d71ebee4feca4a47d35992e3ef0385289508af5188c8e51c96a31ef2a4b8a240a2a9b66b9ccd86d4c2e7643855cdb5
DIST mate-media-1.28.1.tar.xz 588944 BLAKE2B d61f2e50b54c733c365a6218e6201b3c249ecfe7221d1c87d6f4b740012ee7f5172019251b8fec66331b00fa27d68ffd4d88c28320462f64ed533f66a0595272 SHA512 0ec675c59fcce26c26ec32cc11f6590060aeb0a302a434fcf381130c257e5833bc7a8075a8aab4bec85ad16a5a42e601d412b22a6f601c88c3c62006938674d2
36 changes: 36 additions & 0 deletions mate-extra/mate-media/mate-media-1.28.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit mate

MINOR=$(($(ver_cut 2) % 2))
if [[ ${MINOR} -eq 0 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi

DESCRIPTION="Multimedia related programs for the MATE desktop"
LICENSE="FDL-1.1+ GPL-2+ HPND LGPL-2+"
SLOT="0"

COMMON_DEPEND="
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
>=mate-base/mate-panel-1.17.0
>=mate-base/mate-desktop-1.17.0
>=media-libs/libcanberra-0.13[gtk3]
>=media-libs/libmatemixer-1.10.0
x11-libs/cairo
>=x11-libs/gtk+-3.22:3
x11-libs/pango
"

BDEPEND="${COMMON_DEPEND}
virtual/libintl
"

DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"

0 comments on commit 433f19a

Please sign in to comment.