*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2018-05-28 08:06:42 +02:00
parent 3d61ccf7b2
commit 8fd0623a7c
4600 changed files with 5791 additions and 5885 deletions

View File

@ -1,3 +1,3 @@
Wrapper around Archive::Rar.
WWW: http://search.cpan.org/dist/Archive-Any-Plugin-Rar/
WWW: https://metacpan.org/release/Archive-Any-Plugin-Rar

View File

@ -1,4 +1,4 @@
This module is a single interface for manipulating different archive
formats. Tarballs, zip files, etc.
WWW: http://search.cpan.org/dist/Archive-Any/
WWW: https://metacpan.org/release/Archive-Any

View File

@ -3,4 +3,4 @@ instead of using Perl modules and external commands, it uses the libarchive C
libary. It supports many different archive formats and compression algorithms
and is fast.
WWW: http://search.cpan.org/dist/Archive-Extract-Libarchive/
WWW: https://metacpan.org/release/Archive-Extract-Libarchive

View File

@ -5,4 +5,4 @@ or .zip without having to worry how it does so, or use different
interfaces for each type by using either perl modules, or command line
tools on your system.
WWW: http://search.cpan.org/dist/Archive-Extract/
WWW: https://metacpan.org/release/Archive-Extract

View File

@ -1,4 +1,4 @@
This module lets you peek into archives without extracting them.
It currently supports tar files and zip files.
WWW: http://search.cpan.org/dist/Archive-Peek/
WWW: https://metacpan.org/release/Archive-Peek

View File

@ -1,3 +1,3 @@
Archive::Rar uses the standard perl module install process
WWW: http://search.cpan.org/dist/Archive-Rar/
WWW: https://metacpan.org/release/Archive-Rar

View File

@ -1,3 +1,3 @@
Simple module for extract archives
WWW: http://search.cpan.org/dist/Archive-SimpleExtractor/
WWW: https://metacpan.org/release/Archive-SimpleExtractor

View File

@ -9,4 +9,4 @@ It differs from Archive::Tar in two ways:
- Archive::Tar::Wrapper is 100% compliant with the platform's tar utility,
because it uses it internally.
WWW: http://search.cpan.org/dist/Archive-Tar-Wrapper/
WWW: https://metacpan.org/release/Archive-Tar-Wrapper

View File

@ -8,4 +8,4 @@ An object of class Archive::Tar represents a .tar(.gz) archive full of files
and things.
Roman Shterenzon <roman@xpert.com>
WWW: http://search.cpan.org/dist/Archive-Tar/
WWW: https://metacpan.org/release/Archive-Tar

View File

@ -2,4 +2,4 @@ Bzip2 bindings for Perl5. That means you can access the
Bzip2 library from your Perl scripts there by compressing ordinary
Perl strings.
WWW: http://search.cpan.org/dist/Compress-Bzip2/
WWW: https://metacpan.org/release/Compress-Bzip2

View File

@ -1,3 +1,3 @@
The Compress::LZ4 module provides an interface to the LZ4 (de)compressor.
WWW: http://search.cpan.org/dist/Compress-LZ4/
WWW: https://metacpan.org/release/Compress-LZ4

View File

@ -5,4 +5,4 @@ repetitive data as well. The module is self-contained and very small
(no large library to be pulled in). It is also free, so there should
be no problems incorporating this module into commercial programs.
WWW: http://search.cpan.org/dist/Compress-LZF/
WWW: https://metacpan.org/release/Compress-LZF

View File

@ -3,4 +3,4 @@ compression library (see "AUTHOR" for details about where to get LZO).
A relevant subset of the functionality provided by LZO is available in
Compress::LZO.
WWW: http://search.cpan.org/dist/Compress-LZO/
WWW: https://metacpan.org/release/Compress-LZO

View File

@ -3,4 +3,4 @@ compression algorithm. It defaults to building a 16-bit codeword table,
but provides the ability to choose a 12-bit table also. Depending on
the size of your data, the 12-bit table may provide better compression.
WWW: http://search.cpan.org/dist/Compress-LZW/
WWW: https://metacpan.org/release/Compress-LZW

View File

@ -1,3 +1,3 @@
Low-Level Interface to bzip2 compression library.
WWW: http://search.cpan.org/dist/Compress-Raw-Bzip2/
WWW: https://metacpan.org/release/Compress-Raw-Bzip2

View File

@ -1,3 +1,3 @@
Compress::Raw::Lzma is a low-Level interface to lzma compression library.
WWW: http://search.cpan.org/dist/Compress-Raw-Lzma/
WWW: https://metacpan.org/release/Compress-Raw-Lzma

View File

@ -1,3 +1,3 @@
Compress::Raw::Zlib provides low-Level Interface to zlib compression library.
WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/
WWW: https://metacpan.org/release/Compress-Raw-Zlib

View File

@ -6,4 +6,4 @@ compression. For instance, compared to the fastest mode of zlib, Snappy is an
order of magnitude faster for most inputs, but the resulting compressed files
are anywhere from 20% to 100% bigger.
WWW: http://search.cpan.org/dist/Compress-Snappy/
WWW: https://metacpan.org/release/Compress-Snappy

View File

@ -1,3 +1,3 @@
IO::Compress::Lzf is a perl module for reading/writing lzf files/buffer.
WWW: http://search.cpan.org/dist/IO-Compress-Lzf/
WWW: https://metacpan.org/release/IO-Compress-Lzf

View File

@ -1,3 +1,3 @@
IO::Compress::Lzma is a perl module for reading/writing lzma files/buffer.
WWW: http://search.cpan.org/dist/IO-Compress-Lzma/
WWW: https://metacpan.org/release/IO-Compress-Lzma

View File

@ -1,3 +1,3 @@
IO::Compress::Lzop is a perl module for reading/writing lzop files/buffer.
WWW: http://search.cpan.org/dist/IO-Compress-Lzop/
WWW: https://metacpan.org/release/IO-Compress-Lzop

View File

@ -1,4 +1,4 @@
This module contains the base, bzip2, deflate, gzip, zip and zlib classes for
IO::Compress and IO::Uncompress modules and the Compress::Zlib module.
WWW: http://search.cpan.org/dist/IO-Compress/
WWW: https://metacpan.org/release/IO-Compress

View File

@ -5,4 +5,4 @@ package. The main advantage is that you can use an IO::Zlib object
in much the same way as an IO::File object so you can have common
code that doesn't know which sort of file it is using.
WWW: http://search.cpan.org/dist/IO-Zlib/
WWW: https://metacpan.org/release/IO-Zlib

View File

@ -2,4 +2,4 @@ POE::Filter::Bzip2 provides a POE filter for performing compression/
decompression using Compress::Bzip2. It is suitable for use with
POE::Filter::Stackable.
WWW: http://search.cpan.org/dist/POE-Filter-Bzip2/
WWW: https://metacpan.org/release/POE-Filter-Bzip2

View File

@ -2,4 +2,4 @@ POE::Filter::LZF provides a POE filter for performing compression/
decompression using Compress::LZF. It is suitable for use with
POE::Filter::Stackable.
WWW: http://search.cpan.org/dist/POE-Filter-LZF/
WWW: https://metacpan.org/release/POE-Filter-LZF

View File

@ -2,4 +2,4 @@ POE::Filter::LZO provides a POE filter for performing compression/
decompression using Compress::LZO. It is suitable for use with
POE::Filter::Stackable.
WWW: http://search.cpan.org/dist/POE-Filter-LZO/
WWW: https://metacpan.org/release/POE-Filter-LZO

View File

@ -2,4 +2,4 @@ POE::Filter::LZW provides a POE filter for performing compression/
uncompression using Compress::LZW. It is suitable for use with
POE::Filter::Stackable.
WWW: http://search.cpan.org/dist/POE-Filter-LZW/
WWW: https://metacpan.org/release/POE-Filter-LZW

View File

@ -2,4 +2,4 @@ POE::Filter::Zlib provides a POE filter for performing compression/
uncompression using Compress::Zlib. It is suitable for use with
POE::Filter::Stackable.
WWW: http://search.cpan.org/dist/POE-Filter-Zlib/
WWW: https://metacpan.org/release/POE-Filter-Zlib

View File

@ -3,4 +3,4 @@ format used by the gzip program. Compression and decompression are
implemented, but not together. If you attempt to open a file for
reading and writing the open will fail.
WWW: http://search.cpan.org/dist/PerlIO-gzip/
WWW: https://metacpan.org/release/PerlIO-gzip

View File

@ -1,4 +1,4 @@
This module implements a PerlIO layer which will let you handle bzip2
compressed files transparently.
WWW: http://search.cpan.org/dist/PerlIO-via-Bzip2/
WWW: https://metacpan.org/release/PerlIO-via-Bzip2

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= python-lzo
PORTVERSION= 1.11
DISTVERSION= 1.12
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblzo2.so:archivers/lzo2
USES= python
USES= localbase python
USE_PYTHON= autoplist distutils
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/lzo
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1492589752
SHA256 (python-lzo-1.11.tar.gz) = 38a0ea4ceb27cdd8e3526509fe1b7a936e5dfa57c64608fd32085c129e8be386
SIZE (python-lzo-1.11.tar.gz) = 13823
TIMESTAMP = 1527456280
SHA256 (python-lzo-1.12.tar.gz) = 97a8e46825e8f1abd84c2a3372bc09adae9745a5be5d3af2692cd850dac35345
SIZE (python-lzo-1.12.tar.gz) = 14042

View File

@ -4,4 +4,4 @@ replacement of the satpass script in distribution Astro-satpass, aimed
at making it easier to test, and removing some of the odder cruft that
has accumulated in the satpass script.
WWW: http://search.cpan.org/dist/Astro-App-Satpass2/
WWW: https://metacpan.org/release/Astro-App-Satpass2

View File

@ -1,3 +1,3 @@
A generic object orientated astronomical catalogue object.
WWW: http://search.cpan.org/dist/Astro-Catalog/
WWW: https://metacpan.org/release/Astro-Catalog

View File

@ -2,4 +2,4 @@ This module provides a large number of physical constants which are
useful to astronomers. The module itself is essentially a wrapper around
the ASTROCONST package of Jeremy Balin.
WWW: http://search.cpan.org/dist/Astro-Constants/
WWW: https://metacpan.org/release/Astro-Constants

View File

@ -10,4 +10,4 @@ For time dependent calculations a telescope location and reference time must be
provided. See Astro::Telescope and DateTime for details on specifying location
and reference epoch.
WWW: http://search.cpan.org/dist/Astro-Coords/
WWW: https://metacpan.org/release/Astro-Coords

View File

@ -8,4 +8,4 @@ such, one should be aware that it is still somewhat low-level, in
the sense that handing an array which is not the correct size to a
routine like fits_write_img() may cause SIGSEGVs.
WWW: http://search.cpan.org/dist/Astro-FITS-CFITSIO/
WWW: https://metacpan.org/release/Astro-FITS-CFITSIO

View File

@ -2,4 +2,4 @@ Stores information about a FITS header block in an object. Takes an hash with
an array reference as an argument. The array should contain a list of FITS
header cards as input.
WWW: http://search.cpan.org/dist/Astro-FITS-Header/
WWW: https://metacpan.org/release/Astro-FITS-Header

View File

@ -2,4 +2,4 @@ Astro::Flux provides a class for handling astronomical flux quantities. This
class does not currently support conversions from one flux type to another (say,
from magnitudes to Janskies) but may in the future.
WWW: http://search.cpan.org/dist/Astro-Flux/
WWW: https://metacpan.org/release/Astro-Flux

View File

@ -1,3 +1,3 @@
Astro::Hipparcos is a Perl extension for reading the Hipparcos star catalog.
WWW: http://search.cpan.org/dist/Astro-Hipparcos/
WWW: https://metacpan.org/release/Astro-Hipparcos

View File

@ -1,4 +1,4 @@
Astro::MoonPhase is a perl module that calculates information about
the phase of the moon at a given time.
WWW: http://search.cpan.org/dist/Astro-MoonPhase/
WWW: https://metacpan.org/release/Astro-MoonPhase

View File

