Skip to content

Commit

Permalink
Update tags in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Collette committed Jan 19, 2024
1 parent 928caba commit 31e28eb
Show file tree
Hide file tree
Showing 64 changed files with 322 additions and 155 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ carla
And every plugin spec that provides a standalone executable

# LastSourceUpdate: 2010
# GUIToolkit: Qt5

## To be added back to repo

Expand Down
6 changes: 3 additions & 3 deletions remid/remid.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Tag: MIDI
# Type: Plugin, LV2
# Type: Plugin, LV2, Standalone
# Category: Audio, Synthesizer

Name: remid
Name: remid
Version: 0.3
Release: 1%{?dist}
Summary: A lv2 port of the midi controlled implementation of the SID 6581 chip used in the Commodore 64
License: GPL-2.0-or-later
URL: https://github.com/ssj71/reMID.lv2
URL: https://github.com/ssj71/reMID.lv2

Vendor: Audinux
Distribution: Audinux
Expand Down
4 changes: 4 additions & 0 deletions rerdavies/lv2-toobamp.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Tag: Guitar, Effect
# Type: Plugin, LV2
# Category: Audio, Effect

Name: lv2-toobamp-plugins
Version: 1.0.29
Release: 1%{?dist}
Expand Down
8 changes: 6 additions & 2 deletions resources/SNB-IR.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Tag: Presets
# Type: Presets
# Category: Plugin

Summary: Impulse response from SNB studio
Name: SNB-IR
Name: SNB-IR
Version: 1.0.0
Release: 2%{?dist}
License: GPL-2.0-or-later AND GPL-3.0-only
URL: http://www.grgr.de/IR/
URL: http://www.grgr.de/IR/

Vendor: Audinux
Distribution: Audinux
Expand Down
8 changes: 6 additions & 2 deletions resources/impulse_response.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Tag: Presets
# Type: Presets
# Category: Plugin

Summary: Impulse responses for various cabinet
Name: impulse-response
Name: impulse-response
Version: 1.0.1
Release: 2%{?dist}
License: GPL-2.0-or-later AND GPL-3.0-only
URL: https://musical-artifacts.com/artifacts/252
URL: https://musical-artifacts.com/artifacts/252

Vendor: Audinux
Distribution: Audinux
Expand Down
8 changes: 4 additions & 4 deletions rezound/rezound.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Tag: Analyzer, Audio, Editor
# Type: Standalone
# Category: Audio, Tool

# Global variables for github repository
%global commit0 4d2e1d0065b6948462995fe80b952291363097a6
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

# Tag: Analyzer
# Type: Standalone
# Category: Audio, Tool

Summary: Audio Editing Package
Name: rezound
Version: 0.13.1.%{shortcommit0}
Expand Down
8 changes: 6 additions & 2 deletions rivendell/libcoverart.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Tag: Library
# Type: Devel
# Category: Programming

# Global variables for github repository
%global commit0 0983ff7b104dc864af56409de5f7c66b061c5857
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Summary: A library for accessing the MusicBrainz Cover Art Archive
Name: libcoverart
Name: libcoverart
Version: 1.0.0
Release: 4%{?dist}
License: LGPL
URL: https://github.com/metabrainz/libcoverart
URL: https://github.com/metabrainz/libcoverart

Vendor: Audinux
Distribution: Audinux
Expand Down
12 changes: 9 additions & 3 deletions rivendell/rivendell.spec
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Tag: Sequencer, Audio, Editor
# Type: Standalone
# Category: Audio, Tool

Summary: A radio automation system
Name: rivendell
Name: rivendell
Version: 4.1.2
Release: 1%{?dist}
License: LGPL
URL: https://github.com/ElvishArtisan/rivendell
URL: https://github.com/ElvishArtisan/rivendell

Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/ElvishArtisan/rivendell/archive/refs/tags/v%{version}.tar.gz#/rivendell-%{version}.tar.gz

BuildRequires: gcc gcc-c++
BuildRequires: autoconf automake libtool
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: python3
BuildRequires: alsa-lib-devel
BuildRequires: pkgconfig(jack)
Expand Down
6 changes: 3 additions & 3 deletions rkrlv2/rkrlv2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
%global gittag0 master
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

