From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20110701/30ef9612/attachment-0001.html | 4 + .../attachments/20110701/30ef9612/attachment.html | 4 + .../20110701/723d3193/attachment-0001.bin | 93 ++++++++++++++++++++++ .../attachments/20110701/723d3193/attachment.bin | 93 ++++++++++++++++++++++ .../20110701/83082e33/attachment-0001.html | 18 +++++ .../attachments/20110701/83082e33/attachment.html | 18 +++++ .../20110701/bca029cf/attachment-0001.html | 7 ++ .../attachments/20110701/bca029cf/attachment.html | 7 ++ .../20110701/d50764e0/attachment-0001.html | 8 ++ .../attachments/20110701/d50764e0/attachment.html | 8 ++ 10 files changed, 260 insertions(+) create mode 100644 zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment-0001.bin create mode 100644 zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment.bin create mode 100644 zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment.html (limited to 'zarb-ml/mageia-dev/attachments/20110701') diff --git a/zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment-0001.html new file mode 100644 index 000000000..940dfb6c8 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment-0001.html @@ -0,0 +1,4 @@ +
+

Please do not add new proposals on that page as it's coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  http://mageia.org/wiki/doku.php?id=iso2:technical_specification
+

http://mageia.org/wiki/doku.php?id=ideas
(thanks Stormi)

--
Anne
http://www.mageia.org
+ diff --git a/zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment.html b/zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment.html new file mode 100644 index 000000000..940dfb6c8 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment.html @@ -0,0 +1,4 @@ +
+

Please do not add new proposals on that page as it's coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  http://mageia.org/wiki/doku.php?id=iso2:technical_specification
+

http://mageia.org/wiki/doku.php?id=ideas
(thanks Stormi)

