Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37699968
en ru br
Репозитории ALT

Группа :: Звук
Пакет: lv2-invada-plugins

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 


%define oname invada-studio-plugins-lv2

Name:    lv2-invada-plugins
Version: 1.2.0
Release: alt2

Group:   Sound
Summary: A collection of LV2 plugins from Invada Records

License: GPLv2-or-later
URL:     http://launchpad.net/invada-studio

Source: %oname-%version.tar

Patch101: 101-denormals-in-meters-and-phase-rename.patch
Patch103: 103-fixed_wrong_graph_in_compressor_gui.patch
Patch105: 105-denormal.patch
Patch106: 106-segfault-when-closing-gui.patch
Patch107: 107-ttl-fix.patch


BuildRequires: pkgconfig(lv2)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(cairo)

%description
A collection of LV2 plugins:
* Delay Munge - two channel delay with non-linear feedback;
* Tube - valve warmth/distortion simulation;
* Compressor - peak/RMS softclipping compressor;
* ER Reverb - early reflection based reverb;
* Gentle low and high pass filters;
* Stereo Phaser;
* Meters - peak, VU, phase and spectrograph;
* Input Module - alter gain, balance, width, phase on a stereo signal;
* Test Tones - generates test tones at standard and muscial frequencies.

%prep
%setup -n %oname-%version
%autopatch -p0

# Make make more verbose and LTO-friendly; make it respect %%optflags

find . -name Makefile -exec sed -i \
   -e 's| at $(CC)|$(CC)|'  \
   -e 's| at $(LD)|$(LD)|'  \
   -e 's| at ar\b|gcc-ar|'  \
   -e '/^CFLAGS\s*=/ s|$| %optflags|'  \
   -e '/^LDFLAGS\s*=/ s|$| %optflags|' \
   '{}' ';'

%build
%make_build

%install
%make_install install-sys \
   DESTDIR=%buildroot \
   INSTALL_SYS_PLUGINS_DIR="%_libdir/lv2"

%files
%_libdir/lv2/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin