diff --git a/app-misc/ddcui/Manifest b/app-misc/ddcui/Manifest deleted file mode 100644 index 9a43a2edad..0000000000 --- a/app-misc/ddcui/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ddcui-0.1.2.tar.gz 126766 BLAKE2B 85317b68bbd7e3e5b780ad2ba45888049f9ca70695ccfeb5d0acc2f2c8db11ee97438aa53240671f908caffd45b12a488593cd82b41c8e1acbad38f97d560ab4 SHA512 008033f23cf1dccb69b503b2f8950518e771bd4892b2df912186712859e6e66f724019beb5941d49452ae9a6080ce2730a1e11ec201931a31b3ab4735c03c724 diff --git a/app-misc/ddcui/ddcui-0.1.2.ebuild b/app-misc/ddcui/ddcui-0.1.2.ebuild deleted file mode 100644 index 43d1e5b193..0000000000 --- a/app-misc/ddcui/ddcui-0.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake desktop - -DESCRIPTION="Graphical user interface for ddcutil - control monitor settings" -HOMEPAGE="https://www.ddcutil.com/" -SRC_URI="https://github.com/rockowitz/ddcui/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - dev-libs/glib - >=app-misc/ddcutil-0.9.9 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qthelp:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - # move docs to correct dir - sed -i -e "s%share/doc/ddcui%share/doc/${PF}%g" CMakeLists.txt || die - cmake_src_prepare -} - -src_install() { - cmake_src_install - make_desktop_entry ddcui "Monitor Settings" preferences-desktop-display Settings -} diff --git a/app-misc/ddcui/metadata.xml b/app-misc/ddcui/metadata.xml deleted file mode 100644 index 2878794054..0000000000 --- a/app-misc/ddcui/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - andrewammerlaan@gentoo.org - Andrew Ammerlaan - - diff --git a/media-gfx/dustr/dustr-9999.ebuild b/media-gfx/dustr/dustr-9999.ebuild new file mode 100644 index 0000000000..1f1d5774ec --- /dev/null +++ b/media-gfx/dustr/dustr-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="light and interactive tool your crops need" +HOMEPAGE="https://github.com/aearil/dustr" +EGIT_REPO_URI="https://github.com/aearil/dustr.git" +LICENSE="MIT" +SLOT="0" + +DEPEND=" + media-libs/libpng:= + virtual/jpeg:= + media-libs/libsdl2:= +" +RDEPEND="${DEPEND}" + +src_install() { + einstalldocs + + DESTDIR="${ED}" emake install PREFIX="/usr" +} diff --git a/media-gfx/dustr/metadata.xml b/media-gfx/dustr/metadata.xml new file mode 100644 index 0000000000..30e5d7f48c --- /dev/null +++ b/media-gfx/dustr/metadata.xml @@ -0,0 +1,13 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + + Dustr is a interactive and visual cropping tool, because even though the CLI is the best thing since sliced bread, cropping is one of those operation where seeing what you are doing is really more effective. + + This tool is especially useful when you know the output size, but you need to pick the most aesthetically pleasing crop of the image. + + diff --git a/media-video/jellyfin-desktop/jellyfin-desktop-2.0.1.ebuild b/media-video/jellyfin-desktop/jellyfin-desktop-2.0.1.ebuild index 1bd88fdf83..e0249af0dd 100644 --- a/media-video/jellyfin-desktop/jellyfin-desktop-2.0.1.ebuild +++ b/media-video/jellyfin-desktop/jellyfin-desktop-2.0.1.ebuild @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-3+ MIT Unlicense" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" DEPEND=" $(python_gen_cond_dep ' diff --git a/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild index 2a32a5a29b..cacb05f388 100644 --- a/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild +++ b/media-video/vidify-audiosync/vidify-audiosync-0.3.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/vidify/audiosync/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="debug" diff --git a/media-video/vidify/vidify-2.2.6.ebuild b/media-video/vidify/vidify-2.2.6.ebuild index f36a4f702b..f91ab7e256 100644 --- a/media-video/vidify/vidify-2.2.6.ebuild +++ b/media-video/vidify/vidify-2.2.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="dbus vlc mpv zeroconf"