--
Anne
http://www.mageia.org
+ diff --git a/zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment-0001.bin new file mode 100644 index 000000000..2f99dccd5 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment-0001.bin @@ -0,0 +1,93 @@ +%define name ZoneMinder +%define version 1.24.4 +%define release %mkrel 1 + +Summary: ZoneMinder, the all-in one Linux GPL'd security camera solution. +Name: %{name} +Version: %{version} +Release: %{release} +URL: http://www.zoneminder.com/ +Source0: http://www2.zoneminder.com/downloads/%{name}-%{version}.tar.gz +Patch0: ZoneMinder-1.24.4-src.patch +License: GPLv2+ +Group: System Environment/Daemons +# Need for configuration +BuildRequires: automake +BuildRequires: ffmpeg +BuildRequires: gnutls-devel +BuildRequires: %{_lib}ffmpeg-devel +BuildRequires: %{_lib}gnutls-devel +BuildRequires: %{_lib}jpeg-devel +BuildRequires: %{_lib}mysql-devel +BuildRequires: %{_lib}pcre-devel +BuildRequires: perl(Archive::Tar) +BuildRequires: perl(Archive::Zip) +BuildRequires: perl(Date::Manip) +BuildRequires: perl(DBD::mysql) +BuildRequires: perl(Device::SerialPort) +BuildRequires: perl(MIME::Lite) +# if apache is not here, make install is failing: +BuildRequires: apache +# need for post +Requires(post): /sbin/chkconfig +# need to run: +Requires: php-mysql +%description +ZoneMinder, security camera monitoring solution. + +%prep +%setup -q +%patch0 -p0 + +%build +# remove ffmpeg compilation issue, see : +# http://www.zoneminder.com/wiki/index.php/FAQ#When_running_configure_I_am_getting_a_lot_of_messages_about_not_being_able_to_compile_the_ffmpeg_libraries +export CPPFLAGS=-D__STDC_CONSTANT_MACROS +OPTS="" +%ifnarch %{ix86} x86_64 + OPTS+=" --disable-crashtrace" +%endif + +%configure2_5x --with-webdir=/var/www/%{name} \ + --with-cgidir=/var/cgi-bin/%{name} \ + --with-libarch=%{_lib} \ + --with-mysql=%{_prefix}/ \ + --enable-mmap=no \ + --disable-debug \ + $OPTS + +%make + +%install +install -d %{buildroot}%{_localstatedir}/run +%makeinstall DESTDIR=%{buildroot} +rm -fr %{buildroot} + +%clean +rm -rf %{buildroot} + +%post +# Add zoneminder to to rc.d +/sbin/chkconfig --add zoneminder + +%postun +#[ $1 = 0 ] || exit 0 + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING README +%_bindir/zma +%_bindir/zmc +%_bindir/zmf +%_bindir/zmfix +%_bindir/zms +%_bindir/zmstreamer +%_bindir/zmu + + + +%changelog +* Wed Jun 29 2011 Vincent Hervieux 1.24.4-1.mga1 ++ Revision: 520056 +- building ZoneMinder for Mageia + diff --git a/zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment.bin b/zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment.bin new file mode 100644 index 000000000..2f99dccd5 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment.bin @@ -0,0 +1,93 @@ +%define name ZoneMinder +%define version 1.24.4 +%define release %mkrel 1 + +Summary: ZoneMinder, the all-in one Linux GPL'd security camera solution. +Name: %{name} +Version: %{version} +Release: %{release} +URL: http://www.zoneminder.com/ +Source0: http://www2.zoneminder.com/downloads/%{name}-%{version}.tar.gz +Patch0: ZoneMinder-1.24.4-src.patch +License: GPLv2+ +Group: System Environment/Daemons +# Need for configuration +BuildRequires: automake +BuildRequires: ffmpeg +BuildRequires: gnutls-devel +BuildRequires: %{_lib}ffmpeg-devel +BuildRequires: %{_lib}gnutls-devel +BuildRequires: %{_lib}jpeg-devel +BuildRequires: %{_lib}mysql-devel +BuildRequires: %{_lib}pcre-devel +BuildRequires: perl(Archive::Tar) +BuildRequires: perl(Archive::Zip) +BuildRequires: perl(Date::Manip) +BuildRequires: perl(DBD::mysql) +BuildRequires: perl(Device::SerialPort) +BuildRequires: perl(MIME::Lite) +# if apache is not here, make install is failing: +BuildRequires: apache +# need for post +Requires(post): /sbin/chkconfig +# need to run: +Requires: php-mysql +%description +ZoneMinder, security camera monitoring solution. + +%prep +%setup -q +%patch0 -p0 + +%build +# remove ffmpeg compilation issue, see : +# http://www.zoneminder.com/wiki/index.php/FAQ#When_running_configure_I_am_getting_a_lot_of_messages_about_not_being_able_to_compile_the_ffmpeg_libraries +export CPPFLAGS=-D__STDC_CONSTANT_MACROS +OPTS="" +%ifnarch %{ix86} x86_64 + OPTS+=" --disable-crashtrace" +%endif + +%configure2_5x --with-webdir=/var/www/%{name} \ + --with-cgidir=/var/cgi-bin/%{name} \ + --with-libarch=%{_lib} \ + --with-mysql=%{_prefix}/ \ + --enable-mmap=no \ + --disable-debug \ + $OPTS + +%make + +%install +install -d %{buildroot}%{_localstatedir}/run +%makeinstall DESTDIR=%{buildroot} +rm -fr %{buildroot} + +%clean +rm -rf %{buildroot} + +%post +# Add zoneminder to to rc.d +/sbin/chkconfig --add zoneminder + +%postun +#[ $1 = 0 ] || exit 0 + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING README +%_bindir/zma +%_bindir/zmc +%_bindir/zmf +%_bindir/zmfix +%_bindir/zms +%_bindir/zmstreamer +%_bindir/zmu + + + +%changelog +* Wed Jun 29 2011 Vincent Hervieux 1.24.4-1.mga1 ++ Revision: 520056 +- building ZoneMinder for Mageia + diff --git a/zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment-0001.html new file mode 100644 index 000000000..8dd251db3 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment-0001.html @@ -0,0 +1,18 @@ +


+Le 1 juil. 2011 08:44, "Daniel Kreuter" <daniel.kreuter85@googlemail.com> a écrit :
+>
+> Am 06/29/2011 11:27 PM, schrieb andre999:
+>
+>> Note that if someone shows an interest in getting involved with Mageia,
+>> we don't have to focus only on packaging. We need all sorts of
+>> contributions, and it would be useful to packagers to have other
+>> experiences, such as bug triaging and QA. So far, it seems everyone it
+>> the team is taking such an approach.
+>>
+>
+> Someone who is only a developer should also have experience with packaging.
+>

+

Maybe notin as an advanced packager but at least main policies what can help to have cleaner code for integration in distribution. Which make life easier for packager
+>
+>
+

diff --git a/zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment.html b/zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment.html new file mode 100644 index 000000000..8dd251db3 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment.html @@ -0,0 +1,18 @@ +


