Package Details: dr14_t.meter-git v1.0.15.r201.g1124015-4

Git Clone URL: https://aur.archlinux.org/dr14_t.meter-git.git (read-only, click to copy)
Package Base: dr14_t.meter-git
Description: DR14 T.meter is a command line tool for computing the Dynamic Range of your music
Upstream URL: https://github.com/hboetes/dr14_t.meter
Licenses: GPL3
Conflicts: dr14_t.meter, dr14_tmeter
Provides: dr14_t.meter
Submitter: coldBug
Maintainer: coldBug
Last Packager: coldBug
Votes: 29
Popularity: 0.000115
First Submitted: 2018-07-01 17:08 (UTC)
Last Updated: 2026-01-20 10:03 (UTC)

Latest Comments

1 2 3 Next › Last »

lodger commented on 2026-01-20 10:45 (UTC) (edited on 2026-01-20 10:45 (UTC) by lodger)

Thanks. After switching to the fork it at least works fine, but before the result it pukes out a little:

Traceback (most recent call last):
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 340, in main
    code = _serve_one(child_r, fds,
                      unused_fds,
                      old_handlers)
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 380, in _serve_one
    code = spawn._main(child_r, parent_sentinel)
  File "/usr/lib/python3.14/multiprocessing/spawn.py", line 132, in _main
    self = reduction.pickle.load(from_parent)
  File "/usr/lib/python3.14/multiprocessing/synchronize.py", line 117, in __setstate__
    self._semlock = _multiprocessing.SemLock._rebuild(*state)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 340, in main
    code = _serve_one(child_r, fds,
                      unused_fds,
                      old_handlers)
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 380, in _serve_one
    code = spawn._main(child_r, parent_sentinel)
  File "/usr/lib/python3.14/multiprocessing/spawn.py", line 132, in _main
    self = reduction.pickle.load(from_parent)
  File "/usr/lib/python3.14/multiprocessing/synchronize.py", line 117, in __setstate__
    self._semlock = _multiprocessing.SemLock._rebuild(*state)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory

------------------------------------------------------------ 
> Scan Dir: /tmp/fl/TORMENTOR/1987 - Seventh Day Of Doom 

Traceback (most recent call last):
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 340, in main
    code = _serve_one(child_r, fds,
                      unused_fds,
                      old_handlers)
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 380, in _serve_one
    code = spawn._main(child_r, parent_sentinel)
  File "/usr/lib/python3.14/multiprocessing/spawn.py", line 132, in _main
    self = reduction.pickle.load(from_parent)
  File "/usr/lib/python3.14/multiprocessing/synchronize.py", line 117, in __setstate__
    self._semlock = _multiprocessing.SemLock._rebuild(*state)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 340, in main
    code = _serve_one(child_r, fds,
                      unused_fds,
                      old_handlers)
  File "/usr/lib/python3.14/multiprocessing/forkserver.py", line 380, in _serve_one
    code = spawn._main(child_r, parent_sentinel)
  File "/usr/lib/python3.14/multiprocessing/spawn.py", line 132, in _main
    self = reduction.pickle.load(from_parent)
  File "/usr/lib/python3.14/multiprocessing/synchronize.py", line 117, in __setstate__
    self._semlock = _multiprocessing.SemLock._rebuild(*state)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory

coldBug commented on 2026-01-20 10:04 (UTC)

Fine, I switched to the fork.

Rendrox commented on 2026-01-14 00:28 (UTC)

Also not working for me, I'm getting Python errors as well.

fnix commented on 2026-01-12 19:25 (UTC)

Not working in my case with several Python 3.14 errors, maybe the fork should be considered indeed.

coldBug commented on 2026-01-12 13:56 (UTC)

Thanks for the heads-up; I included the regex fixes and patch for the off-by-one error. So it should now work with Python 3.14. If the hboetes fork keeps being active, I will possibly switch this package to it.

evh5150 commented on 2026-01-11 11:14 (UTC)

Thank you @cucu9.

xAsh commented on 2026-01-11 05:25 (UTC)

plz update your pkgbuild,

diff --git a/PKGBUILD b/PKGBUILD
index 83b1617..81bbce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,11 @@ optdepends=('python-matplotlib: plot support for python' 'python-scipy: dyn comp
 makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
 provides=("${pkgname%-git}")
 conflicts=("${pkgname%-git}" "dr14_tmeter")
-source=('dr14_t.meter::git+https://github.com/simon-r/dr14_t.meter.git#branch=master')
+source=('dr14_t.meter::git+https://github.com/simon-r/dr14_t.meter.git#branch=master'
+        '0001-Patch-for-Python-3.13.patch')
 noextract=()
-md5sums=('SKIP')
+md5sums=('SKIP'
+         'a1e53450780d3eabc4088a9931fc30a5')

 pkgver() {
        cd "$srcdir/${pkgname%-git}"
@@ -23,7 +25,7 @@ pkgver() {
 build() {
        cd "$srcdir/${pkgname%-git}"
     # Apply python 3.13 patch
-    git am < "../../0001-Patch-for-Python-3.13.patch"
+    patch -p1 < "$srcdir/0001-Patch-for-Python-3.13.patch"
     python -m build --wheel --no-isolation
 }

cucu9 commented on 2026-01-11 05:06 (UTC) (edited on 2026-01-11 05:07 (UTC) by cucu9)

@evh5150 Same. I discovered an up-to-date fork here.

I replaced line 14 of the PKGBUILD with

source=('dr14_t.meter::git+https://github.com/hboetes/dr14_t.meter.git#branch=master')

I also removed lines 25 and 26 (the python 3 patch, which AFAICT is not needed with the hboetes fork) and it compiled fine. Hope this helps.

evh5150 commented on 2026-01-07 16:32 (UTC)

I get the following error during the build: 'fatal: unable to auto-detect email address'. Any fixes?

coldBug commented on 2025-07-24 14:17 (UTC)

perfect, included your patch :)