summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20110701
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110701')
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment-0001.html4
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/30ef9612/attachment.html4
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment-0001.bin93
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/723d3193/attachment.bin93
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment-0001.html18
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/83082e33/attachment.html18
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment-0001.html7
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/bca029cf/attachment.html7
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment-0001.html8
-rw-r--r--zarb-ml/mageia-dev/attachments/20110701/d50764e0/attachment.html8
10 files changed, 260 insertions, 0 deletions
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 @@
+<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+<div><br></div><div>Please do not add new proposals on that page as it&#39;s coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  <a href="http://mageia.org/wiki/doku.php?id=iso2:technical_specification" target="_blank">http://mageia.org/wiki/doku.php?id=iso2:technical_specification</a></div>
+</blockquote><div><br></div><div><a href="http://mageia.org/wiki/doku.php?id=ideas">http://mageia.org/wiki/doku.php?id=ideas</a></div><div>(thanks Stormi)</div><div><br></div></div>-- <br>Anne<br><a href="http://www.mageia.org" target="_blank">http://www.mageia.org</a><br>
+
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 @@
+<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+<div><br></div><div>Please do not add new proposals on that page as it&#39;s coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  <a href="http://mageia.org/wiki/doku.php?id=iso2:technical_specification" target="_blank">http://mageia.org/wiki/doku.php?id=iso2:technical_specification</a></div>
+</blockquote><div><br></div><div><a href="http://mageia.org/wiki/doku.php?id=ideas">http://mageia.org/wiki/doku.php?id=ideas</a></div><div>(thanks Stormi)</div><div><br></div></div>-- <br>Anne<br><a href="http://www.mageia.org" target="_blank">http://www.mageia.org</a><br>
+
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 <vincent.hervieux@gmail.com> 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 <vincent.hervieux@gmail.com> 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 @@
+<p><br>
+Le 1 juil. 2011 08:44, &quot;Daniel Kreuter&quot; &lt;<a href="mailto:daniel.kreuter85@googlemail.com">daniel.kreuter85@googlemail.com</a>&gt; a écrit :<br>
+&gt;<br>
+&gt; Am 06/29/2011 11:27 PM, schrieb andre999:<br>
+&gt;<br>
+&gt;&gt; Note that if someone shows an interest in getting involved with Mageia,<br>
+&gt;&gt; we don&#39;t have to focus only on packaging. We need all sorts of<br>
+&gt;&gt; contributions, and it would be useful to packagers to have other<br>
+&gt;&gt; experiences, such as bug triaging and QA. So far, it seems everyone it<br>
+&gt;&gt; the team is taking such an approach.<br>
+&gt;&gt;<br>
+&gt;<br>
+&gt; Someone who is only a developer should also have experience with packaging.<br>
+&gt;</p>
+<p>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<br>
+&gt;<br>
+&gt;<br>
+</p>
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 @@
+<p><br>
+Le 1 juil. 2011 08:44, &quot;Daniel Kreuter&quot; &lt;<a href="mailto:daniel.kreuter85@googlemail.com">daniel.kreuter85@googlemail.com</a>&gt; a écrit :<br>
+&gt;<br>
+&gt; Am 06/29/2011 11:27 PM, schrieb andre999:<br>
+&gt;<br>
+&gt;&gt; Note that if someone shows an interest in getting involved with Mageia,<br>
+&gt;&gt; we don&#39;t have to focus only on packaging. We need all sorts of<br>
+&gt;&gt; contributions, and it would be useful to packagers to have other<br>
+&gt;&gt; experiences, such as bug triaging and QA. So far, it seems everyone it<br>
+&gt;&gt; the team is taking such an approach.<br>
+&gt;&gt;<br>
+&gt;<br>
+&gt; Someone who is only a developer should also have experience with packaging.<br>
+&gt;</p>
+<p>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<br>
+&gt;<br>
+&gt;<br>
+</p>
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 @@
+<br><br><div class="gmail_quote">2011/7/1 Marc Paré <span dir="ltr">&lt;<a href="mailto:marc@marcpare.com">marc@marcpare.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+Mine was doing this and I tried to stop it (I don&#39;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.<br>
+
+<br>
+Maybe this is the problem? My CPU has returned to normal after a couple days of &quot;churning&quot;. I also never log-out of my system.<br>
+<br></blockquote><div>I don&#39;t believe.</div><div>My installation has no data.</div><div><br></div><div>One core is using continuously 100% (with sometimes switching the core)</div><div><br></div><div>Magnus</div><div>
+<br></div><div><br></div></div>
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 @@
+<br><br><div class="gmail_quote">2011/7/1 Marc Paré <span dir="ltr">&lt;<a href="mailto:marc@marcpare.com">marc@marcpare.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+Mine was doing this and I tried to stop it (I don&#39;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.<br>
+
+<br>
+Maybe this is the problem? My CPU has returned to normal after a couple days of &quot;churning&quot;. I also never log-out of my system.<br>
+<br></blockquote><div>I don&#39;t believe.</div><div>My installation has no data.</div><div><br></div><div>One core is using continuously 100% (with sometimes switching the core)</div><div><br></div><div>Magnus</div><div>
+<br></div><div><br></div></div>
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<div><br></div><div>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:</div><div>- ask for more information when needed</div>
+<div>- give a minimal status</div><div>- ask for discussions when we are talking a very intrusive modification</div><div><br></div><div>So please have a look on this page: </div><div><a href="http://mageia.org/wiki/doku.php?id=iso2:technical_specification">http://mageia.org/wiki/doku.php?id=iso2:technical_specification</a></div>
+<div>especially on comments</div><div><br></div><div>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</div>
+<div><br></div><div>Please do not add new proposals on that page as it&#39;s coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  <a href="http://mageia.org/wiki/doku.php?id=iso2:technical_specification">http://mageia.org/wiki/doku.php?id=iso2:technical_specification</a></div>
+<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>Of course as you cnan see all these proposals are implying packagers, QA but also artwork and marcom teams. Stay connected! :)</div><div>
+<br></div><div>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.</div><div><br></div><div>Cheers</div>
+<div><br></div><div>-- </div><div>Anne<br><a href="http://www.mageia.org" target="_blank">http://www.mageia.org</a><br>
+</div>
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<div><br></div><div>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:</div><div>- ask for more information when needed</div>
+<div>- give a minimal status</div><div>- ask for discussions when we are talking a very intrusive modification</div><div><br></div><div>So please have a look on this page: </div><div><a href="http://mageia.org/wiki/doku.php?id=iso2:technical_specification">http://mageia.org/wiki/doku.php?id=iso2:technical_specification</a></div>
+<div>especially on comments</div><div><br></div><div>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</div>
+<div><br></div><div>Please do not add new proposals on that page as it&#39;s coming after deadline. We will put priority on current one. A new wiki page will collect more ideas here:  <a href="http://mageia.org/wiki/doku.php?id=iso2:technical_specification">http://mageia.org/wiki/doku.php?id=iso2:technical_specification</a></div>
+<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>Of course as you cnan see all these proposals are implying packagers, QA but also artwork and marcom teams. Stay connected! :)</div><div>
+<br></div><div>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.</div><div><br></div><div>Cheers</div>
+<div><br></div><div>-- </div><div>Anne<br><a href="http://www.mageia.org" target="_blank">http://www.mageia.org</a><br>
+</div>