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.
media-video/gnome-video-effects: bump to 0.4.3
- Loading branch information
Showing
2 changed files
with
24 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 gnome-video-effects-0.4.1.tar.xz 145016 SHA256 34be42713a97caf698b84ce7e1158aa21cc0977df7f7a7477cece226bc8d844a SHA512 532a9ebdd95b049d43c2a8dccbd1d8e87e2adccf6a825a232e136e5bc0cbcbf0102e2b0777883a44de663a8f51cee972ac8682926b26146eade15d6b66f95e2a WHIRLPOOL 26ba91a8428463511f36fd23766e3a84cc5d1ec756a9f358268aa316d31e802ecda7a50a22d5969a9bc81248452d38995fd9f8be5b02a3a8e68f4e2f4714154e | ||
DIST gnome-video-effects-0.4.3.tar.xz 142100 SHA256 5a7ee0f5ade4b7d921f1b99f3b97d7d7bb830f2fef0f1daee20a7a1867708219 SHA512 5cf708f7deea4edd5d80cd838a78a7b539cb87504f55bfda1686bbe0136ee0eba20885ab8cd2a880ad0c825bf5ca972b0f612a579016eace736b790d7bdd10d3 WHIRLPOOL 1ebd15d82a4d2cb6f2a00580e34f59c1dff1168816530b398f3394e09c0aafae7fd83dcbd5fd58e7c8c72a074d8ae776f561877defe5d0312d42cb078a7b735b |
23 changes: 23 additions & 0 deletions
23
media-video/gnome-video-effects/gnome-video-effects-0.4.3.ebuild
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,23 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit gnome2 | ||
|
||
DESCRIPTION="Effects for Cheese, the webcam video and picture application" | ||
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeVideoEffects" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="" | ||
DEPEND="${RDEPEND} | ||
>=dev-util/intltool-0.40.0 | ||
>=sys-devel/gettext-0.17 | ||
" | ||
|
||
# This ebuild does not install any binaries | ||
RESTRICT="binchecks strip" |