+Le 1 juil. 2011 08:44, "Daniel Kreuter" <daniel.kreuter85@googlemail.com> a écrit :
+>
+> Am 06/29/2011 11:27 PM, schrieb andre999:
+>
+>> Note that if someone shows an interest in getting involved with Mageia,
+>> we don't have to focus only on packaging. We need all sorts of
+>> contributions, and it would be useful to packagers to have other
+>> experiences, such as bug triaging and QA. So far, it seems everyone it
+>> the team is taking such an approach.
+>>
+>
+> Someone who is only a developer should also have experience with packaging.
+>

+

Maybe notin as an advanced packager but at least main policies what can help to have cleaner code for integration in distribution. Which make life easier for packager
+>
+>
+

diff --git a/zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment-0001.html new file mode 100644 index 000000000..a0196d00d --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment-0001.html @@ -0,0 +1,7 @@ +

2011/7/1 Marc Paré <marc@marcpare.com>
+Mine was doing this and I tried to stop it (I don't really know how to do this), so in the end I let it go. It has now stopped. Could it be that it is indexing all of your files? I know that I have 600 gigs of data, and, if KDE4 was trying to index all of these files (photos, music and larger LibreOffice files that it would take quite a while to index them.
+ +
+Maybe this is the problem? My CPU has returned to normal after a couple days of "churning". I also never log-out of my system.
+
I don't believe.
My installation has no data.

One core is using continuously 100% (with sometimes switching the core)

Magnus
+

diff --git a/zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment.html b/zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment.html new file mode 100644 index 000000000..a0196d00d --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment.html @@ -0,0 +1,7 @@ +

2011/7/1 Marc Paré <marc@marcpare.com>
+Mine was doing this and I tried to stop it (I don't really know how to do this), so in the end I let it go. It has now stopped. Could it be that it is indexing all of your files? I know that I have 600 gigs of data, and, if KDE4 was trying to index all of these files (photos, music and larger LibreOffice files that it would take quite a while to index them.
+ +
+Maybe this is the problem? My CPU has returned to normal after a couple days of "churning". I also never log-out of my system.
+
I don't believe.
My installation has no data.

One core is using continuously 100% (with sometimes switching the core)

Magnus
+

diff --git a/zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment-0001.html new file mode 100644 index 000000000..ea40e88f0 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment-0001.html @@ -0,0 +1,8 @@ +Hi there

As said during our last meeting, here is the review for proposed specifications on Mageia wiki. Comments are not about we will do or not (unless it was not reasonable) but:
- ask for more information when needed
+
- give a minimal status
- ask for discussions when we are talking a very intrusive modification

So please have a look on this page: 
http://mageia.org/wiki/doku.php?id=iso2:technical_specification
+
especially on comments

Now we need to organize work for all this. As a proposal all specs will be reported in Bugzilla with a given target so that we can follow it  in coming months. You can start doing it if you are especially interested in one of them.t prio
+

Please do not add new proposals on that page as it's coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  http://mageia.org/wiki/doku.php?id=iso2:technical_specification
+

Of course as you cnan see all these proposals are implying packagers, QA but also artwork and marcom teams. Stay connected! :)
+
If you want to comment these proposals please create one thread /proposal so that we can work on it properly. If you are interested in one of these, add your name on wiki.

Cheers
+

-- 
Anne
http://www.mageia.org
+
diff --git a/zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment.html b/zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment.html new file mode 100644 index 000000000..ea40e88f0 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment.html @@ -0,0 +1,8 @@ +Hi there

As said during our last meeting, here is the review for proposed specifications on Mageia wiki. Comments are not about we will do or not (unless it was not reasonable) but:
- ask for more information when needed
+
- give a minimal status
- ask for discussions when we are talking a very intrusive modification

So please have a look on this page: 
http://mageia.org/wiki/doku.php?id=iso2:technical_specification
+
especially on comments

Now we need to organize work for all this. As a proposal all specs will be reported in Bugzilla with a given target so that we can follow it  in coming months. You can start doing it if you are especially interested in one of them.t prio
+

Please do not add new proposals on that page as it's coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  http://mageia.org/wiki/doku.php?id=iso2:technical_specification
+

Of course as you cnan see all these proposals are implying packagers, QA but also artwork and marcom teams. Stay connected! :)
+
If you want to comment these proposals please create one thread /proposal so that we can work on it properly. If you are interested in one of these, add your name on wiki.

Cheers
+

-- 
Anne
http://www.mageia.org
+
-- cgit v1.2.1