Author: blues Date: Sun Jan 6 17:59:57 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.3 - it's not as-needed ready, disabled; BR mjpegutils.
---- Files affected: SPECS: motion.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/motion.spec diff -u SPECS/motion.spec:1.49 SPECS/motion.spec:1.50 --- SPECS/motion.spec:1.49 Sun Jan 6 18:36:46 2008 +++ SPECS/motion.spec Sun Jan 6 18:59:52 2008 @@ -1,4 +1,7 @@ # $Revision$, $Date$ +# TODO: +# - fix as-needed +# # Conditional builds: %bcond_without pgsql # build PostgreSQL support %bcond_without mysql # build MySQL support @@ -8,7 +11,7 @@ Summary(pl.UTF-8): Motion - programowy wykrywacz ruchu Name: motion Version: 3.2.9 -Release: 2 +Release: 3 License: GPL Group: Applications/Graphics Source0: http://dl.sourceforge.net/motion/%{name}-%{version}.tar.gz @@ -21,11 +24,14 @@ BuildRequires: automake BuildRequires: ffmpeg-devel >= 0.4.9-3.20060817 BuildRequires: libjpeg-devel +BuildRequires: mjpegtools-devel %{?with_mysql:BuildRequires: mysql-devel} %{?with_pgsql:BuildRequires: postgresql-devel} BuildRequires: rpmbuild(macros) >= 1.268 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define filterout_ld -Wl,--as-needed + %description Motion is a software motion detector. It grabs images from video4linux devices and/or from webcams (such as the axis network cameras). Motion @@ -145,6 +151,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2008-01-06 17:59:52 blues +- rel.3 - it's not as-needed ready, disabled; BR mjpegutils. + Revision 1.49 2008-01-06 17:36:46 blues - rel.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/motion.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
