Hello community,

here is the log from the commit of package gupnp-dlna for openSUSE:Factory
checked in at Fri Sep 9 11:26:14 CEST 2011.



--------
--- GNOME/gupnp-dlna/gupnp-dlna.changes 2011-07-07 13:45:57.000000000 +0200
+++ /mounts/work_src_done/STABLE/gupnp-dlna/gupnp-dlna.changes  2011-08-30 
17:04:51.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Aug 30 17:04:08 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.6.3:
+  + Add profile for MPEG4_P2_MP4_SP_L6_AAC.
+  + Respect ACLOCAL_FLAGS environment variable
+  + Bugs fixed: bgo#655504.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gupnp-dlna-0.6.2.tar.bz2

New:
----
  gupnp-dlna-0.6.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gupnp-dlna.spec ++++++
--- /var/tmp/diff_new_pack.B6bT8q/_old  2011-09-09 11:26:09.000000000 +0200
+++ /var/tmp/diff_new_pack.B6bT8q/_new  2011-09-09 11:26:09.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           gupnp-dlna
-Version:        0.6.2
+Version:        0.6.3
 Release:        1
 License:        LGPLv2.1+
 Summary:        A collection of helpers for building DLNA applications

++++++ gupnp-dlna-0.6.2.tar.bz2 -> gupnp-dlna-0.6.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/ChangeLog 
new/gupnp-dlna-0.6.3/ChangeLog
--- old/gupnp-dlna-0.6.2/ChangeLog      2011-07-07 10:58:49.000000000 +0200
+++ new/gupnp-dlna-0.6.3/ChangeLog      2011-08-29 22:51:07.000000000 +0200
@@ -1,5 +1,37 @@
 # Generated by Makefile. Do not edit.
 
+commit 920e73b40eb3dcb785ba3ce1954e24c3dba850d0
+Author: Jens Georg <m...@jensge.org>
+Date:   Mon Aug 29 22:49:29 2011 +0200
+
+    Release 0.6.3
+
+ NEWS         |   14 ++++++++++++++
+ configure.ac |    2 +-
+ 2 files changed, 15 insertions(+), 1 deletions(-)
+
+commit fc9accbfc873db88e9fc4f5150bc278ff6f553e5
+Author: Jens Georg <m...@jensge.org>
+Date:   Wed Aug 3 15:53:34 2011 +0200
+
+    Respect ACLOCAL_FLAGS
+    
+    Issue reported by Lukasz Pawlik
+
+ Makefile.am |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+commit 4d50aa8ac740cdf270400438327145c062b00d71
+Author: Jens Georg <m...@jensge.org>
+Date:   Thu Jul 28 14:16:01 2011 +0200
+
+    Add 'MPEG4_P2_MP4_SP_L6_AAC' profile
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=655504
+
+ data/mpeg4.xml |  338 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 338 insertions(+), 0 deletions(-)
+
 commit 5a59c1d992d8f89ebcc158df10c520cb029e91c9
 Author: Jens Georg <m...@jensge.org>
 Date:   Thu Jul 7 10:04:48 2011 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/Makefile.am 
new/gupnp-dlna-0.6.3/Makefile.am
--- old/gupnp-dlna-0.6.2/Makefile.am    2011-04-14 13:28:21.000000000 +0200
+++ new/gupnp-dlna-0.6.3/Makefile.am    2011-08-03 15:53:06.000000000 +0200
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS = libgupnp-dlna tools tests data doc
 
 pkgconfig_DATA = gupnp-dlna-1.0.pc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/Makefile.in 