Name: rkrlv2
Name: rkrlv2
Version: 0.0.1.%{shortcommit0}
Release: 4%{?dist}
Summary: Rakarrack LV2 plugins
URL: https://github.com/ssj71/rkrlv2
URL: https://github.com/ssj71/rkrlv2
License: GPL-2.0-or-later

Vendor: Audinux
Expand All @@ -22,10 +22,10 @@ Source0: https://github.com/ssj71/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{s
Patch0: rkrlv2-0001-custom-install-path.patch

BuildRequires: gcc gcc-c++
BuildRequires: cmake
BuildRequires: lv2-devel
BuildRequires: libsamplerate-devel
BuildRequires: fftw-devel
BuildRequires: cmake

%description
This project is the rakarrack effects ported to LV2 plugins.
Expand Down
4 changes: 2 additions & 2 deletions roomreverb/roomreverb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Type: Plugin, LV2
# Category: Audio, Effect

Name: roomreverb
Name: roomreverb
Version: 1.1.0
Release: 1%{?dist}
Summary: Room Reverb is a mono/stereo to stereo algorithmic reverb audio plugin
License: GPL-3.0-or-later
URL: https://github.com/cvde/RoomReverb
URL: https://github.com/cvde/RoomReverb

Vendor: Audinux
Distribution: Audinux
Expand Down
4 changes: 4 additions & 0 deletions rosegarden/rosegarden.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Tag: Editor, Audio, Sequencer
# Type: Standalone
# Category: Audio, Sequencer, DAW

%global major 23.12

Name: rosegarden4
Expand Down
4 changes: 4 additions & 0 deletions rotor/rotor.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Tag: Audio, Effect
# Type: Plugin, VST3
# Category: Effect

Name: rotor
Version: 1.0.0
Release: 1%{?dist}
Expand Down
8 changes: 4 additions & 4 deletions rtcqs/rtcqs.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Tag: Editor
# Type: Standalone, IDE
# Category: Programming, Audio
# Tag: Tool
# Type: Standalone
# Category: Tool

Name: rtcqs
Name: rtcqs
Version: 0.5.2
Release: 1%{?dist}
Summary: rtcqs is a Python utility to setup real time parameters for low latency audio
Expand Down
11 changes: 8 additions & 3 deletions russolo/russolo.spec
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Tag: Effect, Synthesizer
# Type: Plugin, LV@
# Category: Effect, Synthesizer

%define commit0 33

Name: lv2-russolo
Name: lv2-russolo
Version: 0.0.1
Release: 1%{?dist}
Summary: Russolo Suite
License: GPL-3.0-or-later
URL: https://sourceforge.net/projects/intonarumori/
URL: https://sourceforge.net/projects/intonarumori/

Vendor: Audinux
Distribution: Audinux

Source0: https://sourceforge.net/code-snapshots/svn/i/in/intonarumori/code/intonarumori-code-r%{commit0}.zip

BuildRequires: gcc-c++ make
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: lv2-devel

%description
Expand Down
6 changes: 3 additions & 3 deletions ryukau/ryukau.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Tag: Synthesizer
# Type: LV2
# Type: Plugin, VST, LV2
# Category: Synthesizer

# Global variables for github repository
%global commit0 e5eee4c3

Name: ryukau
Name: ryukau
Version: 0.0.1.%{commit0}
Release: 4%{?dist}
Summary: Some audio plugins (LV2 and VST) from ruykau
License: GPL-2.0-or-later
URL: https://github.com/Wasted-Audio/ryukau_LV2Plugins
URL: https://github.com/Wasted-Audio/ryukau_LV2Plugins

Vendor: Audinux
Distribution: Audinux
Expand Down
10 changes: 5 additions & 5 deletions ryukau/uhhyouplugins.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Tag: Synthesizer
# Type: LV2
# Category: Synthesizer
# Tag: Synthesizer, Effect
# Type: Plugin, VST3
# Category: Synthesizer, Effect

# Global variables for github repository

Name: uhhyouplugins
Name: uhhyouplugins
Version: 0.61.0
Release: 1%{?dist}
Summary: Uhhyou Plugins VST 3
License: GPL-2.0-or-later
URL: https://github.com/ryukau/VSTPlugins
URL: https://github.com/ryukau/VSTPlugins

