* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/badvideo/
@ 2024-06-30 18:26 Aiden Wingard
0 siblings, 0 replies; 4+ messages in thread
From: Aiden Wingard @ 2024-06-30 18:26 UTC (permalink / raw
To: gentoo-commits
commit: d56ad09327c7c381eebc201de07fd4d887ec9f2a
Author: kernaltrap8 <kernaltrap <AT> gmail <DOT> com>
AuthorDate: Sun Jun 30 18:26:26 2024 +0000
Commit: Aiden Wingard <kernaltrap <AT> gmail <DOT> 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 <kernaltrap <AT> 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 @@
+<?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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/badvideo/
@ 2024-07-01 14:33 Aiden Wingard
0 siblings, 0 replies; 4+ messages in thread
From: Aiden Wingard @ 2024-07-01 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 6fb60960221f8b577d9075eff1002a15e1d6a3f5
Author: kernaltrap8 <kernaltrap <AT> gmail <DOT> com>
AuthorDate: Mon Jul 1 14:33:53 2024 +0000
Commit: Aiden Wingard <kernaltrap <AT> gmail <DOT> com>
CommitDate: Mon Jul 1 14:33:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fb60960
app-misc/badvideo: add version 5.2
Signed-off-by: kernaltrap8 <kernaltrap <AT> gmail.com>
.../badvideo/{badvideo-9999.ebuild => badvideo-5.2.ebuild} | 13 ++++++-------
app-misc/badvideo/badvideo-9999.ebuild | 2 +-
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/app-misc/badvideo/badvideo-9999.ebuild b/app-misc/badvideo/badvideo-5.2.ebuild
similarity index 64%
copy from app-misc/badvideo/badvideo-9999.ebuild
copy to app-misc/badvideo/badvideo-5.2.ebuild
index e899423f1..da9e144fb 100644
--- a/app-misc/badvideo/badvideo-9999.ebuild
+++ b/app-misc/badvideo/badvideo-5.2.ebuild
@@ -3,15 +3,14 @@
EAPI=8
+inherit git-r3
+
+EGIT_REPO_URI="https://github.com/kernaltrap8/badvideo"
+EGIT_COMMIT="v${PV}"
+
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"
@@ -21,5 +20,5 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_install() {
- newbin ${S}/src/badvideo.sh badvideo
+ newbin "${S}"/src/badvideo.sh badvideo
}
diff --git a/app-misc/badvideo/badvideo-9999.ebuild b/app-misc/badvideo/badvideo-9999.ebuild
index e899423f1..bf17bce42 100644
--- a/app-misc/badvideo/badvideo-9999.ebuild
+++ b/app-misc/badvideo/badvideo-9999.ebuild
@@ -21,5 +21,5 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_install() {
- newbin ${S}/src/badvideo.sh badvideo
+ newbin "${S}"/src/badvideo.sh badvideo
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/badvideo/
@ 2024-07-01 15:23 Aiden Wingard
0 siblings, 0 replies; 4+ messages in thread
From: Aiden Wingard @ 2024-07-01 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 8ca0a90c3949118392432fa947a8324f20cbc664
Author: kernaltrap8 <kernaltrap <AT> gmail <DOT> com>
AuthorDate: Mon Jul 1 15:23:06 2024 +0000
Commit: Aiden Wingard <kernaltrap <AT> gmail <DOT> com>
CommitDate: Mon Jul 1 15:23:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ca0a90c
app-misc/badvideo: update SRC_URI and add keywords ~amd64
Signed-off-by: kernaltrap8 <kernaltrap <AT> gmail.com>
app-misc/badvideo/Manifest | 1 +
app-misc/badvideo/badvideo-5.2.ebuild | 6 ++----
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-misc/badvideo/Manifest b/app-misc/badvideo/Manifest
new file mode 100644
index 000000000..71904b090
--- /dev/null
+++ b/app-misc/badvideo/Manifest
@@ -0,0 +1 @@
+DIST v5.2.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
index da9e144fb..defbd4da1 100644
--- a/app-misc/badvideo/badvideo-5.2.ebuild
+++ b/app-misc/badvideo/badvideo-5.2.ebuild
@@ -3,16 +3,14 @@
EAPI=8
-inherit git-r3
-
-EGIT_REPO_URI="https://github.com/kernaltrap8/badvideo"
-EGIT_COMMIT="v${PV}"
+SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz"
DESCRIPTION="Ruin your videos in SECONDS!"
HOMEPAGE="https://github.com/kernaltrap8/badvideo"
LICENSE="BSD"
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
media-video/ffmpeg[opus,x264]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/badvideo/
@ 2024-07-03 16:07 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2024-07-03 16:07 UTC (permalink / raw
To: gentoo-commits
commit: 00a35172d290884a5f4fec4a85f0cba497f2feae
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jul 3 16:00:26 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jul 3 16:00:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00a35172
app-misc/badvideo: rename source to ${P}.gh.tar.gz
Fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
app-misc/badvideo/Manifest | 2 +-
app-misc/badvideo/badvideo-5.2.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-misc/badvideo/Manifest b/app-misc/badvideo/Manifest
index 71904b090..a5c1b5784 100644
--- a/app-misc/badvideo/Manifest
+++ b/app-misc/badvideo/Manifest
@@ -1 +1 @@
-DIST v5.2.tar.gz 20090147 BLAKE2B 192fbbe885d576075dc4b258cc2e81c3dc6feeeb49620c3f6dddc80d6edf4e3c4ee9e60c253c1ce563c86cb73aeb9aca4cd8fbef557c730360717648b07550e0 SHA512 59e53c61251c1e60e0e694ce0916caca2a933d9c4e27d2bf6d401b859602148353a035309209c27c5a74cd801ad8b4c91455eed8a3635cd97938dc6718dc5012
+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
index defbd4da1..c8e9d4b42 100644
--- a/app-misc/badvideo/badvideo-5.2.ebuild
+++ b/app-misc/badvideo/badvideo-5.2.ebuild
@@ -3,10 +3,9 @@
EAPI=8
-SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz"
-
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"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-03 16:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 14:33 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/badvideo/ Aiden Wingard
-- strict thread matches above, loose matches on Subject: below --
2024-07-03 16:07 Lucio Sauer
2024-07-01 15:23 Aiden Wingard
2024-06-30 18:26 Aiden Wingard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox