mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
This commit is contained in:
parent
498a52e270
commit
e1c3085354
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchgit, alsaLib, aubio, boost, cairomm, curl, doxygen
|
{ stdenv, fetchgit, alsaLib, aubio, boost, cairomm, curl, doxygen
|
||||||
, fftwSinglePrec, flac, glibc, glibmm, graphviz, gtkmm2, libjack2
|
, fftwSinglePrec, flac, glibc, glibmm, graphviz, gtkmm2, libjack2
|
||||||
, libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg, librdf
|
, libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg
|
||||||
, librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile
|
, librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile
|
||||||
, libusb, libuuid, libxml2, libxslt, lilv, lv2, makeWrapper
|
, libusb, libuuid, libxml2, libxslt, lilv, lrdf, lv2, makeWrapper
|
||||||
, perl, pkgconfig, python2, rubberband, serd, sord, sratom
|
, perl, pkgconfig, python2, rubberband, serd, sord, sratom
|
||||||
, taglib, vampSDK, dbus, fftw, pango, suil, libarchive
|
, taglib, vampSDK, dbus, fftw, pango, suil, libarchive
|
||||||
, wafHook }:
|
, wafHook }:
|
||||||
@ -34,8 +34,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ alsaLib aubio boost cairomm curl doxygen dbus fftw fftwSinglePrec flac
|
[ alsaLib aubio boost cairomm curl doxygen dbus fftw fftwSinglePrec flac
|
||||||
glibmm graphviz gtkmm2 libjack2 libgnomecanvas libgnomecanvasmm liblo
|
glibmm graphviz gtkmm2 libjack2 libgnomecanvas libgnomecanvasmm liblo
|
||||||
libmad libogg librdf librdf_raptor librdf_rasqal libsamplerate
|
libmad libogg librdf_raptor librdf_rasqal libsamplerate
|
||||||
libsigcxx libsndfile libusb libuuid libxml2 libxslt lilv lv2
|
libsigcxx libsndfile libusb libuuid libxml2 libxslt lilv lrdf lv2
|
||||||
makeWrapper pango perl pkgconfig python2 rubberband serd sord
|
makeWrapper pango perl pkgconfig python2 rubberband serd sord
|
||||||
sratom suil taglib vampSDK libarchive
|
sratom suil taglib vampSDK libarchive
|
||||||
];
|
];
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, gettext, intltool, pkgconfig, python2
|
{ stdenv, fetchurl, gettext, intltool, pkgconfig, python2
|
||||||
, avahi, bluez, boost, eigen, fftw, glib, glib-networking
|
, avahi, bluez, boost, eigen, fftw, glib, glib-networking
|
||||||
, glibmm, gsettings-desktop-schemas, gtkmm2, libjack2
|
, glibmm, gsettings-desktop-schemas, gtkmm2, libjack2
|
||||||
, ladspaH, libav, librdf, libsndfile, lilv, lv2, serd, sord, sratom
|
, ladspaH, libav, libsndfile, lilv, lrdf, lv2, serd, sord, sratom
|
||||||
, wrapGAppsHook, zita-convolver, zita-resampler, curl, wafHook
|
, wrapGAppsHook, zita-convolver, zita-resampler, curl, wafHook
|
||||||
, optimizationSupport ? false # Enable support for native CPU extensions
|
, optimizationSupport ? false # Enable support for native CPU extensions
|
||||||
}:
|
}:
|
||||||
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
avahi bluez boost eigen fftw glib glibmm glib-networking.out
|
avahi bluez boost eigen fftw glib glibmm glib-networking.out
|
||||||
gsettings-desktop-schemas gtkmm2 libjack2 ladspaH libav librdf
|
gsettings-desktop-schemas gtkmm2 libjack2 ladspaH libav
|
||||||
libsndfile lilv lv2 serd sord sratom zita-convolver
|
libsndfile lilv lrdf lv2 serd sord sratom zita-convolver
|
||||||
zita-resampler curl
|
zita-resampler curl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, boost, cmake, glib, lash, libjack2, libarchive
|
{ stdenv, fetchurl, pkgconfig, cmake
|
||||||
, liblrdf, libsndfile, pkgconfig, qt4 }:
|
, alsaLib, boost, glib, lash, libjack2, libarchive, libsndfile, lrdf, qt4
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.9.7";
|
version = "0.9.7";
|
||||||
@ -10,9 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1dy2jfkdw0nchars4xi4isrz66fqn53a9qk13bqza7lhmsg3s3qy";
|
sha256 = "1dy2jfkdw0nchars4xi4isrz66fqn53a9qk13bqza7lhmsg3s3qy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib boost cmake glib lash libjack2 libarchive liblrdf libsndfile qt4
|
alsaLib boost glib lash libjack2 libarchive libsndfile lrdf qt4
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libjack2, ladspaH, gtk2, alsaLib, libxml2, librdf }:
|
{ stdenv, fetchurl, pkgconfig, libjack2, ladspaH, gtk2, alsaLib, libxml2, lrdf }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jack-rack-1.4.7";
|
name = "jack-rack-1.4.7";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1lmibx9gicagcpcisacj6qhq6i08lkl5x8szysjqvbgpxl9qg045";
|
sha256 = "1lmibx9gicagcpcisacj6qhq6i08lkl5x8szysjqvbgpxl9qg045";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libjack2 ladspaH gtk2 alsaLib libxml2 librdf ];
|
buildInputs = [ libjack2 ladspaH gtk2 alsaLib libxml2 lrdf ];
|
||||||
NIX_LDFLAGS = "-ldl -lm -lpthread";
|
NIX_LDFLAGS = "-ldl -lm -lpthread";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, python2, cairo, libjpeg, ntk, libjack2
|
{ stdenv, fetchFromGitHub, pkgconfig, python2, cairo, libjpeg, ntk, libjack2
|
||||||
, libsndfile, ladspaH, liblrdf, liblo, libsigcxx, wafHook
|
, libsndfile, ladspaH, liblo, libsigcxx, lrdf, wafHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wafHook ];
|
nativeBuildInputs = [ pkgconfig wafHook ];
|
||||||
buildInputs = [ python2 cairo libjpeg ntk libjack2 libsndfile
|
buildInputs = [ python2 cairo libjpeg ntk libjack2 libsndfile
|
||||||
ladspaH liblrdf liblo libsigcxx
|
ladspaH liblo libsigcxx lrdf
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, cmake, makedepend, perl, pkgconfig, qttools, wrapQtAppsHook
|
{ stdenv, fetchurl, cmake, makedepend, perl, pkgconfig, qttools, wrapQtAppsHook
|
||||||
, dssi, fftwSinglePrec, ladspaH, ladspaPlugins, libjack2, alsaLib
|
, dssi, fftwSinglePrec, ladspaH, ladspaPlugins, libjack2, alsaLib
|
||||||
, liblo, liblrdf, libsamplerate, libsndfile, lirc ? null, qtbase }:
|
, liblo, libsamplerate, libsndfile, lirc ? null, lrdf, qtbase }:
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
version = "19.12";
|
version = "19.12";
|
||||||
@ -25,10 +25,10 @@ stdenv.mkDerivation (rec {
|
|||||||
ladspaPlugins
|
ladspaPlugins
|
||||||
libjack2
|
libjack2
|
||||||
liblo
|
liblo
|
||||||
liblrdf
|
|
||||||
libsamplerate
|
libsamplerate
|
||||||
libsndfile
|
libsndfile
|
||||||
lirc
|
lirc
|
||||||
|
lrdf
|
||||||
qtbase
|
qtbase
|
||||||
alsaLib
|
alsaLib
|
||||||
];
|
];
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, boost, bzip2, fftw, fftwFloat, libfishsound
|
{ stdenv, fetchurl, alsaLib, boost, bzip2, fftw, fftwFloat, libfishsound
|
||||||
, libid3tag, liblo, liblrdf, libmad, liboggz, libpulseaudio, libsamplerate
|
, libid3tag, liblo, libmad, liboggz, libpulseaudio, libsamplerate
|
||||||
, libsndfile, opusfile, portaudio, rubberband, serd, sord, vampSDK, capnproto
|
, libsndfile, lrdf, opusfile, portaudio, rubberband, serd, sord, vampSDK, capnproto
|
||||||
, wrapQtAppsHook, pkgconfig
|
, wrapQtAppsHook, pkgconfig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ alsaLib boost bzip2 fftw fftwFloat libfishsound libid3tag liblo liblrdf
|
[ alsaLib boost bzip2 fftw fftwFloat libfishsound libid3tag liblo
|
||||||
libmad liboggz libpulseaudio libsamplerate libsndfile opusfile pkgconfig
|
libmad liboggz libpulseaudio libsamplerate libsndfile lrdf opusfile
|
||||||
portaudio rubberband serd sord capnproto
|
portaudio rubberband serd sord capnproto
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# TODO add plugins having various licenses, see http://www.vamp-plugins.org/download.html
|
# TODO add plugins having various licenses, see http://www.vamp-plugins.org/download.html
|
||||||
|
|
||||||
{ stdenv, fetchurl, alsaLib, bzip2, fftw, libjack2, libX11, liblo
|
{ stdenv, fetchurl, alsaLib, bzip2, fftw, libjack2, libX11, liblo
|
||||||
, libmad, libogg, librdf, librdf_raptor, librdf_rasqal, libsamplerate
|
, libmad, libogg, lrdf, librdf_raptor, librdf_rasqal, libsamplerate
|
||||||
, libsndfile, pkgconfig, libpulseaudio, qtbase, qtsvg, redland
|
, libsndfile, pkgconfig, libpulseaudio, qtbase, qtsvg, redland
|
||||||
, rubberband, serd, sord, vampSDK, fftwFloat
|
, rubberband, serd, sord, vampSDK, fftwFloat
|
||||||
, capnproto, liboggz, libfishsound, libid3tag, opusfile
|
, capnproto, liboggz, libfishsound, libid3tag, opusfile
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ libsndfile qtbase qtsvg fftw fftwFloat bzip2 librdf rubberband
|
[ libsndfile qtbase qtsvg fftw fftwFloat bzip2 lrdf rubberband
|
||||||
libsamplerate vampSDK alsaLib librdf_raptor librdf_rasqal redland
|
libsamplerate vampSDK alsaLib librdf_raptor librdf_rasqal redland
|
||||||
serd
|
serd
|
||||||
sord
|
sord
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
, libass
|
, libass
|
||||||
, libkate
|
, libkate
|
||||||
, libmms
|
, libmms
|
||||||
, librdf
|
, lrdf
|
||||||
, ladspaH
|
, ladspaH
|
||||||
, libnice
|
, libnice
|
||||||
, webrtc-audio-processing
|
, webrtc-audio-processing
|
||||||
@ -178,13 +178,13 @@ in stdenv.mkDerivation rec {
|
|||||||
libgudev
|
libgudev
|
||||||
libnice
|
libnice
|
||||||
libofa
|
libofa
|
||||||
librdf
|
lrdf
|
||||||
sbc
|
sbc
|
||||||
spandsp
|
spandsp
|
||||||
|
|
||||||
# ladspa plug-in
|
# ladspa plug-in
|
||||||
ladspaH
|
ladspaH
|
||||||
librdf # TODO: make build on Darwin
|
lrdf # TODO: make build on Darwin
|
||||||
|
|
||||||
# lv2 plug-in
|
# lv2 plug-in
|
||||||
lilv
|
lilv
|
||||||
|
@ -235,7 +235,9 @@ mapAliases ({
|
|||||||
libintlOrEmpty = stdenv.lib.optional (!stdenv.isLinux || stdenv.hostPlatform.libc != "glibc") gettext; # added 2018-03-14
|
libintlOrEmpty = stdenv.lib.optional (!stdenv.isLinux || stdenv.hostPlatform.libc != "glibc") gettext; # added 2018-03-14
|
||||||
libjson_rpc_cpp = libjson-rpc-cpp; # added 2017-02-28
|
libjson_rpc_cpp = libjson-rpc-cpp; # added 2017-02-28
|
||||||
liblapackWithoutAtlas = liblapack; # added 2018-11-05
|
liblapackWithoutAtlas = liblapack; # added 2018-11-05
|
||||||
|
liblrdf = lrdf; # added 2018-04-25
|
||||||
libqrencode = qrencode; # added 2019-01-01
|
libqrencode = qrencode; # added 2019-01-01
|
||||||
|
librdf = lrdf; # added 2020-03-22
|
||||||
librecad2 = librecad; # backwards compatibility alias, added 2015-10
|
librecad2 = librecad; # backwards compatibility alias, added 2015-10
|
||||||
libsysfs = sysfsutils; # added 2018-04-25
|
libsysfs = sysfsutils; # added 2018-04-25
|
||||||
libtidy = html-tidy; # added 2014-12-21
|
libtidy = html-tidy; # added 2014-12-21
|
||||||
|
@ -13576,6 +13576,8 @@ in
|
|||||||
|
|
||||||
loudmouth = callPackage ../development/libraries/loudmouth { };
|
loudmouth = callPackage ../development/libraries/loudmouth { };
|
||||||
|
|
||||||
|
lrdf = callPackage ../development/libraries/lrdf { };
|
||||||
|
|
||||||
luabind = callPackage ../development/libraries/luabind { lua = lua5_1; };
|
luabind = callPackage ../development/libraries/luabind { lua = lua5_1; };
|
||||||
|
|
||||||
luabind_luajit = luabind.override { lua = luajit; };
|
luabind_luajit = luabind.override { lua = luajit; };
|
||||||
@ -14337,9 +14339,6 @@ in
|
|||||||
librdf_redland = callPackage ../development/libraries/librdf/redland.nix { };
|
librdf_redland = callPackage ../development/libraries/librdf/redland.nix { };
|
||||||
redland = librdf_redland; # added 2018-04-25
|
redland = librdf_redland; # added 2018-04-25
|
||||||
|
|
||||||
librdf = callPackage ../development/libraries/librdf { };
|
|
||||||
liblrdf = librdf; # added 2018-04-25
|
|
||||||
|
|
||||||
libsmf = callPackage ../development/libraries/audio/libsmf { };
|
libsmf = callPackage ../development/libraries/audio/libsmf { };
|
||||||
|
|
||||||
lilv = callPackage ../development/libraries/audio/lilv { };
|
lilv = callPackage ../development/libraries/audio/lilv { };
|
||||||
|
Loading…
Reference in New Issue
Block a user