Vendor: Audinux
Distribution: Audinux
Expand Down
4 changes: 2 additions & 2 deletions samplebrain/samplebrain.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Category: Audio, Tool
# GUIToolkit: Qt5

Name: samplebrain
Name: samplebrain
Version: 0.18.4
Release: 1%{?dist}
Summary: A custom sample mashing app designed by Aphex Twin
URL: https://gitlab.com/then-try-this/samplebrain
URL: https://gitlab.com/then-try-this/samplebrain
License: GPL-2.0-or-later

Vendor: Audinux
Expand Down
9 changes: 7 additions & 2 deletions samplehive/samplehive.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Name: samplehive
# Tag: Editor, Audio, Tool
# Type: Standalone
# Category: Standalone
# Category: Audio, Tool

Name: samplehive
Version: 0.8.4
Release: 1%{?dist}
Summary: A simple, modern audio sample browser/manager
License: GPL-2.0-or-later
URL: https://gitlab.com/samplehive/sample-hive
URL: https://gitlab.com/samplehive/sample-hive

Vendor: Audinux
Distribution: Audinux
Expand Down
8 changes: 6 additions & 2 deletions saugns/saugns.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Name: saugns
# Tag: Devel, Audio
# Type: Standalone, Language
# Category: Devel, Audio, Tool

Name: saugns
Version: 0.4.2d
Release: 1%{?dist}
Summary: Scriptable AUdio GeNeration System - implements the SAU language.
License: GPL-3.0-only
URL: https://github.com/saugns/saugns
URL: https://github.com/saugns/saugns

Vendor: Audinux
Distribution: Audinux
Expand Down
4 changes: 2 additions & 2 deletions schismtracker/schismtracker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Type: Standalone
# Category: Audio, Sequencer

Name: schismtracker
Name: schismtracker
Version: 20231029
Release: 2%{?dist}
Summary: Module tracker software for creating music
License: GPL-3.0-or-later
URL: https://github.com/schismtracker/schismtracker
URL: https://github.com/schismtracker/schismtracker

Vendor: Audinux
Distribution: Audinux
Expand Down
26 changes: 16 additions & 10 deletions seq24/seq24.spec
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
Summary: Real-time midi sequencer
Name: seq24
Version: 0.9.3
Release: 8%{?dist}
License: GPL-2.0-or-later
URL: http://launchpad.net/%{name}
# Tag: Sequencer, MIDI
# Type: Standalone
# Category: Audio, Sequencer, MIDI

Summary: Real-time midi sequencer
Name: seq24
Version: 0.9.3
Release: 8%{?dist}
License: GPL-2.0-or-later
URL: http://launchpad.net/%{name}

Vendor: Audinux
Distribution: Audinux

Source: http://launchpad.net/%{name}/trunk/%{version}/+download/seq24-%{version}.tar.bz2
Source1: %{name}.png
Source2: %{name}.desktop
Source: http://launchpad.net/%{name}/trunk/%{version}/+download/seq24-%{version}.tar.bz2
Source1: %{name}.png
Source2: %{name}.desktop

BuildRequires: gcc gcc-c++
BuildRequires: lash-devel gtkmm24-devel
BuildRequires: make
BuildRequires: lash-devel
BuildRequires: gtkmm24-devel
BuildRequires: desktop-file-utils

Requires: hicolor-icon-theme
Expand Down
8 changes: 6 additions & 2 deletions seq42/seq42.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Name: seq42
# Tag: Sequencer, MIDI
# Type: Standalone
# Category: Audio, Sequencer, MIDI

Name: seq42
Version: 2.1.3
Release: 1%{?dist}
Summary: MIDI sequencer
License: GPL
URL: https://github.com/Stazed/seq42
URL: https://github.com/Stazed/seq42

Vendor: Audinux
Distribution: Audinux
Expand Down
8 changes: 6 additions & 2 deletions seq66/seq66.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Name: seq66
# Tag: Sequencer, MIDI
# Type: Standalone
# Category: Audio, Sequencer, MIDI

Name: seq66
Version: 0.99.12
Release: 1%{?dist}
Summary: MIDI sequencer
License: GPL
URL: https://github.com/ahlstromcj/seq66
URL: https://github.com/ahlstromcj/seq66

Vendor: Audinux
Distribution: Audinux
Expand Down
Loading

0 comments on commit 31e28eb

Please sign in to comment.