@ -7,4 +7,4 @@ In addition small utility subroutines are provided that do useful tasks (from
the author's point of view) - specifically routines for calculating the Local
Sidereal Time.
WWW: http://search.cpan.org/dist/Astro-PAL/
WWW: https://metacpan.org/release/Astro-PAL

View File

@ -3,4 +3,4 @@ SIMBAD4. The new SOAP queries are supported, with the object carrying
default output type and output format, as well as server name on the
assumption that mirrors will be forthcoming.
WWW: http://search.cpan.org/dist/Astro-SIMBAD-Client/
WWW: https://metacpan.org/release/Astro-SIMBAD-Client

View File

@ -19,4 +19,4 @@ method document for details. Methods which return orbital data on
success add a 'Pragma: spacetrack-type = orbit' header to the
HTTP::Response object if the request succeeds.
WWW: http://search.cpan.org/dist/Astro-SpaceTrack/
WWW: https://metacpan.org/release/Astro-SpaceTrack

View File

@ -1,3 +1,3 @@
This module returns the sunrise/sunset for a given day.
WWW: http://search.cpan.org/dist/Astro-Sunrise/
WWW: https://metacpan.org/release/Astro-Sunrise

View File

@ -1,4 +1,4 @@
Astro::Telescope is a class for handling properties of individual telescopes
such as longitude, latitude, height and observational limits.
WWW: http://search.cpan.org/dist/Astro-Telescope/
WWW: https://metacpan.org/release/Astro-Telescope

View File

@ -18,4 +18,4 @@ used, so if two Astro::WaveBand objects return the same value from those
methods, they are considered to be equal. When checking other comparisons such
as greater than, the wavelength is used.
WWW: http://search.cpan.org/dist/Astro-WaveBand/
WWW: https://metacpan.org/release/Astro-WaveBand

View File

@ -2,4 +2,4 @@ Astro-satpass contains classes needed to predict satellite
visibility, and a demonstration application (satpass) that
makes use of these classes.
WWW: http://search.cpan.org/dist/Astro-satpass/
WWW: https://metacpan.org/release/Astro-satpass

View File

@ -4,4 +4,4 @@ Astro::Time, Astro::Coord and Astro::Misc provide a collection of
useful astronomical routines written entirely in Perl (so no
hassling about installing external libraries is required).
WWW: http://search.cpan.org/dist/Astro/
WWW: https://metacpan.org/release/Astro

View File

@ -1,3 +1,3 @@
p5-GPS-Babel is a perl interface to gpsbabel.
WWW: http://search.cpan.org/dist/GPS-Babel/
WWW: https://metacpan.org/release/GPS-Babel

View File

@ -1,3 +1,3 @@
GPS::OID maps GPS PRN number to Satellite OID and vice versa.
WWW: http://search.cpan.org/dist/GPS-OID/
WWW: https://metacpan.org/release/GPS-OID

View File

@ -1,4 +1,4 @@
This is a Perl module that gives access to several GPS protocols, such as
Garmin, NMEA, and Magellan. It works in Unix and Win32.
WWW: http://search.cpan.org/dist/perl-GPS/
WWW: https://metacpan.org/release/perl-GPS

View File

@ -1,4 +1,4 @@
Misc::Quality provides a class for handling quality flags for astronomical
objects. This class can handle any type of flag used.
WWW: http://search.cpan.org/dist/Misc-Quality/
WWW: https://metacpan.org/release/Misc-Quality

View File

@ -7,4 +7,4 @@ possible to generate automatic mappings between frames.
Coordinate frame objects can be imported from FITS headers and from
NDF files.
WWW: http://search.cpan.org/dist/Starlink-AST/
WWW: https://metacpan.org/release/Starlink-AST

View File

@ -2,4 +2,4 @@ Weather::Underground is a perl module which provides a simple OO interface to
retrieving weather data for a geographic location. It does so by querying
wunderground.com and parsing the returned results.
WWW: http://search.cpan.org/dist/Weather-Underground/
WWW: https://metacpan.org/release/Weather-Underground

View File

@ -3,4 +3,4 @@ and dumping it or printing it via a template.
zcweather - Fetches the weather for the specified location.
WWW: http://search.cpan.org/dist/ZConf-Weather/
WWW: https://metacpan.org/release/ZConf-Weather

View File

@ -62,7 +62,7 @@
SUBDIR += blop-lv2
SUBDIR += boodler
SUBDIR += bristol
SUBDIR += calf
SUBDIR += calf-lv2
SUBDIR += cam
SUBDIR += cantata
SUBDIR += caps-lv2

View File

@ -2,29 +2,31 @@
# $FreeBSD$
PORTNAME= calf
PORTVERSION= 0.0.60
PORTREVISION= 6
DISTVERSION= 0.90.0
CATEGORIES= audio
MASTER_SITES= http://calf-studio-gear.org/files/
PKGNAMESUFFIX= -lv2
MAINTAINER= ports@FreeBSD.org
MAINTAINER= yuri@FreeBSD.org
COMMENT= Audio plug-in pack for LV2 and JACK environments
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libjack.so:audio/jack \
libexpat.so:textproc/expat2
USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig
USE_GNOME= gtk20
USES= autoreconf compiler:c++11-lang gmake libtool localbase pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GNOME= cairo gtk20
USE_CXXSTD= c++11
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS LASH LV2
OPTIONS_DEFAULT= LASH LV2
@ -37,14 +39,16 @@ LV2_BUILD_DEPENDS= lv2>=1.14.0_1:audio/lv2
LV2_RUN_DEPENDS= lv2>=1.14.0_1:audio/lv2
LV2_CONFIGURE_WITH= lv2
PORTDOCS= *
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
CXXFLAGS+= -finline-limit=80 -finline-functions -finline-functions-called-once
.endif
post-patch:
@${REINPLACE_CMD} '/<malloc.h>/d' \
${WRKSRC}/src/ctl_knob.cpp ${WRKSRC}/src/ctl_tube.cpp
post-install: # fix absolute symbolic link to be relative
@${RM} ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calf.so
@${RLN} ${STAGEDIR}${PREFIX}/lib/calf/libcalf.so ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calf.so
.include <bsd.port.post.mk>

3
audio/calf-lv2/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1522469743
SHA256 (calf-0.90.0.tar.gz) = 2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236
SIZE (calf-0.90.0.tar.gz) = 16223033

View File

@ -0,0 +1,79 @@
--- src/Makefile.am.orig 2017-07-04 21:41:59 UTC
+++ src/Makefile.am
@@ -8,11 +8,11 @@ bin_PROGRAMS =
noinst_LTLIBRARIES =
noinst_PROGRAMS = calfbenchmark
-pkglib_LTLIBRARIES = calf.la
+pkglib_LTLIBRARIES = libcalf.la
AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
# TODO: Remove -finline flags is clang is used
-AM_CXXFLAGS = -ffast-math -finline-limit=80 $(FLUIDSYNTH_DEPS_CFLAGS) $(LV2_DEPS_CFLAGS)
+AM_CXXFLAGS = -ffast-math $(FLUIDSYNTH_DEPS_CFLAGS) $(LV2_DEPS_CFLAGS)
if USE_GUI
AM_CXXFLAGS += $(GUI_DEPS_CFLAGS)
@@ -22,7 +22,7 @@ AM_CXXFLAGS += $(JACK_DEPS_CFLAGS)
noinst_LTLIBRARIES += libcalfgui.la
bin_PROGRAMS += calfjackhost
calfjackhost_SOURCES = gtk_session_env.cpp host_session.cpp jack_client.cpp jackhost.cpp gtk_main_win.cpp connector.cpp session_mgr.cpp
-calfjackhost_LDADD = libcalfgui.la calf.la $(JACK_DEPS_LIBS) $(GUI_DEPS_LIBS) $(FLUIDSYNTH_DEPS_LIBS)
+calfjackhost_LDADD = libcalfgui.la libcalf.la $(JACK_DEPS_LIBS) $(GUI_DEPS_LIBS) $(FLUIDSYNTH_DEPS_LIBS)
if USE_LASH
AM_CXXFLAGS += $(LASH_DEPS_CFLAGS)
calfjackhost_LDADD += $(LASH_DEPS_LIBS)
@@ -32,31 +32,31 @@ endif
AM_CXXFLAGS += $(GLIB_DEPS_CFLAGS)
noinst_PROGRAMS += calfmakerdf
calfmakerdf_SOURCES = makerdf.cpp
-calfmakerdf_LDADD = calf.la
+calfmakerdf_LDADD = libcalf.la
calfbenchmark_SOURCES = benchmark.cpp
-calfbenchmark_LDADD = calf.la
+calfbenchmark_LDADD = libcalf.la
-calf_la_SOURCES = audio_fx.cpp analyzer.cpp lv2wrap.cpp metadata.cpp modules_tools.cpp modules_delay.cpp modules_comp.cpp modules_limit.cpp modules_dist.cpp modules_filter.cpp modules_mod.cpp modules_pitch.cpp fluidsynth.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp plugin.cpp preset.cpp synth.cpp utils.cpp wavetable.cpp modmatrix.cpp
-calf_la_LIBADD = $(FLUIDSYNTH_DEPS_LIBS) $(GLIB_DEPS_LIBS)
+libcalf_la_SOURCES = audio_fx.cpp analyzer.cpp lv2wrap.cpp metadata.cpp modules_tools.cpp modules_delay.cpp modules_comp.cpp modules_limit.cpp modules_dist.cpp modules_filter.cpp modules_mod.cpp modules_pitch.cpp fluidsynth.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp plugin.cpp preset.cpp synth.cpp utils.cpp wavetable.cpp modmatrix.cpp
+libcalf_la_LIBADD = $(FLUIDSYNTH_DEPS_LIBS) $(GLIB_DEPS_LIBS)
if USE_DEBUG
-calf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -module -lexpat -disable-static
+libcalf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -lexpat -disable-static
else
-calf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -module -lexpat -disable-static -export-symbols-regex "lv2_descriptor"
+libcalf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -lexpat -disable-static
endif
if USE_LV2_GUI
# Version WITH out-of-process GUI - links GTK+, UI controls etc.
-noinst_LTLIBRARIES += calflv2gui.la
+noinst_LTLIBRARIES += libcalflv2gui.la
-calflv2gui_la_SOURCES = gui.cpp gui_config.cpp gui_controls.cpp ctl_curve.cpp ctl_keyboard.cpp ctl_knob.cpp ctl_led.cpp ctl_tube.cpp ctl_vumeter.cpp ctl_frame.cpp ctl_fader.cpp ctl_buttons.cpp ctl_notebook.cpp ctl_meterscale.cpp ctl_combobox.cpp ctl_tuner.cpp ctl_phasegraph.cpp ctl_pattern.cpp metadata.cpp giface.cpp plugin_gui_window.cpp preset.cpp preset_gui.cpp lv2gui.cpp osctl.cpp utils.cpp ctl_linegraph.cpp drawingutils.cpp
+libcalflv2gui_la_SOURCES = gui.cpp gui_config.cpp gui_controls.cpp ctl_curve.cpp ctl_keyboard.cpp ctl_knob.cpp ctl_led.cpp ctl_tube.cpp ctl_vumeter.cpp ctl_frame.cpp ctl_fader.cpp ctl_buttons.cpp ctl_notebook.cpp ctl_meterscale.cpp ctl_combobox.cpp ctl_tuner.cpp ctl_phasegraph.cpp ctl_pattern.cpp metadata.cpp giface.cpp plugin_gui_window.cpp preset.cpp preset_gui.cpp lv2gui.cpp osctl.cpp utils.cpp ctl_linegraph.cpp drawingutils.cpp
if USE_DEBUG
-calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat $(GUI_DEPS_LIBS) -disable-static -Wl,-z,nodelete
+libcalflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -lexpat $(GUI_DEPS_LIBS) -disable-static -Wl,-z,nodelete
else
-calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -export-symbols-regex "lv2ui_descriptor" $(GUI_DEPS_LIBS) -disable-static -Wl,-z,nodelete
+libcalflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -lexpat -export-symbols-regex "lv2ui_descriptor" $(GUI_DEPS_LIBS) -disable-static -Wl,-z,nodelete
endif
endif
@@ -77,9 +77,9 @@ if USE_GUI
endif
if USE_LV2
install -d -m 755 $(DESTDIR)$(lv2dir)
- ln -sf $(pkglibdir)/calf.so $(DESTDIR)$(lv2dir)/calf.so
+ ln -sf $(pkglibdir)/libcalf.so $(DESTDIR)$(lv2dir)/calf.so
if USE_LV2_GUI
- install -c -m 755 $(top_builddir)/src/.libs/calflv2gui.so $(DESTDIR)$(lv2dir)/calflv2gui.so
+ install -c -m 755 $(top_builddir)/src/.libs/libcalflv2gui.so $(DESTDIR)$(lv2dir)/calflv2gui.so
endif
rm -f $(DESTDIR)$(lv2dir)/*.ttl
$(top_builddir)/src/calfmakerdf -m ttl -p $(DESTDIR)$(lv2dir)/ -d $(DESTDIR)$(pkgdatadir)/

View File

@ -0,0 +1,11 @@
--- src/ctl_knob.cpp.orig 2018-05-28 01:13:37 UTC
+++ src/ctl_knob.cpp
@@ -24,7 +24,7 @@
#include <gdk/gdkkeysyms.h>
#include <cairo/cairo.h>
#if !defined(__APPLE__)
-#include <malloc.h>
+//#include <malloc.h>
#endif
#include <math.h>
#include <stdint.h>

View File

@ -0,0 +1,11 @@
--- src/ctl_tube.cpp.orig 2017-07-04 21:41:59 UTC
+++ src/ctl_tube.cpp
@@ -22,7 +22,7 @@
#include <calf/ctl_tube.h>
#include <cairo/cairo.h>
#if !defined(__APPLE__)
-#include <malloc.h>
+//#include <malloc.h>
#endif
#include <math.h>
#include <stdint.h>

707
audio/calf-lv2/pkg-plist Normal file
View File

@ -0,0 +1,707 @@
bin/calfjackhost
lib/calf/libcalf.so
%%LV2%%lib/lv2/calf.lv2/Analyzer.ttl
%%LV2%%lib/lv2/calf.lv2/BassEnhancer.ttl
%%LV2%%lib/lv2/calf.lv2/CompensationDelay.ttl
%%LV2%%lib/lv2/calf.lv2/Compressor.ttl
%%LV2%%lib/lv2/calf.lv2/Crusher.ttl
%%LV2%%lib/lv2/calf.lv2/Deesser.ttl
%%LV2%%lib/lv2/calf.lv2/Emphasis.ttl
%%LV2%%lib/lv2/calf.lv2/EnvelopeFilter.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer12Band.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer30Band.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer5Band.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer8Band.ttl
%%LV2%%lib/lv2/calf.lv2/Exciter.ttl
%%LV2%%lib/lv2/calf.lv2/Filter.ttl
%%LV2%%lib/lv2/calf.lv2/Filterclavier.ttl
%%LV2%%lib/lv2/calf.lv2/Flanger.ttl
%%LV2%%lib/lv2/calf.lv2/Gate.ttl
%%LV2%%lib/lv2/calf.lv2/HaasEnhancer.ttl
%%LV2%%lib/lv2/calf.lv2/Limiter.ttl
%%LV2%%lib/lv2/calf.lv2/MonoCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/MonoInput.ttl
%%LV2%%lib/lv2/calf.lv2/Monosynth.ttl
%%LV2%%lib/lv2/calf.lv2/MultiChorus.ttl
%%LV2%%lib/lv2/calf.lv2/MultiSpread.ttl
%%LV2%%lib/lv2/calf.lv2/MultibandCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/MultibandEnhancer.ttl
%%LV2%%lib/lv2/calf.lv2/MultibandGate.ttl
%%LV2%%lib/lv2/calf.lv2/MultibandLimiter.ttl
%%LV2%%lib/lv2/calf.lv2/Organ.ttl
%%LV2%%lib/lv2/calf.lv2/Phaser.ttl
%%LV2%%lib/lv2/calf.lv2/Pulsator.ttl
%%LV2%%lib/lv2/calf.lv2/Reverb.ttl
%%LV2%%lib/lv2/calf.lv2/ReverseDelay.ttl
%%LV2%%lib/lv2/calf.lv2/RingModulator.ttl
%%LV2%%lib/lv2/calf.lv2/RotarySpeaker.ttl
%%LV2%%lib/lv2/calf.lv2/Saturator.ttl
%%LV2%%lib/lv2/calf.lv2/SidechainCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/SidechainGate.ttl
%%LV2%%lib/lv2/calf.lv2/SidechainLimiter.ttl
%%LV2%%lib/lv2/calf.lv2/StereoTools.ttl
%%LV2%%lib/lv2/calf.lv2/TapeSimulator.ttl
%%LV2%%lib/lv2/calf.lv2/TransientDesigner.ttl
%%LV2%%lib/lv2/calf.lv2/VintageDelay.ttl
%%LV2%%lib/lv2/calf.lv2/Vinyl.ttl
%%LV2%%lib/lv2/calf.lv2/Vocoder.ttl
%%LV2%%lib/lv2/calf.lv2/XOver2Band.ttl
%%LV2%%lib/lv2/calf.lv2/XOver3Band.ttl
%%LV2%%lib/lv2/calf.lv2/XOver4Band.ttl
%%LV2%%lib/lv2/calf.lv2/calf.so
%%LV2%%lib/lv2/calf.lv2/calflv2gui.so
%%LV2%%lib/lv2/calf.lv2/manifest.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Filter.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Flanger.ttl
%%LV2%%lib/lv2/calf.lv2/presets-MonoCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Monosynth.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Organ.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Reverb.ttl
man/man1/calfjackhost.1.gz
man/man7/calf.7.gz
share/applications/calf.desktop
share/bash-completion/completions/calf
%%DATADIR%%/calf-gui.xml
%%DATADIR%%/gui-analyzer.xml
%%DATADIR%%/gui-bassenhancer.xml
%%DATADIR%%/gui-compdelay.xml
%%DATADIR%%/gui-compressor.xml
%%DATADIR%%/gui-crusher.xml
%%DATADIR%%/gui-deesser.xml
%%DATADIR%%/gui-emphasis.xml
%%DATADIR%%/gui-envelopefilter.xml
%%DATADIR%%/gui-eq12.xml
%%DATADIR%%/gui-eq30.xml
%%DATADIR%%/gui-eq5.xml
%%DATADIR%%/gui-eq8.xml
%%DATADIR%%/gui-exciter.xml
%%DATADIR%%/gui-filter.xml
%%DATADIR%%/gui-filterclavier.xml
%%DATADIR%%/gui-flanger.xml
%%DATADIR%%/gui-gate.xml
%%DATADIR%%/gui-haasenhancer.xml
%%DATADIR%%/gui-limiter.xml
%%DATADIR%%/gui-mono.xml
%%DATADIR%%/gui-monocompressor.xml
%%DATADIR%%/gui-monosynth.xml
%%DATADIR%%/gui-multibandcompressor.xml
%%DATADIR%%/gui-multibandenhancer.xml
%%DATADIR%%/gui-multibandgate.xml
%%DATADIR%%/gui-multibandlimiter.xml
%%DATADIR%%/gui-multichorus.xml
%%DATADIR%%/gui-multispread.xml
%%DATADIR%%/gui-organ.xml
%%DATADIR%%/gui-phaser.xml
%%DATADIR%%/gui-pulsator.xml
%%DATADIR%%/gui-reverb.xml
%%DATADIR%%/gui-reversedelay.xml
%%DATADIR%%/gui-ringmodulator.xml
%%DATADIR%%/gui-rotaryspeaker.xml
%%DATADIR%%/gui-saturator.xml
%%DATADIR%%/gui-sidechaincompressor.xml
%%DATADIR%%/gui-sidechaingate.xml
%%DATADIR%%/gui-sidechainlimiter.xml
%%DATADIR%%/gui-stereo.xml
%%DATADIR%%/gui-tapesimulator.xml
%%DATADIR%%/gui-transientdesigner.xml
%%DATADIR%%/gui-vintagedelay.xml
%%DATADIR%%/gui-vinyl.xml
%%DATADIR%%/gui-vocoder.xml
%%DATADIR%%/gui-xover2.xml
%%DATADIR%%/gui-xover3.xml
%%DATADIR%%/gui-xover4.xml
%%DATADIR%%/gui/analyzer.xml
%%DATADIR%%/gui/bassenhancer.xml
%%DATADIR%%/gui/compdelay.xml
%%DATADIR%%/gui/compressor.xml
%%DATADIR%%/gui/crusher.xml
%%DATADIR%%/gui/deesser.xml
%%DATADIR%%/gui/emphasis.xml
%%DATADIR%%/gui/envelopefilter.xml
%%DATADIR%%/gui/eq12.xml
%%DATADIR%%/gui/eq30.xml
%%DATADIR%%/gui/eq5.xml
%%DATADIR%%/gui/eq8.xml
%%DATADIR%%/gui/exciter.xml
%%DATADIR%%/gui/filter.xml
%%DATADIR%%/gui/filterclavier.xml
%%DATADIR%%/gui/flanger.xml
%%DATADIR%%/gui/fluidsynth.xml
%%DATADIR%%/gui/gate.xml
%%DATADIR%%/gui/haasenhancer.xml
%%DATADIR%%/gui/limiter.xml
%%DATADIR%%/gui/mono.xml
%%DATADIR%%/gui/monocompressor.xml
%%DATADIR%%/gui/monosynth.xml
%%DATADIR%%/gui/multibandcompressor.xml
%%DATADIR%%/gui/multibandenhancer.xml
%%DATADIR%%/gui/multibandgate.xml
%%DATADIR%%/gui/multibandlimiter.xml
%%DATADIR%%/gui/multichorus.xml
%%DATADIR%%/gui/multispread.xml
%%DATADIR%%/gui/organ.xml
%%DATADIR%%/gui/phaser.xml
%%DATADIR%%/gui/pitch.xml
%%DATADIR%%/gui/pulsator.xml
%%DATADIR%%/gui/reverb.xml
%%DATADIR%%/gui/reversedelay.xml
%%DATADIR%%/gui/ringmodulator.xml
%%DATADIR%%/gui/rotaryspeaker.xml
%%DATADIR%%/gui/saturator.xml
%%DATADIR%%/gui/sidechaincompressor.xml
%%DATADIR%%/gui/sidechaingate.xml
%%DATADIR%%/gui/sidechainlimiter.xml
%%DATADIR%%/gui/stereo.xml
%%DATADIR%%/gui/tapesimulator.xml
%%DATADIR%%/gui/transientdesigner.xml
%%DATADIR%%/gui/vintagedelay.xml
%%DATADIR%%/gui/vinyl.xml
%%DATADIR%%/gui/vocoder.xml
%%DATADIR%%/gui/wavetable.xml
%%DATADIR%%/gui/xover2.xml
%%DATADIR%%/gui/xover3.xml
%%DATADIR%%/gui/xover4.xml
%%DATADIR%%/icons/LV2/Allpass.svg
%%DATADIR%%/icons/LV2/Amplifier.svg
%%DATADIR%%/icons/LV2/Analyser.svg
%%DATADIR%%/icons/LV2/Bandpass.svg
%%DATADIR%%/icons/LV2/Chorus.svg
%%DATADIR%%/icons/LV2/Comb.svg
%%DATADIR%%/icons/LV2/Compressor.svg
%%DATADIR%%/icons/LV2/Constant.svg
%%DATADIR%%/icons/LV2/Converter.svg
%%DATADIR%%/icons/LV2/Delay.svg
%%DATADIR%%/icons/LV2/Distortion.svg
%%DATADIR%%/icons/LV2/Dynamics.svg
%%DATADIR%%/icons/LV2/EQ.svg
%%DATADIR%%/icons/LV2/Envelope.svg
%%DATADIR%%/icons/LV2/Expander.svg
%%DATADIR%%/icons/LV2/Filter.svg
%%DATADIR%%/icons/LV2/Flanger.svg
%%DATADIR%%/icons/LV2/Function.svg
%%DATADIR%%/icons/LV2/Gate.svg
%%DATADIR%%/icons/LV2/Generator.svg
%%DATADIR%%/icons/LV2/Highpass.svg
%%DATADIR%%/icons/LV2/Instrument.svg
%%DATADIR%%/icons/LV2/Limiter.svg
%%DATADIR%%/icons/LV2/Mixer.svg
%%DATADIR%%/icons/LV2/Modulator.svg
%%DATADIR%%/icons/LV2/MultiEQ.svg
%%DATADIR%%/icons/LV2/Oscillator.svg
%%DATADIR%%/icons/LV2/ParaEQ.svg
%%DATADIR%%/icons/LV2/Phaser.svg
%%DATADIR%%/icons/LV2/Pitch.svg
%%DATADIR%%/icons/LV2/Reverb.svg
%%DATADIR%%/icons/LV2/Simulator.svg
%%DATADIR%%/icons/LV2/Spatial.svg
%%DATADIR%%/icons/LV2/Spectral.svg
%%DATADIR%%/icons/LV2/Utility.svg
%%DATADIR%%/icons/LV2/Waveshaper.svg
%%DATADIR%%/presets.xml
%%DATADIR%%/sf2/Crackle.sf2
%%DATADIR%%/sf2/Crinkle.sf2
%%DATADIR%%/sf2/Hum.sf2
%%DATADIR%%/sf2/Motor.sf2
%%DATADIR%%/sf2/Noise.sf2
%%DATADIR%%/sf2/Rumble.sf2
%%DATADIR%%/sf2/Static.sf2
%%DATADIR%%/strips/bassenhancer.xml
%%DATADIR%%/strips/compdelay.xml
%%DATADIR%%/strips/compressor.xml
%%DATADIR%%/strips/crusher.xml
%%DATADIR%%/strips/deesser.xml
%%DATADIR%%/strips/emphasis.xml
%%DATADIR%%/strips/envelopefilter.xml
%%DATADIR%%/strips/eq12.xml
%%DATADIR%%/strips/eq30.xml
%%DATADIR%%/strips/eq5.xml
%%DATADIR%%/strips/eq8.xml
%%DATADIR%%/strips/exciter.xml
%%DATADIR%%/strips/filter.xml
%%DATADIR%%/strips/filterclavier.xml
%%DATADIR%%/strips/flanger.xml
%%DATADIR%%/strips/fluidsynth.xml
%%DATADIR%%/strips/gate.xml
%%DATADIR%%/strips/haasenhancer.xml
%%DATADIR%%/strips/limiter.xml
%%DATADIR%%/strips/mono.xml
%%DATADIR%%/strips/monocompressor.xml
%%DATADIR%%/strips/monosynth.xml
%%DATADIR%%/strips/multibandcompressor.xml
%%DATADIR%%/strips/multibandenhancer.xml
%%DATADIR%%/strips/multibandgate.xml
%%DATADIR%%/strips/multibandlimiter.xml
%%DATADIR%%/strips/multichorus.xml
%%DATADIR%%/strips/multispread.xml
%%DATADIR%%/strips/organ.xml
%%DATADIR%%/strips/phaser.xml
%%DATADIR%%/strips/pulsator.xml
%%DATADIR%%/strips/reverb.xml
%%DATADIR%%/strips/reversedelay.xml
%%DATADIR%%/strips/ringmodulator.xml
%%DATADIR%%/strips/rotaryspeaker.xml
%%DATADIR%%/strips/saturator.xml
%%DATADIR%%/strips/sidechaincompressor.xml
%%DATADIR%%/strips/sidechaingate.xml
%%DATADIR%%/strips/sidechainlimiter.xml
%%DATADIR%%/strips/stereo.xml
%%DATADIR%%/strips/tapesimulator.xml
%%DATADIR%%/strips/transientdesigner.xml
%%DATADIR%%/strips/vintagedelay.xml
%%DATADIR%%/strips/vinyl.xml
%%DATADIR%%/strips/vocoder.xml
%%DATADIR%%/strips/wavetable.xml
%%DATADIR%%/strips/xover2.xml
%%DATADIR%%/strips/xover3.xml
%%DATADIR%%/strips/xover4.xml
%%DATADIR%%/styles/Calf_0.0.19/background_menu.png
%%DATADIR%%/styles/Calf_0.0.19/background_plugin.png
%%DATADIR%%/styles/Calf_0.0.19/background_rack.png
%%DATADIR%%/styles/Calf_0.0.19/combo_arrow.png
%%DATADIR%%/styles/Calf_0.0.19/gtk.rc
%%DATADIR%%/styles/Calf_0.0.19/knob_1.png
%%DATADIR%%/styles/Calf_0.0.19/knob_2.png
%%DATADIR%%/styles/Calf_0.0.19/knob_3.png
%%DATADIR%%/styles/Calf_0.0.19/knob_4.png
%%DATADIR%%/styles/Calf_0.0.19/knob_5.png
%%DATADIR%%/styles/Calf_0.0.19/light_bottom.png
%%DATADIR%%/styles/Calf_0.0.19/light_top.png
%%DATADIR%%/styles/Calf_0.0.19/notebook_screw.png
%%DATADIR%%/styles/Calf_0.0.19/side_d_e.png
%%DATADIR%%/styles/Calf_0.0.19/side_d_ne.png
%%DATADIR%%/styles/Calf_0.0.19/side_d_nw.png
%%DATADIR%%/styles/Calf_0.0.19/side_d_se.png
%%DATADIR%%/styles/Calf_0.0.19/side_d_sw.png
%%DATADIR%%/styles/Calf_0.0.19/side_d_w.png
%%DATADIR%%/styles/Calf_0.0.19/side_e.png
%%DATADIR%%/styles/Calf_0.0.19/side_ne.png
%%DATADIR%%/styles/Calf_0.0.19/side_nw.png
%%DATADIR%%/styles/Calf_0.0.19/side_se.png
%%DATADIR%%/styles/Calf_0.0.19/side_sw.png
%%DATADIR%%/styles/Calf_0.0.19/side_w.png
%%DATADIR%%/styles/Calf_0.0.19/slider_1_horiz.png
%%DATADIR%%/styles/Calf_0.0.19/slider_1_vert.png
%%DATADIR%%/styles/Calf_0.0.19/slider_2_horiz.png
%%DATADIR%%/styles/Calf_0.0.19/slider_2_vert.png
%%DATADIR%%/styles/Calf_0.0.19/tap_active.png
%%DATADIR%%/styles/Calf_0.0.19/tap_inactive.png
%%DATADIR%%/styles/Calf_0.0.19/tap_prelight.png
%%DATADIR%%/styles/Calf_0.0.19/toggle_0.png
%%DATADIR%%/styles/Calf_0.0.19/toggle_1.png
%%DATADIR%%/styles/Calf_0.0.19/toggle_2.png
%%DATADIR%%/styles/Calf_0.0.19/tubeH1.png
%%DATADIR%%/styles/Calf_0.0.19/tubeH2.png
%%DATADIR%%/styles/Calf_0.0.19/tubeV1.png
%%DATADIR%%/styles/Calf_0.0.19/tubeV2.png
%%DATADIR%%/styles/Calf_Default/background_menu.png
%%DATADIR%%/styles/Calf_Default/background_plugin.png
%%DATADIR%%/styles/Calf_Default/background_rack.png
%%DATADIR%%/styles/Calf_Default/combo_arrow.png
%%DATADIR%%/styles/Calf_Default/gtk.rc
%%DATADIR%%/styles/Calf_Default/knob_1.png
%%DATADIR%%/styles/Calf_Default/knob_2.png
%%DATADIR%%/styles/Calf_Default/knob_3.png
%%DATADIR%%/styles/Calf_Default/knob_4.png
%%DATADIR%%/styles/Calf_Default/knob_5.png
%%DATADIR%%/styles/Calf_Default/light_bottom.png
%%DATADIR%%/styles/Calf_Default/light_top.png
%%DATADIR%%/styles/Calf_Default/notebook_screw.png
%%DATADIR%%/styles/Calf_Default/side_d_e.png
%%DATADIR%%/styles/Calf_Default/side_d_ne.png
%%DATADIR%%/styles/Calf_Default/side_d_nw.png
%%DATADIR%%/styles/Calf_Default/side_d_se.png
%%DATADIR%%/styles/Calf_Default/side_d_sw.png
%%DATADIR%%/styles/Calf_Default/side_d_w.png
%%DATADIR%%/styles/Calf_Default/side_e.png
%%DATADIR%%/styles/Calf_Default/side_ne.png
%%DATADIR%%/styles/Calf_Default/side_nw.png
%%DATADIR%%/styles/Calf_Default/side_se.png
%%DATADIR%%/styles/Calf_Default/side_sw.png
%%DATADIR%%/styles/Calf_Default/side_w.png
%%DATADIR%%/styles/Calf_Default/slider_1_horiz.png
%%DATADIR%%/styles/Calf_Default/slider_1_vert.png
%%DATADIR%%/styles/Calf_Default/slider_2_horiz.png
%%DATADIR%%/styles/Calf_Default/slider_2_vert.png
%%DATADIR%%/styles/Calf_Default/tap_active.png
%%DATADIR%%/styles/Calf_Default/tap_inactive.png
%%DATADIR%%/styles/Calf_Default/tap_prelight.png
%%DATADIR%%/styles/Calf_Default/toggle_0.png
%%DATADIR%%/styles/Calf_Default/toggle_1.png
%%DATADIR%%/styles/Calf_Default/toggle_2.png
%%DATADIR%%/styles/Calf_Default/toggle_2_block.png
%%DATADIR%%/styles/Calf_Default/toggle_2_bypass.png
%%DATADIR%%/styles/Calf_Default/toggle_2_bypass2.png
%%DATADIR%%/styles/Calf_Default/toggle_2_connect.png
%%DATADIR%%/styles/Calf_Default/toggle_2_fast.png
%%DATADIR%%/styles/Calf_Default/toggle_2_gui.png
%%DATADIR%%/styles/Calf_Default/toggle_2_listen.png
%%DATADIR%%/styles/Calf_Default/toggle_2_logarithmic.png
%%DATADIR%%/styles/Calf_Default/toggle_2_magnetical.png
%%DATADIR%%/styles/Calf_Default/toggle_2_mono.png
%%DATADIR%%/styles/Calf_Default/toggle_2_muffle.png
%%DATADIR%%/styles/Calf_Default/toggle_2_mute.png
%%DATADIR%%/styles/Calf_Default/toggle_2_pauseplay.png
%%DATADIR%%/styles/Calf_Default/toggle_2_phase.png
%%DATADIR%%/styles/Calf_Default/toggle_2_sc_comp.png
%%DATADIR%%/styles/Calf_Default/toggle_2_sc_filter.png
%%DATADIR%%/styles/Calf_Default/toggle_2_softclip.png
%%DATADIR%%/styles/Calf_Default/toggle_2_solo.png
%%DATADIR%%/styles/Calf_Default/toggle_2_sync.png
%%DATADIR%%/styles/Calf_Default/toggle_2_void.png
%%DATADIR%%/styles/Calf_Default/tubeH1.png
%%DATADIR%%/styles/Calf_Default/tubeH2.png
%%DATADIR%%/styles/Calf_Default/tubeV1.png
%%DATADIR%%/styles/Calf_Default/tubeV2.png
%%DATADIR%%/styles/Calf_Flat_Default/background_menu.png
%%DATADIR%%/styles/Calf_Flat_Default/background_plugin.png
%%DATADIR%%/styles/Calf_Flat_Default/background_rack.png
%%DATADIR%%/styles/Calf_Flat_Default/combo_arrow.png
%%DATADIR%%/styles/Calf_Flat_Default/gtk.rc
%%DATADIR%%/styles/Calf_Flat_Default/knob_1.png
%%DATADIR%%/styles/Calf_Flat_Default/knob_2.png
%%DATADIR%%/styles/Calf_Flat_Default/knob_3.png
%%DATADIR%%/styles/Calf_Flat_Default/knob_4.png
%%DATADIR%%/styles/Calf_Flat_Default/knob_5.png
%%DATADIR%%/styles/Calf_Flat_Default/light_bottom.png
%%DATADIR%%/styles/Calf_Flat_Default/light_top.png
%%DATADIR%%/styles/Calf_Flat_Default/notebook_screw.png
%%DATADIR%%/styles/Calf_Flat_Default/side_d_e.png
%%DATADIR%%/styles/Calf_Flat_Default/side_d_ne.png
%%DATADIR%%/styles/Calf_Flat_Default/side_d_nw.png
%%DATADIR%%/styles/Calf_Flat_Default/side_d_se.png
%%DATADIR%%/styles/Calf_Flat_Default/side_d_sw.png
%%DATADIR%%/styles/Calf_Flat_Default/side_d_w.png
%%DATADIR%%/styles/Calf_Flat_Default/side_e.png
%%DATADIR%%/styles/Calf_Flat_Default/side_ne.png
%%DATADIR%%/styles/Calf_Flat_Default/side_nw.png
%%DATADIR%%/styles/Calf_Flat_Default/side_se.png
%%DATADIR%%/styles/Calf_Flat_Default/side_sw.png
%%DATADIR%%/styles/Calf_Flat_Default/side_w.png
%%DATADIR%%/styles/Calf_Flat_Default/slider_1_horiz.png
%%DATADIR%%/styles/Calf_Flat_Default/slider_1_vert.png
%%DATADIR%%/styles/Calf_Flat_Default/slider_2_horiz.png
%%DATADIR%%/styles/Calf_Flat_Default/slider_2_vert.png
%%DATADIR%%/styles/Calf_Flat_Default/tap_active.png
%%DATADIR%%/styles/Calf_Flat_Default/tap_inactive.png
%%DATADIR%%/styles/Calf_Flat_Default/tap_prelight.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_0.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_1.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_block.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_bypass.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_bypass2.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_connect.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_fast.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_gui.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_listen.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_logarithmic.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_magnetical.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_mono.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_muffle.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_mute.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_pauseplay.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_phase.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_sc_comp.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_sc_filter.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_softclip.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_solo.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_sync.png
%%DATADIR%%/styles/Calf_Flat_Default/toggle_2_void.png
%%DATADIR%%/styles/Calf_Flat_Default/tubeH1.png
%%DATADIR%%/styles/Calf_Flat_Default/tubeH2.png
%%DATADIR%%/styles/Calf_Flat_Default/tubeV1.png
%%DATADIR%%/styles/Calf_Flat_Default/tubeV2.png
%%DATADIR%%/styles/Calf_Hybreed/background_menu.png
%%DATADIR%%/styles/Calf_Hybreed/background_plugin.png
%%DATADIR%%/styles/Calf_Hybreed/combo_arrow.png
%%DATADIR%%/styles/Calf_Hybreed/gtk.rc
%%DATADIR%%/styles/Calf_Hybreed/knob_1.png
%%DATADIR%%/styles/Calf_Hybreed/knob_2.png
%%DATADIR%%/styles/Calf_Hybreed/knob_3.png
%%DATADIR%%/styles/Calf_Hybreed/knob_4.png
%%DATADIR%%/styles/Calf_Hybreed/knob_5.png
%%DATADIR%%/styles/Calf_Hybreed/notebook_screw.png
%%DATADIR%%/styles/Calf_Hybreed/side_d_e.png
%%DATADIR%%/styles/Calf_Hybreed/side_d_ne.png
%%DATADIR%%/styles/Calf_Hybreed/side_d_nw.png
%%DATADIR%%/styles/Calf_Hybreed/side_d_se.png
%%DATADIR%%/styles/Calf_Hybreed/side_d_sw.png
%%DATADIR%%/styles/Calf_Hybreed/side_d_w.png
%%DATADIR%%/styles/Calf_Hybreed/side_e.png
%%DATADIR%%/styles/Calf_Hybreed/side_ne.png
%%DATADIR%%/styles/Calf_Hybreed/side_nw.png
%%DATADIR%%/styles/Calf_Hybreed/side_se.png
%%DATADIR%%/styles/Calf_Hybreed/side_sw.png
%%DATADIR%%/styles/Calf_Hybreed/side_w.png
%%DATADIR%%/styles/Calf_Hybreed/slider_1_horiz.png
%%DATADIR%%/styles/Calf_Hybreed/slider_1_vert.png
%%DATADIR%%/styles/Calf_Hybreed/slider_2_horiz.png
%%DATADIR%%/styles/Calf_Hybreed/slider_2_vert.png
%%DATADIR%%/styles/Calf_Hybreed/tap_active.png
%%DATADIR%%/styles/Calf_Hybreed/tap_inactive.png
%%DATADIR%%/styles/Calf_Hybreed/tap_prelight.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_0.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_1.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_block.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_bypass.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_bypass2.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_fast.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_listen.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_logarithmic.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_magnetical.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_mono.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_muffle.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_mute.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_pauseplay.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_phase.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_sc_comp.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_sc_filter.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_softclip.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_solo.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_sync.png
%%DATADIR%%/styles/Calf_Hybreed/toggle_2_void.png
%%DATADIR%%/styles/Calf_Hybreed/tubeH1.png
%%DATADIR%%/styles/Calf_Hybreed/tubeH2.png
%%DATADIR%%/styles/Calf_Hybreed/tubeV1.png
%%DATADIR%%/styles/Calf_Hybreed/tubeV2.png
%%DATADIR%%/styles/Calf_Lost_Wages/background_menu.png
%%DATADIR%%/styles/Calf_Lost_Wages/background_plugin.png
%%DATADIR%%/styles/Calf_Lost_Wages/combo_arrow.png
%%DATADIR%%/styles/Calf_Lost_Wages/gtk.rc
%%DATADIR%%/styles/Calf_Lost_Wages/knob_1.png
%%DATADIR%%/styles/Calf_Lost_Wages/knob_2.png
%%DATADIR%%/styles/Calf_Lost_Wages/knob_3.png
%%DATADIR%%/styles/Calf_Lost_Wages/knob_4.png
%%DATADIR%%/styles/Calf_Lost_Wages/knob_5.png
%%DATADIR%%/styles/Calf_Lost_Wages/light_bottom.png
%%DATADIR%%/styles/Calf_Lost_Wages/light_top.png
%%DATADIR%%/styles/Calf_Lost_Wages/notebook_screw.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_d_e.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_d_ne.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_d_nw.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_d_se.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_d_sw.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_d_w.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_e.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_ne.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_nw.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_se.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_sw.png
%%DATADIR%%/styles/Calf_Lost_Wages/side_w.png
%%DATADIR%%/styles/Calf_Lost_Wages/slider_1_horiz.png
%%DATADIR%%/styles/Calf_Lost_Wages/slider_1_vert.png
%%DATADIR%%/styles/Calf_Lost_Wages/slider_2_horiz.png
%%DATADIR%%/styles/Calf_Lost_Wages/slider_2_vert.png
%%DATADIR%%/styles/Calf_Lost_Wages/tap_active.png
%%DATADIR%%/styles/Calf_Lost_Wages/tap_inactive.png
%%DATADIR%%/styles/Calf_Lost_Wages/tap_prelight.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_0.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_1.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_block.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_bypass.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_bypass2.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_fast.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_listen.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_logarithmic.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_magnetical.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_mono.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_muffle.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_mute.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_pauseplay.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_phase.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_sc_comp.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_sc_filter.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_softclip.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_solo.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_sync.png
%%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_void.png
%%DATADIR%%/styles/Calf_Lost_Wages/tubeH1.png
%%DATADIR%%/styles/Calf_Lost_Wages/tubeH2.png
%%DATADIR%%/styles/Calf_Lost_Wages/tubeV1.png
%%DATADIR%%/styles/Calf_Lost_Wages/tubeV2.png
%%DATADIR%%/styles/Calf_Midnight/background.png
%%DATADIR%%/styles/Calf_Midnight/background_menu.png
%%DATADIR%%/styles/Calf_Midnight/combo_arrow.png
%%DATADIR%%/styles/Calf_Midnight/gtk.rc
%%DATADIR%%/styles/Calf_Midnight/knob_1.png
%%DATADIR%%/styles/Calf_Midnight/knob_2.png
%%DATADIR%%/styles/Calf_Midnight/knob_3.png
%%DATADIR%%/styles/Calf_Midnight/knob_4.png
%%DATADIR%%/styles/Calf_Midnight/knob_5.png
%%DATADIR%%/styles/Calf_Midnight/light_bottom.png
%%DATADIR%%/styles/Calf_Midnight/light_top.png
%%DATADIR%%/styles/Calf_Midnight/notebook_screw.png
%%DATADIR%%/styles/Calf_Midnight/side_d_e.png
%%DATADIR%%/styles/Calf_Midnight/side_d_ne.png
%%DATADIR%%/styles/Calf_Midnight/side_d_nw.png
%%DATADIR%%/styles/Calf_Midnight/side_d_se.png
%%DATADIR%%/styles/Calf_Midnight/side_d_sw.png
%%DATADIR%%/styles/Calf_Midnight/side_d_w.png
%%DATADIR%%/styles/Calf_Midnight/side_e.png
%%DATADIR%%/styles/Calf_Midnight/side_ne.png
%%DATADIR%%/styles/Calf_Midnight/side_nw.png
%%DATADIR%%/styles/Calf_Midnight/side_se.png
%%DATADIR%%/styles/Calf_Midnight/side_sw.png
%%DATADIR%%/styles/Calf_Midnight/side_w.png
%%DATADIR%%/styles/Calf_Midnight/slider_1_horiz.png
%%DATADIR%%/styles/Calf_Midnight/slider_1_vert.png
%%DATADIR%%/styles/Calf_Midnight/slider_2_horiz.png
%%DATADIR%%/styles/Calf_Midnight/slider_2_vert.png
%%DATADIR%%/styles/Calf_Midnight/tap_active.png
%%DATADIR%%/styles/Calf_Midnight/tap_inactive.png
%%DATADIR%%/styles/Calf_Midnight/tap_prelight.png
%%DATADIR%%/styles/Calf_Midnight/toggle_0.png
%%DATADIR%%/styles/Calf_Midnight/toggle_1.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_block.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_bypass.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_bypass2.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_fast.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_listen.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_logarithmic.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_magnetical.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_mono.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_muffle.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_mute.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_pauseplay.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_phase.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_sc_comp.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_sc_filter.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_softclip.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_solo.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_sync.png
%%DATADIR%%/styles/Calf_Midnight/toggle_2_void.png
%%DATADIR%%/styles/Calf_Midnight/tubeH1.png
%%DATADIR%%/styles/Calf_Midnight/tubeH2.png
%%DATADIR%%/styles/Calf_Midnight/tubeV1.png
%%DATADIR%%/styles/Calf_Midnight/tubeV2.png
%%DATADIR%%/styles/Calf_Orange/background_menu.png
%%DATADIR%%/styles/Calf_Orange/background_plugin.png
%%DATADIR%%/styles/Calf_Orange/combo_arrow.png
%%DATADIR%%/styles/Calf_Orange/gtk.rc
%%DATADIR%%/styles/Calf_Orange/knob_1.png
%%DATADIR%%/styles/Calf_Orange/knob_2.png
%%DATADIR%%/styles/Calf_Orange/knob_3.png
%%DATADIR%%/styles/Calf_Orange/knob_4.png
%%DATADIR%%/styles/Calf_Orange/knob_5.png
%%DATADIR%%/styles/Calf_Orange/light_bottom.png
%%DATADIR%%/styles/Calf_Orange/light_top.png
%%DATADIR%%/styles/Calf_Orange/notebook_screw.png
%%DATADIR%%/styles/Calf_Orange/side_d_e.png
%%DATADIR%%/styles/Calf_Orange/side_d_ne.png
%%DATADIR%%/styles/Calf_Orange/side_d_nw.png
%%DATADIR%%/styles/Calf_Orange/side_d_se.png
%%DATADIR%%/styles/Calf_Orange/side_d_sw.png
%%DATADIR%%/styles/Calf_Orange/side_d_w.png
%%DATADIR%%/styles/Calf_Orange/side_e.png
%%DATADIR%%/styles/Calf_Orange/side_ne.png
%%DATADIR%%/styles/Calf_Orange/side_nw.png
%%DATADIR%%/styles/Calf_Orange/side_se.png
%%DATADIR%%/styles/Calf_Orange/side_sw.png
%%DATADIR%%/styles/Calf_Orange/side_w.png
%%DATADIR%%/styles/Calf_Orange/slider_1_horiz.png
%%DATADIR%%/styles/Calf_Orange/slider_1_vert.png
%%DATADIR%%/styles/Calf_Orange/slider_2_horiz.png
%%DATADIR%%/styles/Calf_Orange/slider_2_vert.png
%%DATADIR%%/styles/Calf_Orange/tap_active.png
%%DATADIR%%/styles/Calf_Orange/tap_inactive.png
%%DATADIR%%/styles/Calf_Orange/tap_prelight.png
%%DATADIR%%/styles/Calf_Orange/toggle_0.png
%%DATADIR%%/styles/Calf_Orange/toggle_1.png
%%DATADIR%%/styles/Calf_Orange/toggle_2.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_block.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_bypass.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_bypass2.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_fast.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_listen.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_logarithmic.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_magnetical.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_mono.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_muffle.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_mute.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_pauseplay.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_phase.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_sc_comp.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_sc_filter.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_softclip.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_solo.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_sync.png
%%DATADIR%%/styles/Calf_Orange/toggle_2_void.png
%%DATADIR%%/styles/Calf_Orange/tubeH1.png
%%DATADIR%%/styles/Calf_Orange/tubeH2.png
%%DATADIR%%/styles/Calf_Orange/tubeV1.png
%%DATADIR%%/styles/Calf_Orange/tubeV2.png
%%DATADIR%%/styles/Calf_Wood/background_menu.png
%%DATADIR%%/styles/Calf_Wood/background_plugin.png
%%DATADIR%%/styles/Calf_Wood/combo_arrow.png
%%DATADIR%%/styles/Calf_Wood/gtk.rc
%%DATADIR%%/styles/Calf_Wood/knob_1.png
%%DATADIR%%/styles/Calf_Wood/knob_2.png
%%DATADIR%%/styles/Calf_Wood/knob_3.png
%%DATADIR%%/styles/Calf_Wood/knob_4.png
%%DATADIR%%/styles/Calf_Wood/knob_5.png
%%DATADIR%%/styles/Calf_Wood/notebook_screw.png
%%DATADIR%%/styles/Calf_Wood/side_d_e.png
%%DATADIR%%/styles/Calf_Wood/side_d_ne.png
%%DATADIR%%/styles/Calf_Wood/side_d_nw.png
%%DATADIR%%/styles/Calf_Wood/side_d_se.png
%%DATADIR%%/styles/Calf_Wood/side_d_sw.png
%%DATADIR%%/styles/Calf_Wood/side_d_w.png
%%DATADIR%%/styles/Calf_Wood/side_e.png
%%DATADIR%%/styles/Calf_Wood/side_ne.png
%%DATADIR%%/styles/Calf_Wood/side_nw.png
%%DATADIR%%/styles/Calf_Wood/side_se.png
%%DATADIR%%/styles/Calf_Wood/side_sw.png
%%DATADIR%%/styles/Calf_Wood/side_w.png
%%DATADIR%%/styles/Calf_Wood/slider_1_horiz.png
%%DATADIR%%/styles/Calf_Wood/slider_1_vert.png
%%DATADIR%%/styles/Calf_Wood/slider_2_horiz.png
%%DATADIR%%/styles/Calf_Wood/slider_2_vert.png
%%DATADIR%%/styles/Calf_Wood/tap_active.png
%%DATADIR%%/styles/Calf_Wood/tap_inactive.png
%%DATADIR%%/styles/Calf_Wood/tap_prelight.png
%%DATADIR%%/styles/Calf_Wood/toggle_0.png
%%DATADIR%%/styles/Calf_Wood/toggle_1.png
%%DATADIR%%/styles/Calf_Wood/toggle_2.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_block.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_bypass.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_bypass2.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_fast.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_listen.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_logarithmic.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_magnetical.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_mono.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_muffle.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_mute.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_pauseplay.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_phase.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_sc_comp.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_sc_filter.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_softclip.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_solo.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_sync.png
%%DATADIR%%/styles/Calf_Wood/toggle_2_void.png
%%DATADIR%%/styles/Calf_Wood/tubeH1.png
%%DATADIR%%/styles/Calf_Wood/tubeH2.png
%%DATADIR%%/styles/Calf_Wood/tubeV1.png
%%DATADIR%%/styles/Calf_Wood/tubeV2.png
share/icons/hicolor/128x128/apps/calf.png
share/icons/hicolor/128x128/apps/calf_plugin.png
share/icons/hicolor/16x16/apps/calf.png
share/icons/hicolor/16x16/apps/calf_plugin.png
share/icons/hicolor/22x22/apps/calf.png
share/icons/hicolor/22x22/apps/calf_plugin.png
share/icons/hicolor/24x24/apps/calf.png
share/icons/hicolor/24x24/apps/calf_plugin.png
share/icons/hicolor/256x256/apps/calf.png
share/icons/hicolor/256x256/apps/calf_plugin.png
share/icons/hicolor/32x32/apps/calf.png
share/icons/hicolor/32x32/apps/calf_plugin.png
share/icons/hicolor/48x48/apps/calf.png
share/icons/hicolor/48x48/apps/calf_plugin.png
share/icons/hicolor/64x64/apps/calf.png
share/icons/hicolor/64x64/apps/calf_plugin.png
share/icons/hicolor/scalable/apps/calf.svg
share/icons/hicolor/scalable/apps/calf_plugin.svg

View File

@ -1,2 +0,0 @@
SHA256 (calf-0.0.60.tar.gz) = a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05
SIZE (calf-0.0.60.tar.gz) = 5881741

View File

@ -1,108 +0,0 @@
--- src/Makefile.am.orig 2015-01-24 18:21:15 UTC
+++ src/Makefile.am
@@ -5,14 +5,14 @@ SUBDIRS = calf
lv2dir = $(with_lv2_dir)/calf.lv2
bin_PROGRAMS =
-noinst_LTLIBRARIES =
+noinst_LTLIBRARIES = libcalf.la
noinst_PROGRAMS = calfbenchmark
-pkglib_LTLIBRARIES = calf.la
+lv2_LTLIBRARIES = calf.la
AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
# TODO: Remove -finline flags is clang is used
-AM_CXXFLAGS = -ffast-math -finline-limit=80 $(FLUIDSYNTH_DEPS_CFLAGS) $(LV2_DEPS_CFLAGS)
+AM_CXXFLAGS = -ffast-math $(FLUIDSYNTH_DEPS_CFLAGS) $(LV2_DEPS_CFLAGS)
if USE_GUI
AM_CXXFLAGS += $(GUI_DEPS_CFLAGS)
@@ -22,7 +22,7 @@ AM_CXXFLAGS += $(JACK_DEPS_CFLAGS)
noinst_LTLIBRARIES += libcalfgui.la
bin_PROGRAMS += calfjackhost
calfjackhost_SOURCES = gtk_session_env.cpp host_session.cpp jack_client.cpp jackhost.cpp gtk_main_win.cpp connector.cpp session_mgr.cpp
-calfjackhost_LDADD = libcalfgui.la calf.la $(JACK_DEPS_LIBS) $(GUI_DEPS_LIBS) $(FLUIDSYNTH_DEPS_LIBS)
+calfjackhost_LDADD = libcalfgui.la libcalf.la $(JACK_DEPS_LIBS) $(GUI_DEPS_LIBS) $(FLUIDSYNTH_DEPS_LIBS)
if USE_LASH
AM_CXXFLAGS += $(LASH_DEPS_CFLAGS)
calfjackhost_LDADD += $(LASH_DEPS_LIBS)
@@ -32,43 +32,43 @@ endif
AM_CXXFLAGS += $(GLIB_DEPS_CFLAGS)
noinst_PROGRAMS += calfmakerdf
calfmakerdf_SOURCES = makerdf.cpp
-calfmakerdf_LDADD = calf.la
+calfmakerdf_LDADD = libcalf.la
calfbenchmark_SOURCES = benchmark.cpp
-calfbenchmark_LDADD = calf.la
+calfbenchmark_LDADD = libcalf.la
-calf_la_SOURCES = audio_fx.cpp analyzer.cpp metadata.cpp modules_tools.cpp modules_delay.cpp modules_comp.cpp modules_limit.cpp modules_dist.cpp modules_filter.cpp modules_mod.cpp fluidsynth.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp plugin.cpp preset.cpp synth.cpp utils.cpp wavetable.cpp modmatrix.cpp
-calf_la_LIBADD = $(FLUIDSYNTH_DEPS_LIBS) $(GLIB_DEPS_LIBS)
+libcalf_la_SOURCES = audio_fx.cpp analyzer.cpp metadata.cpp modules_tools.cpp modules_delay.cpp modules_comp.cpp modules_limit.cpp modules_dist.cpp modules_filter.cpp modules_mod.cpp fluidsynth.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp plugin.cpp preset.cpp synth.cpp utils.cpp wavetable.cpp modmatrix.cpp
+libcalf_la_LIBADD = $(FLUIDSYNTH_DEPS_LIBS) $(GLIB_DEPS_LIBS) -lexpat
+calf_la_SOURCES = $(libcalf_la_SOURCES)
+calf_la_LIBADD = $(libcalf_la_LIBADD)
if USE_DEBUG
-calf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -module -lexpat -disable-static
+calf_la_LDFLAGS = -avoid-version -module
else
-calf_la_LDFLAGS = -rpath $(pkglibdir) -avoid-version -module -lexpat -disable-static -export-symbols-regex "lv2_descriptor"
+calf_la_LDFLAGS = -avoid-version -module -export-symbols-regex "lv2_descriptor"
endif
if USE_LV2_GUI
# Version WITH out-of-process GUI - links GTK+, UI controls etc.
-noinst_LTLIBRARIES += calflv2gui.la
+lv2_LTLIBRARIES += calflv2gui.la
calflv2gui_la_SOURCES = gui.cpp gui_config.cpp gui_controls.cpp ctl_curve.cpp ctl_keyboard.cpp ctl_knob.cpp ctl_led.cpp ctl_tube.cpp ctl_vumeter.cpp custom_ctl.cpp metadata.cpp giface.cpp plugin_gui_window.cpp preset.cpp preset_gui.cpp lv2gui.cpp osctl.cpp utils.cpp ctl_linegraph.cpp
+calflv2gui_la_LIBADD = -lexpat $(GUI_DEPS_LIBS)
if USE_DEBUG
-calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat $(GUI_DEPS_LIBS) -disable-static
+calflv2gui_la_LDFLAGS = -avoid-version -module
else
-calflv2gui_la_LDFLAGS = -rpath $(lv2dir) -avoid-version -module -lexpat -export-symbols-regex "lv2ui_descriptor" $(GUI_DEPS_LIBS) -disable-static
+calflv2gui_la_LDFLAGS = -avoid-version -module -export-symbols-regex "lv2ui_descriptor"
endif
endif
if USE_GUI
libcalfgui_la_SOURCES = ctl_curve.cpp ctl_keyboard.cpp ctl_knob.cpp ctl_led.cpp ctl_tube.cpp ctl_vumeter.cpp custom_ctl.cpp gui.cpp gui_config.cpp gui_controls.cpp osctl.cpp plugin_gui_window.cpp preset_gui.cpp utils.cpp ctl_linegraph.cpp
-libcalfgui_la_LDFLAGS = -static -disable-shared -lexpat
+libcalfgui_la_LIBADD = -lexpat
endif
-clean-local:
- $(RM) -f calfjackhost *~
-
install-data-hook:
install -d -m 755 $(DESTDIR)$(pkgdatadir)
install -c -m 644 $(top_srcdir)/presets.xml $(DESTDIR)$(pkgdatadir)
@@ -76,11 +76,6 @@ if USE_GUI
install -c -m 644 $(top_srcdir)/calf-gui.xml $(DESTDIR)$(pkgdatadir)
endif
if USE_LV2
- install -d -m 755 $(DESTDIR)$(lv2dir)
- ln -sf $(pkglibdir)/calf.so $(DESTDIR)$(lv2dir)/calf.so
-if USE_LV2_GUI
- install -c -m 755 $(top_builddir)/src/.libs/calflv2gui.so $(DESTDIR)$(lv2dir)/calflv2gui.so
-endif
rm -f $(DESTDIR)$(lv2dir)/*.ttl
$(top_builddir)/src/calfmakerdf -m ttl -p $(DESTDIR)$(lv2dir)/ -d $(DESTDIR)$(pkgdatadir)/
if USE_SORDI
@@ -91,9 +86,6 @@ endif
#remove calf.so, calf.rdf and - if empty - ladspa dir in usr/share
uninstall-hook:
if USE_LV2
-if USE_LV2_GUI
- rm -f $(DESTDIR)$(lv2dir)/calflv2gui.so
-endif
rm -f $(DESTDIR)$(lv2dir)/calf.so
rm -f $(DESTDIR)$(lv2dir)/*.ttl
rmdir -p $(DESTDIR)$(lv2dir) || true

View File

@ -1,17 +0,0 @@
--- src/analyzer.cpp.orig 2014-10-14 18:53:15 UTC
+++ src/analyzer.cpp
@@ -471,12 +471,12 @@ void analyzer::draw(int subindex, float
//pumping up actual signal an erase surrounding
// sounds
fft_outL[_iter] = 0.25f * std::max(n * 0.6f * \
- fabs(fft_outL[_iter]) - var1L , 1e-20);
+ fabsf(fft_outL[_iter]) - var1L , 1e-20f);
if(_mode == 3 or _mode == 4) {
// do the same with R channel if needed
lastoutR = fft_outR[_iter];
fft_outR[_iter] = 0.25f * std::max(n * \
- 0.6f * fabs(fft_outR[_iter]) - var1R , 1e-20);
+ 0.6f * fabsf(fft_outR[_iter]) - var1R , 1e-20f);
}
break;
}

View File

@ -1,10 +0,0 @@
--- src/calf/audio_fx.h.orig 2015-03-13 23:00:12 UTC
+++ src/calf/audio_fx.h
@@ -27,6 +27,7 @@
#include "inertia.h"
#include "giface.h"
#include "onepole.h"
+#include <sys/types.h>
#include <complex>
namespace calf_plugins {

View File

@ -1,13 +0,0 @@
--- src/calf/osctl.h.orig 2014-01-26 21:24:40 UTC
+++ src/calf/osctl.h
@@ -26,7 +26,10 @@
#include <vector>
#include <string.h>
#include <errno.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#include <iostream>

View File

@ -1,11 +0,0 @@
--- src/giface.cpp.orig 2015-01-24 17:21:09 UTC
+++ src/giface.cpp
@@ -173,7 +173,7 @@ std::string human_readable(float value,
}
double val = abs(value);
int place = (int)(log(val) / log(base));
- double num = val / pow(base, place);
+ double num = val / pow((double)base, place);
sprintf(buf, format, (float)((value > 0) - (value < 0)) * num, suf[place]);
return string(buf);
}

View File

@ -1,13 +0,0 @@
--- src/modules_dist.cpp.orig 2015-03-13 23:00:12 UTC
+++ src/modules_dist.cpp
@@ -794,8 +794,8 @@ uint32_t tapesimulator_audio_module::pro
lfo2.advance(1);
// dot
- rms = std::max((double)rms, (fabs(Lo) + fabs(Ro)) / 2);
- input = std::max((double)input, (fabs(Lc) + fabs(Rc)) / 2);
+ rms = std::max(rms, (fabsf(Lo) + fabsf(Ro)) / 2);
+ input = std::max(input, (fabsf(Lc) + fabsf(Rc)) / 2);
float values[] = {inL, inR, outs[0][i], outs[1][i]};
meters.process(values);

View File

@ -1,20 +0,0 @@
--- src/modules_limit.cpp.orig 2014-10-14 18:56:24 UTC
+++ src/modules_limit.cpp
@@ -429,7 +429,7 @@ uint32_t multibandlimiter_audio_module::
}
// write multiband coefficient to buffer
- buffer[pos] = std::min(*params[param_limit] / std::max(fabs(tmpL), fabs(tmpR)), 1.0);
+ buffer[pos] = std::min(*params[param_limit] / std::max(fabsf(tmpL), fabsf(tmpR)), 1.0f);
// step forward in multiband buffer
pos = (pos + channels) % buffer_size;
@@ -811,7 +811,7 @@ uint32_t sidechainlimiter_audio_module::
}
// write multiband coefficient to buffer
- buffer[pos] = std::min(*params[param_limit] / std::max(fabs(tmpL), fabs(tmpR)), 1.0);
+ buffer[pos] = std::min(*params[param_limit] / std::max(fabsf(tmpL), fabsf(tmpR)), 1.0f);
// step forward in multiband buffer
pos = (pos + channels) % buffer_size;

View File

@ -1,11 +0,0 @@
--- src/monosynth.cpp.orig 2015-01-10 10:25:16 UTC
+++ src/monosynth.cpp
@@ -309,7 +309,7 @@ void monosynth_audio_module::calculate_b
{
float freq = fabs(*params[par_o2unisonfrq] / muls[7]);
if (moddest[moddest_o2unisondetune] != 0)
- freq *= pow(2.0, moddest[moddest_o2unisondetune]);
+ freq *= pow(2.0, (double)moddest[moddest_o2unisondetune]);
unison_osc.set_freq(freq, srate);
last_unison_scale = 1.0 / (1.0 + 2 * last_unison);
unison_scale = 1.0 / (1.0 + 2 * unison);

View File

@ -1,341 +0,0 @@
bin/calfjackhost
%%LV2%%lib/lv2/calf.lv2/Analyzer.ttl
%%LV2%%lib/lv2/calf.lv2/BassEnhancer.ttl
%%LV2%%lib/lv2/calf.lv2/CompensationDelay.ttl
%%LV2%%lib/lv2/calf.lv2/Compressor.ttl
%%LV2%%lib/lv2/calf.lv2/Crusher.ttl
%%LV2%%lib/lv2/calf.lv2/Deesser.ttl
%%LV2%%lib/lv2/calf.lv2/Emphasis.ttl
%%LV2%%lib/lv2/calf.lv2/EnvelopeFilter.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer12Band.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer30Band.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer5Band.ttl
%%LV2%%lib/lv2/calf.lv2/Equalizer8Band.ttl
%%LV2%%lib/lv2/calf.lv2/Exciter.ttl
%%LV2%%lib/lv2/calf.lv2/Filter.ttl
%%LV2%%lib/lv2/calf.lv2/Filterclavier.ttl
%%LV2%%lib/lv2/calf.lv2/Flanger.ttl
%%LV2%%lib/lv2/calf.lv2/Gate.ttl
%%LV2%%lib/lv2/calf.lv2/HaasEnhancer.ttl
%%LV2%%lib/lv2/calf.lv2/Limiter.ttl
%%LV2%%lib/lv2/calf.lv2/MonoCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/MonoInput.ttl
%%LV2%%lib/lv2/calf.lv2/Monosynth.ttl
%%LV2%%lib/lv2/calf.lv2/MultiChorus.ttl
%%LV2%%lib/lv2/calf.lv2/MultibandCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/MultibandGate.ttl
%%LV2%%lib/lv2/calf.lv2/MultibandLimiter.ttl
%%LV2%%lib/lv2/calf.lv2/Organ.ttl
%%LV2%%lib/lv2/calf.lv2/Phaser.ttl
%%LV2%%lib/lv2/calf.lv2/Pulsator.ttl
%%LV2%%lib/lv2/calf.lv2/Reverb.ttl
%%LV2%%lib/lv2/calf.lv2/ReverseDelay.ttl
%%LV2%%lib/lv2/calf.lv2/RingModulator.ttl
%%LV2%%lib/lv2/calf.lv2/RotarySpeaker.ttl
%%LV2%%lib/lv2/calf.lv2/Saturator.ttl
%%LV2%%lib/lv2/calf.lv2/SidechainCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/SidechainGate.ttl
%%LV2%%lib/lv2/calf.lv2/SidechainLimiter.ttl
%%LV2%%lib/lv2/calf.lv2/StereoTools.ttl
%%LV2%%lib/lv2/calf.lv2/TapeSimulator.ttl
%%LV2%%lib/lv2/calf.lv2/TransientDesigner.ttl
%%LV2%%lib/lv2/calf.lv2/VintageDelay.ttl
%%LV2%%lib/lv2/calf.lv2/Vocoder.ttl
%%LV2%%lib/lv2/calf.lv2/XOver2Band.ttl
%%LV2%%lib/lv2/calf.lv2/XOver3Band.ttl
%%LV2%%lib/lv2/calf.lv2/XOver4Band.ttl
%%LV2%%lib/lv2/calf.lv2/calf.so
%%LV2%%lib/lv2/calf.lv2/calflv2gui.so
%%LV2%%lib/lv2/calf.lv2/manifest.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Filter.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Flanger.ttl
%%LV2%%lib/lv2/calf.lv2/presets-MonoCompressor.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Monosynth.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Organ.ttl
%%LV2%%lib/lv2/calf.lv2/presets-Reverb.ttl
man/man1/calfjackhost.1.gz
man/man7/calf.7.gz
share/applications/calf.desktop
%%DATADIR%%/background_black.png
%%DATADIR%%/background_dark.png
%%DATADIR%%/background_light.png
%%DATADIR%%/calf.rc
%%DATADIR%%/calf-gui.xml
%%DATADIR%%/combo_arrow.png
%%DATADIR%%/gui-analyzer.xml
%%DATADIR%%/gui-bassenhancer.xml
%%DATADIR%%/gui-compdelay.xml
%%DATADIR%%/gui-compressor.xml
%%DATADIR%%/gui-crusher.xml
%%DATADIR%%/gui-deesser.xml
%%DATADIR%%/gui-emphasis.xml
%%DATADIR%%/gui-envelopefilter.xml
%%DATADIR%%/gui-eq12.xml
%%DATADIR%%/gui-eq30.xml
%%DATADIR%%/gui-eq5.xml
%%DATADIR%%/gui-eq8.xml
%%DATADIR%%/gui-exciter.xml
%%DATADIR%%/gui-filter.xml
%%DATADIR%%/gui-filterclavier.xml
%%DATADIR%%/gui-flanger.xml
%%DATADIR%%/gui-fluidsynth.xml
%%DATADIR%%/gui-gate.xml
%%DATADIR%%/gui-haasenhancer.xml
%%DATADIR%%/gui-limiter.xml
%%DATADIR%%/gui-mono.xml
%%DATADIR%%/gui-monocompressor.xml
%%DATADIR%%/gui-monosynth.xml
%%DATADIR%%/gui-multibandcompressor.xml
%%DATADIR%%/gui-multibandgate.xml
%%DATADIR%%/gui-multibandlimiter.xml
%%DATADIR%%/gui-multichorus.xml
%%DATADIR%%/gui-organ.xml
%%DATADIR%%/gui-phaser.xml
%%DATADIR%%/gui-pulsator.xml
%%DATADIR%%/gui-reverb.xml
%%DATADIR%%/gui-reversedelay.xml
%%DATADIR%%/gui-ringmodulator.xml
%%DATADIR%%/gui-rotaryspeaker.xml
%%DATADIR%%/gui-saturator.xml
%%DATADIR%%/gui-sidechaincompressor.xml
%%DATADIR%%/gui-sidechaingate.xml
%%DATADIR%%/gui-sidechainlimiter.xml
%%DATADIR%%/gui-stereo.xml
%%DATADIR%%/gui-tapesimulator.xml
%%DATADIR%%/gui-transientdesigner.xml
%%DATADIR%%/gui-vintagedelay.xml
%%DATADIR%%/gui-vocoder.xml
%%DATADIR%%/gui-wavetable.xml
%%DATADIR%%/gui-xover2.xml
%%DATADIR%%/gui-xover3.xml
%%DATADIR%%/gui-xover4.xml
%%DATADIR%%/icons/LV2/Allpass.svg
%%DATADIR%%/icons/LV2/Amplifier.svg
%%DATADIR%%/icons/LV2/Analyser.svg
%%DATADIR%%/icons/LV2/Bandpass.svg
%%DATADIR%%/icons/LV2/Chorus.svg
%%DATADIR%%/icons/LV2/Comb.svg
%%DATADIR%%/icons/LV2/Compressor.svg
%%DATADIR%%/icons/LV2/Constant.svg
%%DATADIR%%/icons/LV2/Converter.svg
%%DATADIR%%/icons/LV2/Delay.svg
%%DATADIR%%/icons/LV2/Distortion.svg
%%DATADIR%%/icons/LV2/Dynamics.svg
%%DATADIR%%/icons/LV2/EQ.svg
%%DATADIR%%/icons/LV2/Envelope.svg
%%DATADIR%%/icons/LV2/Expander.svg
%%DATADIR%%/icons/LV2/Filter.svg
%%DATADIR%%/icons/LV2/Flanger.svg
%%DATADIR%%/icons/LV2/Function.svg
%%DATADIR%%/icons/LV2/Gate.svg
%%DATADIR%%/icons/LV2/Generator.svg
%%DATADIR%%/icons/LV2/Highpass.svg
%%DATADIR%%/icons/LV2/Instrument.svg
%%DATADIR%%/icons/LV2/Limiter.svg
%%DATADIR%%/icons/LV2/Mixer.svg
%%DATADIR%%/icons/LV2/Modulator.svg
%%DATADIR%%/icons/LV2/MultiEQ.svg
%%DATADIR%%/icons/LV2/Oscillator.svg
%%DATADIR%%/icons/LV2/ParaEQ.svg
%%DATADIR%%/icons/LV2/Phaser.svg
%%DATADIR%%/icons/LV2/Pitch.svg
%%DATADIR%%/icons/LV2/Reverb.svg
%%DATADIR%%/icons/LV2/Simulator.svg
%%DATADIR%%/icons/LV2/Spatial.svg
%%DATADIR%%/icons/LV2/Spectral.svg
%%DATADIR%%/icons/LV2/Utility.svg
%%DATADIR%%/icons/LV2/Waveshaper.svg
%%DATADIR%%/knob1.png
%%DATADIR%%/knob2.png
%%DATADIR%%/knob3.png
%%DATADIR%%/knob4.png
%%DATADIR%%/knob5.png
%%DATADIR%%/light_bottom.png
%%DATADIR%%/light_top.png
%%DATADIR%%/logo_button.png
%%DATADIR%%/presets.xml
%%DATADIR%%/screw1.png
%%DATADIR%%/screw2.png
%%DATADIR%%/screw_black.png
%%DATADIR%%/screw_silver.png
%%DATADIR%%/side_d_e.png
%%DATADIR%%/side_d_ne.png
%%DATADIR%%/side_d_nw.png
%%DATADIR%%/side_d_se.png
%%DATADIR%%/side_d_sw.png
%%DATADIR%%/side_d_w.png
%%DATADIR%%/side_e.png
%%DATADIR%%/side_e_logo.png
%%DATADIR%%/side_ne.png
%%DATADIR%%/side_nw.png
%%DATADIR%%/side_se.png
%%DATADIR%%/side_sw.png
%%DATADIR%%/side_w.png
%%DATADIR%%/slider1-horiz-prelight.png
%%DATADIR%%/slider1-horiz.png
%%DATADIR%%/slider1-vert-prelight.png
%%DATADIR%%/slider1-vert.png
%%DATADIR%%/slider2-horiz-prelight.png
%%DATADIR%%/slider2-horiz.png
%%DATADIR%%/slider2-vert-prelight.png
%%DATADIR%%/slider2-vert.png
%%DATADIR%%/tap_active.png
%%DATADIR%%/tap_inactive.png
%%DATADIR%%/tap_prelight.png
%%DATADIR%%/toggle0_silver.png
%%DATADIR%%/toggle1_silver.png
%%DATADIR%%/toggle2_silver.png
%%DATADIR%%/tubeH1.png
%%DATADIR%%/tubeH2.png
%%DATADIR%%/tubeV1.png
%%DATADIR%%/tubeV2.png
%%PORTDOCS%%%%DOCSDIR%%/About.html
%%PORTDOCS%%%%DOCSDIR%%/Analyzer.html
%%PORTDOCS%%%%DOCSDIR%%/Bass Enhancer.html
%%PORTDOCS%%%%DOCSDIR%%/Calf.html
%%PORTDOCS%%%%DOCSDIR%%/Compensation Delay Line.html
%%PORTDOCS%%%%DOCSDIR%%/Compressor.html
%%PORTDOCS%%%%DOCSDIR%%/Controls.html
%%PORTDOCS%%%%DOCSDIR%%/Crusher.html
%%PORTDOCS%%%%DOCSDIR%%/Deesser.html
%%PORTDOCS%%%%DOCSDIR%%/Emphasis.html
%%PORTDOCS%%%%DOCSDIR%%/Envelope Filter.html
%%PORTDOCS%%%%DOCSDIR%%/Equalizer 12 Band.html
%%PORTDOCS%%%%DOCSDIR%%/Equalizer 30 Band.html
%%PORTDOCS%%%%DOCSDIR%%/Equalizer 5 Band.html
%%PORTDOCS%%%%DOCSDIR%%/Equalizer 8 Band.html
%%PORTDOCS%%%%DOCSDIR%%/Exciter.html
%%PORTDOCS%%%%DOCSDIR%%/Filter.html
%%PORTDOCS%%%%DOCSDIR%%/Filterclavier.html
%%PORTDOCS%%%%DOCSDIR%%/Flanger.html
%%PORTDOCS%%%%DOCSDIR%%/Fluidsynth.html
%%PORTDOCS%%%%DOCSDIR%%/Gate.html
%%PORTDOCS%%%%DOCSDIR%%/Haas Stereo Enhancer.html
%%PORTDOCS%%%%DOCSDIR%%/Limiter.html
%%PORTDOCS%%%%DOCSDIR%%/Mono Compressor.html
%%PORTDOCS%%%%DOCSDIR%%/Mono Input.html
%%PORTDOCS%%%%DOCSDIR%%/Monosynth.html
%%PORTDOCS%%%%DOCSDIR%%/Multi Chorus.html
%%PORTDOCS%%%%DOCSDIR%%/Multiband Compressor.html
%%PORTDOCS%%%%DOCSDIR%%/Multiband Gate.html
%%PORTDOCS%%%%DOCSDIR%%/Multiband Limiter.html
%%PORTDOCS%%%%DOCSDIR%%/Organ.html
%%PORTDOCS%%%%DOCSDIR%%/Phaser.html
%%PORTDOCS%%%%DOCSDIR%%/Pulsator.html
%%PORTDOCS%%%%DOCSDIR%%/Reverb.html
%%PORTDOCS%%%%DOCSDIR%%/Ring Modulator.html
%%PORTDOCS%%%%DOCSDIR%%/Rotary Speaker.html
%%PORTDOCS%%%%DOCSDIR%%/Saturator.html
%%PORTDOCS%%%%DOCSDIR%%/Sidechain Compressor.html
%%PORTDOCS%%%%DOCSDIR%%/Sidechain Gate.html
%%PORTDOCS%%%%DOCSDIR%%/Sidechain Limiter.html
%%PORTDOCS%%%%DOCSDIR%%/Stereo Tools.html
%%PORTDOCS%%%%DOCSDIR%%/Tape Simulator.html
%%PORTDOCS%%%%DOCSDIR%%/Transient Designer.html
%%PORTDOCS%%%%DOCSDIR%%/Vintage Delay.html
%%PORTDOCS%%%%DOCSDIR%%/Vocoder.html
%%PORTDOCS%%%%DOCSDIR%%/Wavetable.html
%%PORTDOCS%%%%DOCSDIR%%/X-Over 2 Band.html
%%PORTDOCS%%%%DOCSDIR%%/X-Over 3 Band.html
%%PORTDOCS%%%%DOCSDIR%%/X-Over 4 Band.html
%%PORTDOCS%%%%DOCSDIR%%/_blank.html
%%PORTDOCS%%%%DOCSDIR%%/images/About.png
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Analyzer - Spectralizer.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Analyzer - Stereo Difference.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Analyzer - Stereo Image.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Analyzer.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Bass Enhancer.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Compensation Delay Line.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Compressor.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Controls.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Crusher.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Deesser.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Emphasis.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Envelope Filter.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Equalizer 12 Band.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Equalizer 30 Band.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Equalizer 5 Band.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Equalizer 8 Band.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Exciter.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Filter.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Filterclavier.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Flanger.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Fluidsynth.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Gate.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Haas Stereo Enhancer.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Limiter.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Mono Compressor.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Mono Input.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Monosynth - Audio Path.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Monosynth - Modulation Matrix.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Monosynth - Modulation.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Multi Chorus.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Multiband Compressor.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Multiband Gate.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Multiband Limiter.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Organ - Sound Processor.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Organ - Tone Generator.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Phaser.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Pulsator.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Reverb.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Reverse Delay.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Ring Modulator.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Rotary Speaker.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Saturator.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Sidechain Compressor.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Sidechain Gate.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Sidechain Limiter.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Stereo Tools.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Tape Simulator.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Transient Designer.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Vintage Delay.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Vocoder.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - Wavetable.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - X-Over 2 Band.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - X-Over 3 Band.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf - X-Over 4 Band.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf JACK Host.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf Studio Gear.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Calf.jpg
%%PORTDOCS%%%%DOCSDIR%%/images/Index.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/delay.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/distortion.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/dynamics.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/filters.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/index.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/modulation.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/synthesizer.png
%%PORTDOCS%%%%DOCSDIR%%/images/icons/tools.png
%%PORTDOCS%%%%DOCSDIR%%/images/marrow.png
%%PORTDOCS%%%%DOCSDIR%%/images/prettyPhoto/dark_rounded/btnNext.png
%%PORTDOCS%%%%DOCSDIR%%/images/prettyPhoto/dark_rounded/btnPrevious.png
%%PORTDOCS%%%%DOCSDIR%%/images/prettyPhoto/dark_rounded/contentPattern.png
%%PORTDOCS%%%%DOCSDIR%%/images/prettyPhoto/dark_rounded/default_thumbnail.gif
%%PORTDOCS%%%%DOCSDIR%%/images/prettyPhoto/dark_rounded/loader.gif
%%PORTDOCS%%%%DOCSDIR%%/images/prettyPhoto/dark_rounded/sprite.png
%%PORTDOCS%%%%DOCSDIR%%/images/style_logo.png
%%PORTDOCS%%%%DOCSDIR%%/images/style_p.png
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/scripts/jquery.js
%%PORTDOCS%%%%DOCSDIR%%/scripts/jquery.prettyPhoto.js
%%PORTDOCS%%%%DOCSDIR%%/scripts/manual.js
%%PORTDOCS%%%%DOCSDIR%%/scripts/prettyPhoto.css
%%PORTDOCS%%%%DOCSDIR%%/scripts/style.css
share/icons/hicolor/128x128/apps/calf.png
share/icons/hicolor/128x128/apps/calf_plugin.png
share/icons/hicolor/16x16/apps/calf.png
share/icons/hicolor/16x16/apps/calf_plugin.png
share/icons/hicolor/22x22/apps/calf.png
share/icons/hicolor/22x22/apps/calf_plugin.png
share/icons/hicolor/24x24/apps/calf.png
share/icons/hicolor/24x24/apps/calf_plugin.png
share/icons/hicolor/256x256/apps/calf.png
share/icons/hicolor/256x256/apps/calf_plugin.png
share/icons/hicolor/32x32/apps/calf.png
share/icons/hicolor/32x32/apps/calf_plugin.png
share/icons/hicolor/48x48/apps/calf.png
share/icons/hicolor/48x48/apps/calf_plugin.png
share/icons/hicolor/64x64/apps/calf.png
share/icons/hicolor/64x64/apps/calf_plugin.png
share/icons/hicolor/scalable/apps/calf.svg
share/icons/hicolor/scalable/apps/calf_plugin.svg

View File

@ -2,8 +2,9 @@
# $FreeBSD$
PORTNAME= clementine
PORTVERSION= 1.3.1
PORTREVISION= 21
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1-441
DISTVERSIONSUFFIX= -gc01b7bc
CATEGORIES= audio
PKGNAMESUFFIX= -player
@ -36,7 +37,8 @@ USES= cmake \
pkgconfig \
sqlite
USE_GL= glew
USE_GL= gl glew glu
USE_XORG= x11
CONFLICTS_BUILD= qt-3.*
USE_QT4= corelib \
@ -170,7 +172,8 @@ GOOGLE_DRIVE_CMAKE_OFF= -DENABLE_GOOGLE_DRIVE=OFF
GPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \
libplist.so:devel/libplist \
libusbmuxd.so:comms/libusbmuxd
libusbmuxd.so:comms/libusbmuxd \
libimobiledevice.so:comms/libimobiledevice
GPOD_CMAKE_ON= -DENABLE_LIBGPOD=ON
GPOD_CMAKE_OFF= -DENABLE_LIBGPOD=OFF

View File

@ -1,2 +1,3 @@
SHA256 (clementine-player-Clementine-1.3.1_GH0.tar.gz) = f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c
SIZE (clementine-player-Clementine-1.3.1_GH0.tar.gz) = 8501827
TIMESTAMP = 1527263085
SHA256 (clementine-player-Clementine-v1.3.1-441-gc01b7bc_GH0.tar.gz) = 78082a523dc21b6ddf17fd7bd3ab7734634bce93dacdc1a50efb4dda4e346be6
SIZE (clementine-player-Clementine-v1.3.1-441-gc01b7bc_GH0.tar.gz) = 8468459

View File

@ -1,34 +0,0 @@
Add compatibility with chromaprint >= 1.4
diff --git a/src/musicbrainz/chromaprinter.cpp b/src/musicbrainz/chromaprinter.cpp
index 9579b62..c7ad99e 100644
--- src/musicbrainz/chromaprinter.cpp.orig
+++ src/musicbrainz/chromaprinter.cpp
@@ -143,16 +143,24 @@ QString Chromaprinter::CreateFingerprint() {
ChromaprintContext* chromaprint =
chromaprint_new(CHROMAPRINT_ALGORITHM_DEFAULT);
chromaprint_start(chromaprint, kDecodeRate, kDecodeChannels);
- chromaprint_feed(chromaprint, reinterpret_cast<void*>(data.data()),
+ chromaprint_feed(chromaprint, reinterpret_cast<int16_t *>(data.data()),
data.size() / 2);
chromaprint_finish(chromaprint);
- void* fprint = nullptr;
int size = 0;
+
+#if CHROMAPRINT_VERSION_MAJOR >= 1 && CHROMAPRINT_VERSION_MINOR >= 4
+ u_int32_t *fprint = nullptr;
+ char *encoded = nullptr;
+#else
+ void *fprint = nullptr;
+ void *encoded = nullptr;
+#endif
+
int ret = chromaprint_get_raw_fingerprint(chromaprint, &fprint, &size);
+
QByteArray fingerprint;
if (ret == 1) {
- void* encoded = nullptr;
int encoded_size = 0;
chromaprint_encode_fingerprint(fprint, size, CHROMAPRINT_ALGORITHM_DEFAULT,
&encoded, &encoded_size, 1);

View File

@ -1,11 +0,0 @@
--- src/internet/vk/vkconnection.h.orig 2016-04-19 15:08:35 UTC
+++ src/internet/vk/vkconnection.h
@@ -19,6 +19,8 @@
#ifndef INTERNET_VK_VKCONNECTION_H_
#define INTERNET_VK_VKCONNECTION_H_
+#include <time.h>
+
#include "vreen/client.h"
#include "vreen/connection.h"

View File

@ -8,4 +8,4 @@ docs, because xmms/Xmms::shell provides everything I need (at the
moment) for audio. If you have an interesting reason for needing the
missing pieces, I'll probably be interested in adding them.
WWW: http://search.cpan.org/dist/Audio-CD/
WWW: https://metacpan.org/release/Audio-CD

View File

@ -9,4 +9,4 @@ conversions, effects processing, mixing, as a LADSPA plugin host and
JACK node. Version >= 2.2.X must be installed to use this
package. "SEE ALSO" for more info.
WWW: http://search.cpan.org/dist/Audio-Ecasound/
WWW: https://metacpan.org/release/Audio-Ecasound

View File

@ -12,4 +12,4 @@ basic set of tags used for FLAC files include:
* TRACKNUMBER
* COMMENT
WWW: http://search.cpan.org/dist/Audio-FLAC-Header/
WWW: https://metacpan.org/release/Audio-FLAC-Header

View File

@ -8,4 +8,4 @@ information.
Therefore, those common classes have been outsourced to Audio::MPD::Common.
WWW: http://search.cpan.org/dist/Audio-MPD-Common/
WWW: https://metacpan.org/release/Audio-MPD-Common

View File

@ -14,4 +14,4 @@ instead of Audio::MPD. Or you can try to set conntype to $REUSE (see
Audio::MPD constructor for more details), but you would be then on your
own to deal with disconnections.
WWW: http://search.cpan.org/dist/Audio-MPD/
WWW: https://metacpan.org/release/Audio-MPD

View File

@ -7,4 +7,4 @@ function.
All values (lcval, rcval) are numbers in 0-100 range.
WWW: http://search.cpan.org/dist/Audio-Mixer/
WWW: https://metacpan.org/release/Audio-Mixer

View File

@ -3,4 +3,4 @@ Musepack file, as well as tag information contained in the Musepack
file's APE tags. See Audio::APETags for more information about the
tags.
WWW: http://search.cpan.org/dist/Audio-Musepack/
WWW: https://metacpan.org/release/Audio-Musepack

View File

@ -3,4 +3,4 @@ information. It currently supports MP3 via an included version of
libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF,
WAV, AIFF, Musepack, and Monkey's Audio.
WWW: http://search.cpan.org/dist/Audio-Scan/
WWW: https://metacpan.org/release/Audio-Scan

View File

@ -1,3 +1,3 @@
Fetch info from WMA audio files.
WWW: http://search.cpan.org/dist/Audio-WMA/
WWW: https://metacpan.org/release/Audio-WMA

View File

@ -1,4 +1,4 @@
These Perl modules provide a method of reading and writing uncompressed
Microsoft WAV files.
WWW: http://search.cpan.org/dist/Audio-Wav/
WWW: https://metacpan.org/release/Audio-Wav

View File

@ -4,4 +4,4 @@ Currently can load or save Sun/Next .au/.snd files and play them
via Network Audio Server (from ftp.x.org) or native /dev/audio
on Unices.
WWW: http://search.cpan.org/dist/Audio/
WWW: https://metacpan.org/release/Audio

View File

@ -3,4 +3,4 @@ files, as used by freedb.
It does not read data from your CD, or submit information to freedb.
WWW: http://search.cpan.org/dist/CDDB-File/
WWW: https://metacpan.org/release/CDDB-File

View File

@ -8,4 +8,4 @@ itself, but relies on the main program supplying disc data.
Therefore, it is particularly useful for developing software that
deals with alternative media, such as MPEG audio files.
WWW: http://search.cpan.org/dist/CDDB/
WWW: https://metacpan.org/release/CDDB

View File

@ -1,4 +1,4 @@
The CDDB_get module implements a Perl class for communicating with an
audio compact disc database through the CDDBP protocol.
WWW: http://search.cpan.org/dist/CDDB_get/
WWW: https://metacpan.org/release/CDDB_get

View File

@ -2,4 +2,4 @@ The module can be used to republish a DAAP share. You'll probably
want to use Net::DAV::Server or POE::Component::Server::FTP to
re-export it in a browseable form.
WWW: http://search.cpan.org/dist/Filesys-Virtual-DAAP/
WWW: https://metacpan.org/release/Filesys-Virtual-DAAP

View File

@ -1,4 +1,4 @@
This suite of modules provides routines for reading, composing, modifying, and
writing MIDI files.
WWW: http://search.cpan.org/dist/MIDI-Perl/
WWW: https://metacpan.org/release/MIDI-Perl

View File

@ -4,4 +4,4 @@ and return either the list of filenames (the default), a printf-style
formatted string for each file using its ID3 tags, or the actual Perl
data structure representing the results.
WWW: http://search.cpan.org/dist/MP3-Find/
WWW: https://metacpan.org/release/MP3-Find

View File

@ -1,3 +1,3 @@
The ID3v1Tag routines are useful for setting and reading ID3 MP3 Audio Tags.
WWW: http://search.cpan.org/dist/MP3-ID3v1Tag/
WWW: https://metacpan.org/release/MP3-ID3v1Tag

View File

@ -1,3 +1,3 @@
Manipulate / fetch info from MP3 audio files.
WWW: http://search.cpan.org/dist/MP3-Info/
WWW: https://metacpan.org/release/MP3-Info

View File

@ -4,4 +4,4 @@ mp3rename - Rename MP3 files based off of it's tags.
mp3show - Show tags for one or more MP3 file.
mp3tag - Manipulate the tags for one or more MP3 files.
WWW: http://search.cpan.org/dist/MP3-Tag-Utils/
WWW: https://metacpan.org/release/MP3-Tag-Utils

View File

@ -1,3 +1,3 @@
MP3::Tag - Module for reading tags of MP3 audio files
WWW: http://search.cpan.org/dist/MP3-Tag/
WWW: https://metacpan.org/release/MP3-Tag

Some files were not shown because too many files have changed in this diff Show More