[Swfdec-commits] 6 commits - configure.ac NEWS README

Benjamin Otte company at kemper.freedesktop.org
Thu Mar 20 07:16:31 PDT 2008


 NEWS         |    7 +++++++
 README       |    4 ++--
 configure.ac |   13 +++++++------
 3 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit a6dbd8d1227cf6e49e664e3a2859e7ca8d5cf1b0
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Feb 20 13:53:48 2008 +0100

    back to development

diff --git a/configure.ac b/configure.ac
index 5f222c6..d2cfc22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.6.1)
+AC_INIT(swfdec-mozilla,0.7.1)
 
 [is_dev=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/1/')]
 if test x"$is_dev" = x1 ; then
@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE(1.6)
 dnl AC_CANONICAL_TARGET([])
 AM_MAINTAINER_MODE
 
-SWFDEC_MAJORMINOR=0.6
+SWFDEC_MAJORMINOR=0.7
 AC_SUBST(SWFDEC_MAJORMINOR)
 
 AM_CONFIG_HEADER(config.h)
@@ -39,7 +39,7 @@ dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
 #ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS"
 
 AC_PROG_CC
-AM_PROG_CC_STDC
+7M_PROG_CC_STDC
 
 AC_HEADER_STDC([])
 
@@ -58,8 +58,8 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.6.0
-PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR >= $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
+SWFDEC_REQUIRES=0.7.1
+PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
 if test "$HAVE_SWFDEC" = "no"; then
   AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
 fi
commit 3d0ae1476125f9f11978de7697d35dad1c574219
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Feb 20 13:51:30 2008 +0100

    use same versioning scheme as core

diff --git a/configure.ac b/configure.ac
index 7d98862..5f222c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,9 @@
 AC_PREREQ([2.58])
 AC_INIT(swfdec-mozilla,0.6.1)
 
-[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
-if test x"$nano" = x1 ; then
+[is_dev=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/1/')]
+if test x"$is_dev" = x1 ; then
+  SWFDEC_CVS="yes"
   SWFDEC_CVS="yes"
 else
   SWFDEC_CVS="no"
commit 0231a74fe6b2a0c6d52ef6f87376944c005dc6d2
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Feb 20 13:50:54 2008 +0100

    back to development

diff --git a/configure.ac b/configure.ac
index 1a64e0e..7d98862 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.6.0)
+AC_INIT(swfdec-mozilla,0.6.1)
 
 [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
 if test x"$nano" = x1 ; then
commit fa035ab2a263c04465d2e978047048bef9dc8f5c
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Feb 20 13:49:54 2008 +0100

    release 0.6.0

diff --git a/configure.ac b/configure.ac
index 930a42b..1a64e0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.5.90.1)
+AC_INIT(swfdec-mozilla,0.6.0)
 
 [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
 if test x"$nano" = x1 ; then
@@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE(1.6)
 dnl AC_CANONICAL_TARGET([])
 AM_MAINTAINER_MODE
 
-SWFDEC_MAJORMINOR=0.5
+SWFDEC_MAJORMINOR=0.6
 AC_SUBST(SWFDEC_MAJORMINOR)
 
 AM_CONFIG_HEADER(config.h)
@@ -57,8 +57,8 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.5.90.1
-PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
+SWFDEC_REQUIRES=0.6.0
+PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR >= $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
 if test "$HAVE_SWFDEC" = "no"; then
   AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
 fi
commit ade75ca0f1e99525e4873368303b55f067f777c9
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Feb 20 13:47:43 2008 +0100

    update README

diff --git a/README b/README
index a94838c..cc0f14b 100644
--- a/README
+++ b/README
@@ -22,6 +22,6 @@ Notes:
 
 Dependencies:
 
-  swfdec (= 0.5.4)
-  swfdec-gtk (= 0.5.4)
+  swfdec (> 0.6.0)
+  swfdec-gtk (> 0.6.0)
 
commit baa8cd9d4f9be80011a5e9f55f119d9e4e0992ff
Author: Benjamin Otte <otte at gnome.org>
Date:   Wed Feb 20 13:47:34 2008 +0100

    update NEWS

diff --git a/NEWS b/NEWS
index ea13a1f..d770962 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
 
+ 0.6.0 ("It'll choke on the sweet air of freedom.")
+
+And here's the first long-term release of Swfdec-mozilla.
+- support missing plugins installation
+- update API
+- bugfixes galore
+
  0.5.90 ("Sticks and stones may break my bones")
 
 We're getting close to 0.6:


More information about the Swfdec-commits mailing list