diff options
author | 2023-02-05 11:39:50 -0500 | |
---|---|---|
committer | 2023-02-05 11:39:50 -0500 | |
commit | b067c2467bc1695b21d6411c85104389ac2a814d (patch) | |
tree | 90e3b2223e972fbc0f7e4aecfa56197bba644cb2 /x11-apps/xvidtune | |
parent | dev-python/simplejson: Bump to 3.18.2 (diff) | |
download | gentoo-b067c2467bc1695b21d6411c85104389ac2a814d.tar.gz gentoo-b067c2467bc1695b21d6411c85104389ac2a814d.tar.bz2 gentoo-b067c2467bc1695b21d6411c85104389ac2a814d.zip |
x11-apps/xvidtune: Version bump to 1.0.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xvidtune')
-rw-r--r-- | x11-apps/xvidtune/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xvidtune/xvidtune-1.0.4.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/xvidtune/Manifest b/x11-apps/xvidtune/Manifest index 6be5e63f922d..bc258a3c72a0 100644 --- a/x11-apps/xvidtune/Manifest +++ b/x11-apps/xvidtune/Manifest @@ -1 +1,2 @@ DIST xvidtune-1.0.3.tar.bz2 128492 BLAKE2B 87271fa736f1c377f48f36fbb63a28ad0e6327ca612b681328aec44cafa839f5e1c04b239907e25f547b5a69e7dbd92bccd3500ed20760efcf18fb570078241b SHA512 0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352 +DIST xvidtune-1.0.4.tar.xz 130156 BLAKE2B d75bc940c9dc98769ac162aaa9f6d833952bf7a86166f76e219cfa14127acd7249fd22a4800efb56a7a2cc3e73d413cdaaabbb8250c275d1065780541fe49365 SHA512 747d5358f4f7d3d7db508c3f034711ce4b9dd278160d35312e9c4d1604623e84a2438d039b536546fd2df7db8c5ea1907e8a6101985fad2932b6dee5a62c7b80 diff --git a/x11-apps/xvidtune/xvidtune-1.0.4.ebuild b/x11-apps/xvidtune/xvidtune-1.0.4.ebuild new file mode 100644 index 000000000000..76be3dc91737 --- /dev/null +++ b/x11-apps/xvidtune/xvidtune-1.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="video mode tuner for Xorg" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXxf86vm" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |