Package Details: encoder-benchmark-git 0.6.1.alpha.r3.g8a46f7d-1

Git Clone URL: https://aur.archlinux.org/encoder-benchmark-git.git (read-only, click to copy)
Package Base: encoder-benchmark-git
Description: A tool to benchmark your hardware's real-time video encoding capabilities.
Upstream URL: https://github.com/Proryanator/encoder-benchmark
Keywords: encoder-benchmark
Licenses: GPL3
Conflicts: encoder-benchmark
Provides: encoder-benchmark
Submitter: E_D3V
Maintainer: E_D3V (Proryanator)
Last Packager: E_D3V
Votes: 1
Popularity: 0.000000
First Submitted: 2023-10-02 01:26 (UTC)
Last Updated: 2023-11-02 23:53 (UTC)

Pinned Comments

E_D3V commented on 2023-10-12 23:55 (UTC)

Non Git version here: https://aur.archlinux.org/packages/encoder-benchmark

Latest Comments

Ari43 commented on 2025-12-23 14:10 (UTC) (edited on 2025-12-23 14:20 (UTC) by Ari43)

This package currently provides the benchmark binary. A simple change to the install command prevents it from conflicting with other packages that also provide this binary, such as festival, and makes it less generic.

diff --git a/PKGBUILD b/PKGBUILD
index 5bad67c..f767ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: e-dong <eric2043@gmail.com>
 # Maintainer: Proryanator <proryanator@gmail.com>
 pkgname=encoder-benchmark-git
-pkgver=0.6.1.alpha.r3.g8a46f7d
+pkgver=0.6.1.alpha.r8.g859ea18
 pkgrel=1
 pkgdesc="A tool to benchmark your hardware's real-time video encoding capabilities."
 arch=("x86_64")
@@ -40,7 +40,7 @@ check() {

 package() {
     cd encoder-benchmark
-    install -Dm0755 -t "$pkgdir/usr/bin/" target/release/benchmark
+    install -Dm0755 -T target/release/benchmark "$pkgdir/usr/bin/encoder-benchmark"
     install -Dm0755 -t "$pkgdir/usr/bin/" target/release/permutor-cli
 }

E_D3V commented on 2023-10-12 23:55 (UTC)

Non Git version here: https://aur.archlinux.org/packages/encoder-benchmark