Author: wrobell Date: Fri Sep 9 12:11:01 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - libdv-devel requires gtk+ 1.2.x when built with gui, so gstreamer-plugins does not have to require gtk+-devel 1.2.x directly to build - rel. 2 for gstreamer-plugins - rel. 3 for libdv
---- Files affected: SPECS: gstreamer-plugins.spec (1.161 -> 1.162) , libdv.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/gstreamer-plugins.spec diff -u SPECS/gstreamer-plugins.spec:1.161 SPECS/gstreamer-plugins.spec:1.162 --- SPECS/gstreamer-plugins.spec:1.161 Mon Sep 5 18:37:46 2005 +++ SPECS/gstreamer-plugins.spec Fri Sep 9 14:10:55 2005 @@ -55,7 +55,7 @@ Summary(pl): Wtyczki do środowiska obróbki strumieni GStreamer Name: gstreamer-plugins Version: 0.8.11 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://gstreamer.freedesktop.org/src/gst-plugins/%{gstname}-%{version}.tar.bz2 @@ -70,8 +70,6 @@ BuildRequires: automake BuildRequires: gstreamer-devel >= %{gst_req_ver} BuildRequires: gtk+2-devel >= 2:2.4.4 -# required for libdv build -BuildRequires: gtk+-devel >= 1.2.4 BuildRequires: libtool BuildRequires: pkgconfig ## @@ -107,7 +105,7 @@ %{?with_cdaudio:BuildRequires: libcdaudio-devel} %{?with_cdio:BuildRequires: libcdio-devel >= 0.71} %{?with_dts:BuildRequires: libdts-devel} -BuildRequires: libdv-devel >= 0.100 +BuildRequires: libdv-devel >= 0.104-3 BuildRequires: libdvdnav-devel >= 0.1.9 BuildRequires: libdvdread-devel %{?with_fame:BuildRequires: libfame-devel >= 0.9.1} @@ -2213,6 +2211,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.162 2005/09/09 12:10:55 wrobell +- libdv-devel requires gtk+ 1.2.x when built with gui, so gstreamer-plugins + does not have to require gtk+-devel 1.2.x directly to build +- rel. 2 for gstreamer-plugins +- rel. 3 for libdv + Revision 1.161 2005/09/05 16:37:46 freetz - 0.8.11, re-enabled cairo plugin, added new imagemixer and dvdsubdec elements, disabled qcam by default (according to configure i386 only) ================================================================ Index: SPECS/libdv.spec diff -u SPECS/libdv.spec:1.37 SPECS/libdv.spec:1.38 --- SPECS/libdv.spec:1.37 Wed Aug 3 07:27:45 2005 +++ SPECS/libdv.spec Fri Sep 9 14:10:55 2005 @@ -13,7 +13,7 @@ Summary(pl): Biblioteka do obsługi formatu wideo DV Name: libdv Version: 0.104 -Release: 2 +Release: 3 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/libdv/%{name}-%{version}.tar.gz @@ -61,6 +61,10 @@ Summary(pl): Pliki nagłówkowe biblioteki DV Group: Development/Libraries Requires: %{name} = %{version}-%{release} +%if %{with gui} +Requires: gtk+-devel >= 1.2.10-3 +Requires: SDL-devel >= 1.1.6 +%endif %description devel This is the libraries, include files and other resources you can use @@ -147,6 +151,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2005/09/09 12:10:55 wrobell +- libdv-devel requires gtk+ 1.2.x when built with gui, so gstreamer-plugins + does not have to require gtk+-devel 1.2.x directly to build +- rel. 2 for gstreamer-plugins +- rel. 3 for libdv + Revision 1.37 2005/08/03 05:27:45 qboosh - disable asm on x86_64 because of relocation problems ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gstreamer-plugins.spec?r1=1.161&r2=1.162&f=u http://cvs.pld-linux.org/SPECS/libdv.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
