[packages/lv2core] remove obsolete package

jajcus jajcus at pld-linux.org
Mon Feb 4 10:11:40 CET 2019


commit d27940c1db1a5f5fcaeb04f2054ab7ee5551b477
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Mon Feb 4 10:11:28 2019 +0100

    remove obsolete package

 lv2core.spec | 94 ------------------------------------------------------------
 1 file changed, 94 deletions(-)
---
diff --git a/lv2core.spec b/lv2core.spec
deleted file mode 100644
index 7579f06..0000000
--- a/lv2core.spec
+++ /dev/null
@@ -1,94 +0,0 @@
-Summary:	LV2 (LADSPA Version 2) Audio Plugin Standard
-Summary(pl.UTF-8):	LV2 (LADSPA Version 2) - standard wtyczek dźwiękowych
-Name:		lv2core
-Version:	6.0
-Release:	2
-License:	ISC
-Group:		Libraries
-Source0:	http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
-# Source0-md5:	433b195a13b230e302d9e2e2fea37383
-URL:		http://lv2plug.in/
-# g++ only checked for, not used
-BuildRequires:	libstdc++-devel
-BuildRequires:	python
-BuildRequires:	python-modules
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-LV2 is a standard for plugins and matching host applications,
-primarily targeted at audio processing and generation.
-
-LV2 is a successor to LADSPA, created to address the limitations of
-LADSPA which many applications have outgrown. Compared to LADSPA, all
-plugin data is moved from the code to a separate data file, and the
-code has been made as generic as possible. As a result, LV2 can be
-independently extended (retaining compatibility wherever possible),
-and virtually any feasible plugin features can be implemented in an
-LV2 plugin.
-
-%description -l pl.UTF-8
-LV2 to standard dla wtyczek i aplikacji z nich korzystających. Jest
-przeznaczony przede wszystkim do przetwarzania i generowania dźwięku.
-
-LV2 to następca LADSPA, powstały w celu zniesienia ograniczeń
-LADSPA, które napotkało wiele aplikacji. W porówaniu do LADSPA
-wszystkie dane zostały przeniesione z kodu do osobnego pliku danych,
-a kod stał się jak najbardziej ogólny. W efekcie LV2 może być
-niezależnie rozszerzany (zachowując kompatybilność na ile to możliwe),
-a we wtyczce LV2 mogą być zaimplementowane praktycznie wszystkie
-wykonalne funkcje wtyczek.
-
-%package devel
-Summary:	LV2 API header file
-Summary(pl.UTF-8):	Plik nagłówkowy API LV2
-License:	LGPL v2.1+
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-
-%description devel
-LV2 API header file.
-
-%description devel -l pl.UTF-8
-Plik nagłówkowy API LV2.
-
-%prep
-%setup -q
-
-%build
-./waf configure \
-	--prefix=%{_prefix} \
-	--libdir=%{_libdir}
-./waf
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-./waf install \
-	--destdir=$RPM_BUILD_ROOT
-
-# for extensions from lv2-*-devel packages
-install -d $RPM_BUILD_ROOT%{_includedir}/lv2/lv2plug.in/ns/{ext,extensions}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc AUTHORS COPYING NEWS README
-%dir %{_libdir}/lv2
-%dir %{_libdir}/lv2/lv2core.lv2
-%{_libdir}/lv2/lv2core.lv2/lv2core.ttl
-%{_libdir}/lv2/lv2core.lv2/lv2core.doap.ttl
-%{_libdir}/lv2/lv2core.lv2/manifest.ttl
-
-%files devel
-%defattr(644,root,root,755)
-%{_libdir}/lv2/lv2core.lv2/lv2.h
-%{_includedir}/lv2.h
-%dir %{_includedir}/lv2
-%dir %{_includedir}/lv2/lv2plug.in
-%dir %{_includedir}/lv2/lv2plug.in/ns
-%{_includedir}/lv2/lv2plug.in/ns/lv2core
-%dir %{_includedir}/lv2/lv2plug.in/ns/ext
-%dir %{_includedir}/lv2/lv2plug.in/ns/extensions
-%{_pkgconfigdir}/lv2core.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lv2core.git/commitdiff/d27940c1db1a5f5fcaeb04f2054ab7ee5551b477



More information about the pld-cvs-commit mailing list