diff options
author | 2024-05-08 11:13:05 +0200 | |
---|---|---|
committer | 2024-05-08 11:17:30 +0200 | |
commit | bb621f2e4dcb876aa9d26b959326d2c77d95e657 (patch) | |
tree | 67edb65ae4cdcfbdb5fa146b7029c52088280803 /media-libs | |
parent | media-video/openshot: Remove last-rited pkg (diff) | |
download | gentoo-bb621f2e4dcb876aa9d26b959326d2c77d95e657.tar.gz gentoo-bb621f2e4dcb876aa9d26b959326d2c77d95e657.tar.bz2 gentoo-bb621f2e4dcb876aa9d26b959326d2c77d95e657.zip |
media-libs/libopenshot-audio: Remove last-rited pkg
Bug: https://bugs.gentoo.org/909996
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libopenshot-audio/Manifest | 2 | ||||
-rw-r--r-- | media-libs/libopenshot-audio/libopenshot-audio-0.2.2.ebuild | 24 | ||||
-rw-r--r-- | media-libs/libopenshot-audio/libopenshot-audio-0.3.2.ebuild | 34 | ||||
-rw-r--r-- | media-libs/libopenshot-audio/metadata.xml | 16 |
4 files changed, 0 insertions, 76 deletions
diff --git a/media-libs/libopenshot-audio/Manifest b/media-libs/libopenshot-audio/Manifest deleted file mode 100644 index b2a64da3ca8c..000000000000 --- a/media-libs/libopenshot-audio/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libopenshot-audio-0.2.2.tar.gz 1808059 BLAKE2B fcf242bdd678d2e79e2775f3aff7507520a4e8b9ddc7696e1506beca0c1f8e0687d66dfa35a31748e2e622def6e1c22c160e9424c1c27527854ebcafc24413ca SHA512 9960c6225dd9b843d18134e851761bf12861220a2c63970055bc73d554725e56abd6d35339f7490b672faaf0699f58e3701ff8a966ab07af3264325a9d0dc472 -DIST libopenshot-audio-0.3.2.tar.gz 1772366 BLAKE2B 3b0157f88d28cfc4d147eea86b621c836aee48510d76db6ec6e88773cc1ee677dc635ea9a84e04754be463a1cd4bc80e6830c7cbf31a968ed0900732b007ff7c SHA512 f10a709c748f37cd74a49e760eded67d14a24d4932401d62d616854c105f2d5a09b2a91f31190123d3f82f792f08976fedd9a4a2c1053b49bf18b9986e14be94 diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.2.2.ebuild b/media-libs/libopenshot-audio/libopenshot-audio-0.2.2.ebuild deleted file mode 100644 index 36d12a9faa65..000000000000 --- a/media-libs/libopenshot-audio/libopenshot-audio-0.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Library for audio editing and playback used by OpenShot" -HOMEPAGE="https://www.openshot.org/" -SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0/8" -KEYWORDS="amd64 x86" - -RDEPEND="media-libs/alsa-lib - media-libs/freetype - sys-libs/zlib - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXext - x11-libs/libXinerama - x11-libs/libXrandr" -DEPEND="${RDEPEND}" diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.3.2.ebuild b/media-libs/libopenshot-audio/libopenshot-audio-0.3.2.ebuild deleted file mode 100644 index 67969ea938e2..000000000000 --- a/media-libs/libopenshot-audio/libopenshot-audio-0.3.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Library for audio editing and playback used by OpenShot" -HOMEPAGE="https://www.openshot.org/" -SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0/8" -KEYWORDS="amd64 x86" -IUSE="doc" - -RDEPEND="media-libs/alsa-lib - media-libs/freetype - sys-libs/zlib - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXext - x11-libs/libXinerama - x11-libs/libXrandr" -DEPEND="${RDEPEND}" -BDEPEND="doc? ( app-text/doxygen )" - -src_configure() { - local mycmakeargs=( - -DENABLE_AUDIO_DOCS=$(usex doc) - -DAUTO_INSTALL_DOCS=$(usex doc) - ) - cmake_src_configure -} diff --git a/media-libs/libopenshot-audio/metadata.xml b/media-libs/libopenshot-audio/metadata.xml deleted file mode 100644 index c0c094ab8a28..000000000000 --- a/media-libs/libopenshot-audio/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>steils@gentoo.org</email> - <name>Stefan Strogin</name> - </maintainer> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - <name>Gentoo Video project</name> - </maintainer> - <upstream> - <remote-id type="github">OpenShot/libopenshot-audio</remote-id> - <bugs-to>https://github.com/OpenShot/libopenshot-audio/issues</bugs-to> - </upstream> -</pkgmetadata> |