Skip to content

Commit

Permalink
mate-extra/mate-media: Bump to 1.24.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <[email protected]>
  • Loading branch information
NP-Hardass committed Sep 25, 2020
1 parent 8b6824e commit e22c4cc
Show file tree
Hide file tree
Showing 2 changed files with 39 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.24.0.tar.xz 568488 BLAKE2B 9c7d3f264489a3888ef6b45e4ce7e8c23a53634b3b72db32092889f1656afc8a6b2988b35e5ecdc0bb48ebb20c4e86b64dbc93ec308947159feb89877230673e SHA512 82ee6a16a49d9f4d229539cfacb5803c150af09dff227fb5995bf78e2b83a1f5bddb307756648e569a138124e4485ca56f635184e47fbfd76dcedd17f2bf0425
DIST mate-media-1.24.1.tar.xz 568328 BLAKE2B 715ca7954039d020915e86fd8e574508ae1436c5ab99a76c18ccb55ab86a8d95c85c5de1a321684c895cde31832ec9e756b841f796bd9292ff84cf8240f21ff0 SHA512 88a8f1b8ee1684c6270ee65d17cd4d031830cd968069cae38a1844b0688cdcac25fc2e09c415d8e55c5b8564c4e0421e2c111cc44de9221bf37cf0e31dc572d3
38 changes: 38 additions & 0 deletions mate-extra/mate-media/mate-media-1.24.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit mate

if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~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
"

RDEPEND="${COMMON_DEPEND}
virtual/libintl
"

DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
!!<mate-base/mate-applets-1.8
"

0 comments on commit e22c4cc

Please sign in to comment.