From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A4C715802E for ; Sun, 30 Jun 2024 18:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77A78E2B78; Sun, 30 Jun 2024 18:26:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 590A3E2B78 for ; Sun, 30 Jun 2024 18:26:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AE7E335D64 for ; Sun, 30 Jun 2024 18:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C1F1DA5 for ; Sun, 30 Jun 2024 18:26:46 +0000 (UTC) From: "Aiden Wingard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aiden Wingard" Message-ID: <1719771986.d56ad09327c7c381eebc201de07fd4d887ec9f2a.kernaltrap@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/badvideo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/badvideo/badvideo-9999.ebuild app-misc/badvideo/metadata.xml X-VCS-Directories: app-misc/badvideo/ X-VCS-Committer: kernaltrap X-VCS-Committer-Name: Aiden Wingard X-VCS-Revision: d56ad09327c7c381eebc201de07fd4d887ec9f2a X-VCS-Branch: dev Date: Sun, 30 Jun 2024 18:26:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd757959-7e66-403f-abfa-ec0d6228ece4 X-Archives-Hash: ce29db0a4639ee6710f22be54cbe3566 commit: d56ad09327c7c381eebc201de07fd4d887ec9f2a Author: kernaltrap8 gmail com> AuthorDate: Sun Jun 30 18:26:26 2024 +0000 Commit: Aiden Wingard gmail com> CommitDate: Sun Jun 30 18:26:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d56ad093 app-misc/badvideo: new package, version 9999 Signed-off-by: kernaltrap8 gmail.com> app-misc/badvideo/badvideo-9999.ebuild | 25 +++++++++++++++++++++++++ app-misc/badvideo/metadata.xml | 18 ++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/app-misc/badvideo/badvideo-9999.ebuild b/app-misc/badvideo/badvideo-9999.ebuild new file mode 100644 index 000000000..e899423f1 --- /dev/null +++ b/app-misc/badvideo/badvideo-9999.ebuild @@ -0,0 +1,25 @@ +# 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 new file mode 100644 index 000000000..0ddbdebc7 --- /dev/null +++ b/app-misc/badvideo/metadata.xml @@ -0,0 +1,18 @@ + + + + + + aidenwingard2@gmail.com + Primary maintainer + + + 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. + + + kernaltrap8/badvideo + +