Port details |
- lv2file Simple program that apples LV2 effects to audio files
- 0.95_1 audio =2 0.95_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2017-08-17 21:53:40
- Last Update: 2023-04-25 15:17:15
- Commit Hash: feb1fa3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/jeremysalwen/lv2file
- Description:
- lv2file is a simple program which you can use to apply effects to your audio
files without much hassle. Possible use cases are:
* When you want to apply an effect without having to open a GUI or start
a project.
* When you want to apply effects to a large number of files, or in
an automated manner.
* When you need a deterministic environment to debug a plugin.
* You like everything to be on the command line.
lv2file uses the LV2 plugin format (http://lv2plug.in/) for the effects it uses.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/lv2file/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/lv2file
- pkg install lv2file
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lv2file
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645982389
SHA256 (jeremysalwen-lv2file-upstream-0.95_GH0.tar.gz) = 2153ef7be4a8065d45fc5cdcaf052cd6165a2c033de62ee556f214f53d6cb99c
SIZE (jeremysalwen-lv2file-upstream-0.95_GH0.tar.gz) = 23529
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lv2>0 : audio/lv2
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libargtable2.so : devel/argtable
- libserd-0.so : devel/serd
- libsord-0.so : devel/sord
- liblilv-0.so : audio/lilv
- libsndfile.so : audio/libsndfile
- libsratom-0.so : audio/sratom
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_lv2file
- USES:
- gmake localbase pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.95_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.95 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.95 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.95 27 Feb 2022 18:35:41 |
Yuri Victorovich (yuri) |
audio/lv2file: Update 0.93 -> 0.95
Reported by: portscout |
0.93 02 Feb 2022 09:42:02 |
Yuri Victorovich (yuri) |
audio/lv2file: Update 0.84-31 -> 0.93
Reported by: portscout |
0.84.31_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.84.31 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
0.84.31 10 Jul 2018 05:19:22 |
yuri |
audio/lv2file: Update 0.82-1-19 -> 0.84-31 |
0.82.1.19 25 Feb 2018 00:40:37 |
yuri |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
0.82.1.19 17 Aug 2017 21:53:30 |
ultima |
lv2file is a simple program which you can use to apply effects to your audio
files without much hassle. Possible use cases are:
* When you want to apply an effect without having to open a GUI or start a
project.
* When you want to apply effects to a large number of files, or in an automated
manner.
* When you need a deterministic environment to debug a plugin.
* You like everything to be on the command line.
lv2file uses the LV2 plugin format (http://lv2plug.in/) for the effects it uses.
WWW: https://github.com/jeremysalwen/lv2file
PR: 221214
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12058 |