commit gavl for openSUSE:Factory

2015-03-09 Thread h_root
Hello community,

here is the log from the commit of package gavl for openSUSE:Factory checked in 
at 2015-03-09 10:03:08

Comparing /work/SRC/openSUSE:Factory/gavl (Old)
 and  /work/SRC/openSUSE:Factory/.gavl.new (New)


Package is "gavl"

Changes:

--- /work/SRC/openSUSE:Factory/gavl/gavl.changes2015-03-03 
11:12:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.gavl.new/gavl.changes   2015-03-09 
10:03:09.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  1 13:17:50 UTC 2015 - avvi...@yandex.ru
+
+- Fix build in packman 11.4:
+ * fix permission denied: add BuildRoot
+ * fix rm -rf %doc: change of installation directory for doc
+
+---



Other differences:
--
++ gavl.spec ++
--- /var/tmp/diff_new_pack.KitV74/_old  2015-03-09 10:03:10.0 +0100
+++ /var/tmp/diff_new_pack.KitV74/_new  2015-03-09 10:03:10.0 +0100
@@ -33,6 +33,7 @@
 BuildRequires:  doxygen
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gavl is short for Gmerlin Audio Video Library. It is a low level library, upon
@@ -83,11 +84,11 @@
 
 %build
 ./autogen.sh
-%configure --docdir=%{_docdir}/%{name} --without-cpuflags
+%configure --docdir=%{_docdir}/lib%{name} --without-cpuflags
 make %{?_smp_mflags}
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
 %post -n libgavl%{soname} -p /sbin/ldconfig
@@ -98,7 +99,6 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING README TODO
 %{_bindir}/gavfdump
-%exclude %{_docdir}/%{name}/apiref
 
 %files -n libgavl%{soname}
 %defattr(0644, root, root, 0755)
@@ -106,7 +106,7 @@
 
 %files -n libgavl-devel
 %defattr(0644, root, root, 0755)
-%{_docdir}/%{name}/apiref
+%{_docdir}/lib%{name}
 %{_libdir}/libgavl.so
 %{_includedir}/%{name}/
 %{_libdir}/pkgconfig/%{name}.pc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gavl for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package gavl for openSUSE:Factory checked in 
at 2015-03-03 11:12:13

Comparing /work/SRC/openSUSE:Factory/gavl (Old)
 and  /work/SRC/openSUSE:Factory/.gavl.new (New)


Package is "gavl"

Changes:

--- /work/SRC/openSUSE:Factory/gavl/gavl.changes2014-05-01 
07:51:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gavl.new/gavl.changes   2015-03-03 
11:12:14.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 23 01:35:48 UTC 2015 - avvi...@yandex.ru
+
+- Update to rsvn4256
+- Remove gavl-autoconf.patch (solved in upstream)
+- Fix file-contains-date-and-time: add HTML_TIMESTAMP = NO
+- Add /bin/gavfdump for package devel
+
+---

Old:

  gavl-1.4.0.tar.gz
  gavl-autoconf.patch

New:

  gavl-4256.tar.gz



Other differences:
--
++ gavl.spec ++
--- /var/tmp/diff_new_pack.JznnKb/_old  2015-03-03 11:12:15.0 +0100
+++ /var/tmp/diff_new_pack.JznnKb/_new  2015-03-03 11:12:15.0 +0100
@@ -17,16 +17,17 @@
 
 
 %define soname 1
+%define rev4256
 
 Name:   gavl
-Version:1.4.0
+Version:1.4.0rsvn%{rev}
 Release:0
 Summary:Library which provides basic support for uncompressed 
multimedia data
 License:GPL-3.0+
 Group:  System/Libraries
 Url:http://gmerlin.sourceforge.net/
-Source0:
http://sourceforge.net/projects/gmerlin/files/gavl/%{version}/gavl-%{version}.tar.gz
-Patch0: gavl-autoconf.patch
+#svn checkout http://svn.code.sf.net/p/gmerlin/code/trunk/gavl/
+Source0:gavl-%{rev}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -75,8 +76,10 @@
 blending etc).
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}
+
+#Do not compile in DATE and TIME
+echo 'HTML_TIMESTAMP = NO' >> doc/Doxyfile.in
 
 %build
 ./autogen.sh
@@ -91,14 +94,19 @@
 
 %postun -n libgavl%{soname} -p /sbin/ldconfig
 
+%files
+%defattr(-,root,root)
+%doc AUTHORS COPYING README TODO
+%{_bindir}/gavfdump
+%exclude %{_docdir}/%{name}/apiref
+
 %files -n libgavl%{soname}
 %defattr(0644, root, root, 0755)
