Author: pawelz Date: Mon Jan 18 16:56:01 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR waf, not python - adapterized
---- Files affected: packages/lv2core: lv2core.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/lv2core/lv2core.spec diff -u packages/lv2core/lv2core.spec:1.1 packages/lv2core/lv2core.spec:1.2 --- packages/lv2core/lv2core.spec:1.1 Mon Jan 18 17:42:54 2010 +++ packages/lv2core/lv2core.spec Mon Jan 18 17:55:56 2010 @@ -9,20 +9,20 @@ Source0: http://lv2plug.in/spec/%{name}-%{version}.tar.bz2 # Source0-md5: 382f7d96ff0374c0c495336e1c8bb999 URL: http://lv2plug.in -BuildRequires: python +BuildRequires: waf 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. +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. %package devel Summary: Header files for lv2core library @@ -38,7 +38,7 @@ %prep %setup -q -sed -i 's|/lib|/%{_lib}|' autowaf.py +sed -i 's|/lib|/%{_lib}|' autowaf.py %build ./waf configure \ @@ -71,6 +71,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/01/18 16:55:56 pawelz +- BR waf, not python +- adapterized + Revision 1.1 2010/01/18 16:42:54 stivi - initial ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lv2core/lv2core.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
