forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Oz N Tiram <[email protected]> Closes: gentoo#27196 Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
a2f7349
commit 3e30562
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST mate-media-1.24.1.tar.xz 568328 BLAKE2B 715ca7954039d020915e86fd8e574508ae1436c5ab99a76c18ccb55ab86a8d95c85c5de1a321684c895cde31832ec9e756b841f796bd9292ff84cf8240f21ff0 SHA512 88a8f1b8ee1684c6270ee65d17cd4d031830cd968069cae38a1844b0688cdcac25fc2e09c415d8e55c5b8564c4e0421e2c111cc44de9221bf37cf0e31dc572d3 | ||
DIST mate-media-1.26.0.tar.xz 571620 BLAKE2B efeda50bec1c25f8e7242480d3cc3e8e58cc47b4a8b7156c77f896d1abfc83bb281d9553cf0337fdca53ed49ffeb13fed7a33efeb450552e0f7ccc2a24014baa SHA512 7af0e9b19abbd7b676ce9ff9228557d45ceaf12e6f70e569772f31c6a0f9d9e6fdebaa4a376884d3001f36fad2f465b8a212972fa4057477cb92f2c47d86d617 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
inherit mate | ||
|
||
if [[ ${PV} != 9999 ]]; 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" | ||
|
||
IUSE="" | ||
|
||
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 | ||
!!<mate-base/mate-applets-1.8 | ||
" |