Package Details: friture-git 0.49.r12.g2972d2b-1

Git Clone URL: https://aur.archlinux.org/friture-git.git (read-only, click to copy)
Package Base: friture-git
Description: An application to visualize and analyze live audio data in real-time.
Upstream URL: https://friture.org/
Licenses: GPL3
Conflicts: friture
Provides: friture
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 1
Popularity: 0.100180
First Submitted: 2016-05-19 14:04 (UTC)
Last Updated: 2023-10-03 17:09 (UTC)

Latest Comments

1 2 Next › Last »

MaximGun commented on 2023-11-25 16:01 (UTC)

Thanks for packaging this. FWIW, this builds and runs fine with the cython package as opposed to the legacy cython0. The packages conflict, and it would be nice not to have to remove cython, install cython0, upgrade friture-git, and reinstall cython for every upgrade.

Technetium1 commented on 2022-09-11 22:59 (UTC)

This is missing both python-pip & python-setuptools to build in clean chroot.

Tio commented on 2020-03-11 12:50 (UTC)

True, I apologize.

ax34 commented on 2020-03-10 15:04 (UTC)

@Tio, looks like problem of python-pyrr or pamac, not of friture-git

Tio commented on 2020-03-10 11:09 (UTC)

I get this error:

writing pyrr.egg-info/PKG-INFO
writing dependency_links to pyrr.egg-info/dependency_links.txt
writing requirements to pyrr.egg-info/requires.txt
writing top-level names to pyrr.egg-info/top_level.txt
writing manifest file 'pyrr.egg-info/SOURCES.txt'
reading manifest file 'pyrr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
no previously-included directories found matching 'docs/build'
writing manifest file 'pyrr.egg-info/SOURCES.txt'
Copying pyrr.egg-info to /var/tmp/pamac-build-tio/python-pyrr/pkg/python-pyrr/usr/lib/python3.8/site-packages/pyrr-0.10.3-py3.8.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-pyrr"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pyrr 0.10.3-1 (Tue 10 Mar 2020 12:08:15 PM CET)
==> Cleaning up...

Failed to prepare transaction:
could not find or read package

ax34 commented on 2019-12-11 17:53 (UTC)

@robertfoster, thank you, reinstalling helped

robertfoster commented on 2019-12-11 06:53 (UTC) (edited on 2019-12-11 06:54 (UTC) by robertfoster)

@ax34 python-pyrr is added to runtime deps. please reinstall it. maybe it's not in the python 3.8 paths

ax34 commented on 2019-12-10 21:20 (UTC) (edited on 2019-12-10 21:22 (UTC) by ax34)

Thank you for rtmixer, now i get this error:

...
  File "/usr/lib/python3.8/site-packages/friture/plotting/glCanvasWidget.py", line 6, in <module>
    import pyrr
ModuleNotFoundError: No module named 'pyrr'

ax34 commented on 2019-12-08 15:59 (UTC)

It seems like now this package requires something as a dependency:

Unhandled exception: Traceback (most recent call last):
  File "/bin/friture", line 8, in <module>
    from friture.analyzer import main
  File "/usr/lib/python3.8/site-packages/friture/analyzer.py", line 38, in <module>
    from friture.about import About_Dialog  # About dialog
  File "/usr/lib/python3.8/site-packages/friture/about.py", line 27, in <module>
    from friture.statisticswidget import StatisticsWidget
  File "/usr/lib/python3.8/site-packages/friture/statisticswidget.py", line 21, in <module>
    from friture.audiobackend import AudioBackend
  File "/usr/lib/python3.8/site-packages/friture/audiobackend.py", line 25, in <module>
    import rtmixer
ModuleNotFoundError: No module named 'rtmixer'