diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/badvideo | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-misc/badvideo')
| -rw-r--r-- | app-misc/badvideo/Manifest | 1 | ||||
| -rw-r--r-- | app-misc/badvideo/badvideo-5.2.ebuild | 21 | ||||
| -rw-r--r-- | app-misc/badvideo/badvideo-9999.ebuild | 25 | ||||
| -rw-r--r-- | app-misc/badvideo/metadata.xml | 18 |
4 files changed, 0 insertions, 65 deletions
diff --git a/app-misc/badvideo/Manifest b/app-misc/badvideo/Manifest deleted file mode 100644 index a5c1b5784785..000000000000 --- a/app-misc/badvideo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST badvideo-5.2.gh.tar.gz 20090147 BLAKE2B 192fbbe885d576075dc4b258cc2e81c3dc6feeeb49620c3f6dddc80d6edf4e3c4ee9e60c253c1ce563c86cb73aeb9aca4cd8fbef557c730360717648b07550e0 SHA512 59e53c61251c1e60e0e694ce0916caca2a933d9c4e27d2bf6d401b859602148353a035309209c27c5a74cd801ad8b4c91455eed8a3635cd97938dc6718dc5012 diff --git a/app-misc/badvideo/badvideo-5.2.ebuild b/app-misc/badvideo/badvideo-5.2.ebuild deleted file mode 100644 index c8e9d4b429f8..000000000000 --- a/app-misc/badvideo/badvideo-5.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Ruin your videos in SECONDS!" -HOMEPAGE="https://github.com/kernaltrap8/badvideo" -SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - media-video/ffmpeg[opus,x264] -" -DEPEND="${RDEPEND}" - -src_install() { - newbin "${S}"/src/badvideo.sh badvideo -} diff --git a/app-misc/badvideo/badvideo-9999.ebuild b/app-misc/badvideo/badvideo-9999.ebuild deleted file mode 100644 index bf17bce42477..000000000000 --- a/app-misc/badvideo/badvideo-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Ruin your videos in SECONDS!" -HOMEPAGE="https://github.com/kernaltrap8/badvideo" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/kernaltrap8/badvideo" - S="${WORKDIR}/${PN}-9999" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - media-video/ffmpeg[opus,x264] -" -DEPEND="${RDEPEND}" - -src_install() { - newbin "${S}"/src/badvideo.sh badvideo -} diff --git a/app-misc/badvideo/metadata.xml b/app-misc/badvideo/metadata.xml deleted file mode 100644 index 0ddbdebc7c0a..000000000000 --- a/app-misc/badvideo/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> - -<pkgmetadata> - <maintainer type="person"> - <email>aidenwingard2@gmail.com</email> - <description>Primary maintainer</description> - </maintainer> - <longdescription> - badvideo is a Bash script that uses FFmpeg - to manipulate video files. It uses the - x264 and OPUS encoders to heavily compress - and ruin the bitrates of MP4 video files. - </longdescription> - <upstream> - <remote-id type="github">kernaltrap8/badvideo</remote-id> - </upstream> -</pkgmetadata> |