-%doc AUTHORS COPYING README TODO
 %{_libdir}/libgavl.so.%{soname}*
 
 %files -n libgavl-devel
 %defattr(0644, root, root, 0755)
-%{_docdir}/%{name}/
+%{_docdir}/%{name}/apiref
 %{_libdir}/libgavl.so
 %{_includedir}/%{name}/
 %{_libdir}/pkgconfig/%{name}.pc

++ gavl-1.4.0.tar.gz -> gavl-4256.tar.gz ++
 76203 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gavl for openSUSE:Factory

2014-04-30 Thread h_root
Hello community,

here is the log from the commit of package gavl for openSUSE:Factory checked in 
at 2014-05-01 07:51:07

Comparing /work/SRC/openSUSE:Factory/gavl (Old)
 and  /work/SRC/openSUSE:Factory/.gavl.new (New)


Package is "gavl"

Changes:

--- /work/SRC/openSUSE:Factory/gavl/gavl.changes2012-07-30 
17:12:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.gavl.new/gavl.changes   2014-05-01 
07:51:09.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 23 12:49:11 CEST 2014 - oher...@suse.de
+
+- Run autogen.sh instead of autoconf to fix build in packman 11.4
+
+---



Other differences:
--
++ gavl.spec ++
--- /var/tmp/diff_new_pack.ZDgFN1/_old  2014-05-01 07:51:10.0 +0200
+++ /var/tmp/diff_new_pack.ZDgFN1/_new  2014-05-01 07:51:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gavl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,9 @@
 Source0:
http://sourceforge.net/projects/gmerlin/files/gavl/%{version}/gavl-%{version}.tar.gz
 Patch0: gavl-autoconf.patch
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  doxygen
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 
 %description
@@ -77,7 +79,7 @@
 %patch0 -p1
 
 %build
-autoconf
+./autogen.sh
 %configure --docdir=%{_docdir}/%{name} --without-cpuflags
 make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gavl for openSUSE:Factory

2012-07-30 Thread h_root
Hello community,

here is the log from the commit of package gavl for openSUSE:Factory checked in 
at 2012-07-30 17:12:35

Comparing /work/SRC/openSUSE:Factory/gavl (Old)
 and  /work/SRC/openSUSE:Factory/.gavl.new (New)


Package is "gavl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gavl/gavl.changes2012-06-16 
11:46:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gavl.new/gavl.changes   2012-07-30 
17:12:37.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 11:53:44 UTC 2012 - meiss...@suse.com
+
+- fixed the -lm detection to actually work in --as-needed
+  scenarios
+
+---

New:

  gavl-autoconf.patch



Other differences:
--
++ gavl.spec ++
--- /var/tmp/diff_new_pack.8ffgo1/_old  2012-07-30 17:12:48.0 +0200
+++ /var/tmp/diff_new_pack.8ffgo1/_new  2012-07-30 17:12:48.0 +0200
@@ -26,6 +26,8 @@
 Group:  System/Libraries
 Url:http://gmerlin.sourceforge.net/
 Source0:
http://sourceforge.net/projects/gmerlin/files/gavl/%{version}/gavl-%{version}.tar.gz
+Patch0: gavl-autoconf.patch
+BuildRequires:  autoconf
 BuildRequires:  doxygen
 BuildRequires:  pkg-config
 
@@ -72,8 +74,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoconf
 %configure --docdir=%{_docdir}/%{name} --without-cpuflags
 make %{?_smp_mflags}
 