new/gupnp-dlna-0.6.3/Makefile.in
--- old/gupnp-dlna-0.6.2/Makefile.in    2011-07-07 10:58:12.000000000 +0200
+++ new/gupnp-dlna-0.6.3/Makefile.in    2011-08-29 22:50:24.000000000 +0200
@@ -271,6 +271,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 SUBDIRS = libgupnp-dlna tools tests data doc
 pkgconfig_DATA = gupnp-dlna-1.0.pc
 pkgconfigdir = $(libdir)/pkgconfig
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/NEWS new/gupnp-dlna-0.6.3/NEWS
--- old/gupnp-dlna-0.6.2/NEWS   2011-07-07 10:57:39.000000000 +0200
+++ new/gupnp-dlna-0.6.3/NEWS   2011-08-29 22:48:20.000000000 +0200
@@ -1,3 +1,17 @@
+0.6.3
+=====
+
+- Add profile for MPEG4_P2_MP4_SP_L6_AAC.
+- Respect ACLOCAL_FLAGS environment variable
+
+All contributors to this release:
+
+Jens Georg <m...@jensge.org>
+Lukasz Pawlik <lucas.paw...@gmail.com>
+
+Bugs fixed:
+- bgo#655504
+
 0.6.2
 =====
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/configure 
new/gupnp-dlna-0.6.3/configure
--- old/gupnp-dlna-0.6.2/configure      2011-07-07 10:58:10.000000000 +0200
+++ new/gupnp-dlna-0.6.3/configure      2011-08-29 22:50:23.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for gupnp-dlna 0.6.2.
+# Generated by GNU Autoconf 2.67 for gupnp-dlna 0.6.3.
 #
 # Report bugs to <http://www.gupnp.org/>.
 #
@@ -701,8 +701,8 @@
 # Identity of this package.
 PACKAGE_NAME='gupnp-dlna'
 PACKAGE_TARNAME='gupnp-dlna'
-PACKAGE_VERSION='0.6.2'
-PACKAGE_STRING='gupnp-dlna 0.6.2'
+PACKAGE_VERSION='0.6.3'
+PACKAGE_STRING='gupnp-dlna 0.6.3'
 PACKAGE_BUGREPORT='http://www.gupnp.org/'
 PACKAGE_URL=''
 