++ gavl-autoconf.patch ++
Index: gavl-1.4.0/acinclude.m4
===
--- gavl-1.4.0.orig/acinclude.m4
+++ gavl-1.4.0/acinclude.m4
@@ -46,7 +46,9 @@ AC_DEFUN([AC_C99_FUNC_LRINT],
   ac_cv_c99_lrint,
 [
 lrint_save_CFLAGS=$CFLAGS
-CFLAGS="-O2 -lm"
+lrint_save_LIBS=$LIBS
+CFLAGS="$CFLAGS -O2"
+LIBS="$LIBS -lm"
 AC_TRY_LINK([
 #define_ISOC9X_SOURCE  1
 #define_ISOC99_SOURCE  1
@@ -57,6 +59,7 @@ AC_TRY_LINK([
 ], if (!lrint(3.14159)) lrint(2.7183);, ac_cv_c99_lrint=yes, 
ac_cv_c99_lrint=no)
 
 CFLAGS=$lrint_save_CFLAGS
+LIBS=$lrint_save_LIBS
 
 ])
 
Index: gavl-1.4.0/configure.ac
===
--- gavl-1.4.0.orig/configure.ac
+++ gavl-1.4.0/configure.ac
@@ -129,6 +129,7 @@ fi
 dnl
 dnl Check for library functions
 dnl 
+AC_CHECK_FUNC(m,sinf)
 
 AC_CHECK_FUNCS([memalign])
 AC_CHECK_FUNCS([sched_setaffinity])
Index: gavl-1.4.0/src/Makefile.am
===
--- gavl-1.4.0.orig/src/Makefile.am
+++ gavl-1.4.0/src/Makefile.am
@@ -30,7 +30,7 @@ benchmark_LDADD = ../gavl/libgavl.la @RT
 
 
 volume_test_SOURCES = volume_test.c
-volume_test_LDADD = ../gavl/libgavl.la
+volume_test_LDADD = ../gavl/libgavl.la -lm
 
 dump_frame_table_SOURCES = dump_frame_table.c
 dump_frame_table_LDADD = ../gavl/libgavl.la
Index: gavl-1.4.0/src/Makefile.in
===
--- gavl-1.4.0.orig/src/Makefile.in
+++ gavl-1.4.0/src/Makefile.in
@@ -282,7 +282,7 @@ pixelformat_penalty_LDADD = ../gavl/libg
 benchmark_SOURCES = benchmark.c
 benchmark_LDADD = ../gavl/libgavl.la @RT_LIBS@
 volume_test_SOURCES = volume_test.c
-volume_test_LDADD = ../gavl/libgavl.la
+volume_test_LDADD = ../gavl/libgavl.la -lm
 dump_frame_table_SOURCES = dump_frame_table.c
 dump_frame_table_LDADD = ../gavl/libgavl.la
 colorspace_test_SOURCES = colorspace_test.c
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gavl for openSUSE:Factory

2012-06-16 Thread h_root
Hello community,

here is the log from the commit of package gavl for openSUSE:Factory checked in 
at 2012-06-16 11:46:04

Comparing /work/SRC/openSUSE:Factory/gavl (Old)
 and  /work/SRC/openSUSE:Factory/.gavl.new (New)


Package is "gavl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gavl/gavl.changes2011-10-05 
17:36:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.gavl.new/gavl.changes   2012-06-16 
11:46:06.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 15 16:20:54 UTC 2012 - reddw...@opensuse.org
+
+- Update to 1.4.0
+  + Brings a generic metadata container
+- Remove gavl-1.2.0-overflow.patch, applied upstream
+- Add --without-cpuflags to %configure call
+
+---

Old:

  gavl-1.2.0-overflow.patch
  gavl-1.2.0.tar.gz

New:

  gavl-1.4.0.tar.gz



Other differences:
--
++ gavl.spec ++
--- /var/tmp/diff_new_pack.82qSPY/_old  2012-06-16 11:46:07.0 +0200
+++ /var/tmp/diff_new_pack.82qSPY/_new  2012-06-16 11:46:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gavl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,13 @@
 %define soname 1
 
 Name:   gavl
-Version:1.2.0
+Version:1.4.0
 Release:0
-License:GPL-3.0+
 Summary:Library which provides basic support for uncompressed 
multimedia data
-Url:http://gmerlin.sourceforge.net/
+License:GPL-3.0+
 Group:  System/Libraries
+Url:http://gmerlin.sourceforge.net/
 Source0:
http://sourceforge.net/projects/gmerlin/files/gavl/%{version}/gavl-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gavl-1.2.0-overflow.patch gmerlin-general_ML_2011-01-08 
19:12 reddw...@opensuse.org -- Fix buffer overflow
-Patch0: gavl-1.2.0-overflow.patch
 BuildRequires:  doxygen
 BuildRequires:  pkg-config
 
@@ -74,10 +72,9 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
-%configure --docdir=%{_docdir}/%{name}
+%configure --docdir=%{_docdir}/%{name} --without-cpuflags
 make %{?_smp_mflags}
 
 %install

++ gavl-1.2.0.tar.gz -> gavl-1.4.0.tar.gz ++
 2552 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gavl for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gavl for openSUSE:Factory checked in 
at 2011-12-06 18:10:57

Comparing /work/SRC/openSUSE:Factory/gavl (Old)
 and  /work/SRC/openSUSE:Factory/.gavl.new (New)


Package is "gavl", Maintainer is ""

Changes:




Other differences:
--
++ gavl.spec ++
--- /var/tmp/diff_new_pack.zy2wrp/_old  2011-12-06 18:16:07.0 +0100
+++ /var/tmp/diff_new_pack.zy2wrp/_new  2011-12-06 18:16:07.0 +0100
@@ -21,7 +21,7 @@
 Name:   gavl
 Version:1.2.0
 Release:0
-License:GPLv3+
+License:GPL-3.0+
 Summary:Library which provides basic support for uncompressed 
multimedia data
 Url:http://gmerlin.sourceforge.net/
 Group:  System/Libraries

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org