@@ -1470,7 +1470,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gupnp-dlna 0.6.2 to adapt to many kinds of systems.
+\`configure' configures gupnp-dlna 0.6.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1540,7 +1540,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gupnp-dlna 0.6.2:";;
+     short | recursive ) echo "Configuration of gupnp-dlna 0.6.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1662,7 +1662,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gupnp-dlna configure 0.6.2
+gupnp-dlna configure 0.6.3
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1940,7 +1940,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gupnp-dlna $as_me 0.6.2, which was
+It was created by gupnp-dlna $as_me 0.6.3, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -2755,7 +2755,7 @@
 
 # Define the identity of the package.
  PACKAGE='gupnp-dlna'
- VERSION='0.6.2'
+ VERSION='0.6.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12732,7 +12732,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gupnp-dlna $as_me 0.6.2, which was
+This file was extended by gupnp-dlna $as_me 0.6.3, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12798,7 +12798,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gupnp-dlna config.status 0.6.2
+gupnp-dlna config.status 0.6.3
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/configure.ac 
new/gupnp-dlna-0.6.3/configure.ac
--- old/gupnp-dlna-0.6.2/configure.ac   2011-07-07 10:57:39.000000000 +0200
+++ new/gupnp-dlna-0.6.3/configure.ac   2011-08-29 22:46:06.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gupnp-dlna, 0.6.2, http://www.gupnp.org/)
+AC_INIT(gupnp-dlna, 0.6.3, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgupnp-dlna/gupnp-dlna-profile.h)
 AM_CONFIG_HEADER(config.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/data/mpeg4.xml 
new/gupnp-dlna-0.6.3/data/mpeg4.xml
--- old/gupnp-dlna-0.6.2/data/mpeg4.xml 2011-04-14 13:28:22.000000000 +0200
+++ new/gupnp-dlna-0.6.3/data/mpeg4.xml 2011-07-28 14:49:47.000000000 +0200
@@ -2,6 +2,7 @@
 
 <dlna-profiles>
   <include ref="common.xml" />
+  <include ref="aac.xml" />
 
   <restrictions>
     <restriction id="MPEG4V" type="video">
@@ -87,6 +88,17 @@
       </field>
     </restriction>
 
+    <restriction id="SP_8000" type="video">
+      <parent name="SP" />
+
+      <field name="level" type="string">
+        <value>3</value>
+      </field>
+      <field name="bitrate" type="int">
+        <range min="0" max="8000000" />
+      </field>
+    </restriction>
+
     <restriction id="SP_L2" type="video">
       <parent name="MPEG4V" />
 
@@ -306,6 +318,323 @@
     </restriction>
   </dlna-profile>
 
+  <dlna-profile id="SP_L5">
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="VGA" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="VGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="625_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="525_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="CIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="525SIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="QVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="QVGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="1/7_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="1/9_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="QCIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="525QSIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="SQVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="1/16_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_64" />
+      <parent name="SQVGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="VGA" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="VGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="625_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="525_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="CIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="525SIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="QVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="QVGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="1/7_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="1/9_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="QCIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="525QSIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="SQVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="1/16_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_128" />
+      <parent name="SQVGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="VGA" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="VGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="625_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="525_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="CIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="525SIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="QVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="QVGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="1/7_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="1/9_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="QCIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="525QSIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="SQVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="1/16_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_384" />
+      <parent name="SQVGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="VGA" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="VGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="625_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="525_D1" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="CIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="525SIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="QVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="QVGA_16:9" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="1/7_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="1/9_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="QCIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="525QSIF" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="SQVGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="1/16_VGA_4:3" />
+    </restriction>
+
+    <restriction type="video">
+      <parent name="SP_8000" />
+      <parent name="SQVGA_16:9" />
+    </restriction>
+  </dlna-profile>
+
+  <dlna-profile id="SP_L6" base-profile="SP_L5">
+    <restriction type="video">
+      <parent name="SP" />
+
+      <field name="level" type="string">
+        <value>4a</value>
+        <value>6</value>
+      </field>
+    </restriction>
+
+    <restriction type="video">
+      <parent name="1280x720" />
+    </restriction>
+  </dlna-profile>
+
   <dlna-profile name="MPEG4_P2_MP4_SP_AAC" mime="video/mp4" 
base-profile="SP_L3" id="SP_L3_MP4">
     <parent name="MP4" />
     <restriction type="audio">
@@ -432,6 +761,15 @@
     </restriction>
   </dlna-profile>
 
+  <dlna-profile name="MPEG4_P2_MP4_SP_L6_AAC" mime="video/mp4"
+    base-profile="SP_L6">
+    <parent name="MP4" />
+
+    <restriction type="audio">
+      <parent name="AAC" />
+    </restriction>
+  </dlna-profile>
+
   <dlna-profile name="MPEG4_H263_MP4_P0_L10_AAC" mime="video/3gpp"
     base-profile="H263_P0_L10" id="MPEG4_H263_MP4_P0_L10_AAC">
     <parent name="3GP" />
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/doc/html/ch01.html 
new/gupnp-dlna-0.6.3/doc/html/ch01.html
--- old/gupnp-dlna-0.6.2/doc/html/ch01.html     2011-07-07 10:58:48.000000000 
+0200
+++ new/gupnp-dlna-0.6.3/doc/html/ch01.html     2011-08-29 22:51:07.000000000 
+0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="id382390"></a>GUPnP DLNA</h2></div></div></div>
+<a name="id431166"></a>GUPnP DLNA</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a 
href="GUPnPDLNADiscoverer.html">GUPnPDLNADiscoverer</a></span><span 
class="refpurpose"> — Utility API for discovering DLNA profile/mime type and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/doc/html/index.html 
new/gupnp-dlna-0.6.3/doc/html/index.html
--- old/gupnp-dlna-0.6.2/doc/html/index.html    2011-07-07 10:58:48.000000000 
+0200
+++ new/gupnp-dlna-0.6.3/doc/html/index.html    2011-08-29 22:51:07.000000000 
+0200
@@ -14,13 +14,13 @@
 <div class="titlepage">
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GUPnP DLNA Reference 
Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">Version 0.6.2
+<div><p class="releaseinfo">Version 0.6.3
 </p></div>
 <div><p class="copyright">Copyright © 2010 Arun Raghavan 
&lt;arun.ragha...@collabora.co.uk&gt;</p></div>
 <div><p class="copyright">Copyright © 2010 Collabora Multimedia</p></div>
 <div><p class="copyright">Copyright © 2010 Nokia Corporation</p></div>
 <div><div class="legalnotice">
-<a name="id354920"></a><p>
+<a name="id403696"></a><p>
         Permission is granted to copy, distribute and/or modify this
         document under the terms of the <em class="citetitle">GNU Free
         Documentation License</em>, Version 1.1 or any later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gupnp-dlna-0.6.2/doc/version.xml 
new/gupnp-dlna-0.6.3/doc/version.xml
--- old/gupnp-dlna-0.6.2/doc/version.xml        2011-07-07 10:58:18.000000000 
+0200
+++ new/gupnp-dlna-0.6.3/doc/version.xml        2011-08-29 22:50:30.000000000 
+0200
@@ -1 +1 @@
-0.6.2
+0.6.3


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

Reply via email to