[frogr] Updated AUTHORS



commit 906c0138a3f6bc9737e69f4518c1c9e015777468
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Fri Jan 17 00:43:46 2014 +0000

    Updated AUTHORS

 README                                             |    6 +++---
 osx/jhbuild/patches/gstreamer-configure-flex.patch |   11 +++++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index a6a9eca..aa67d4b 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ To get the source, please checkout the git repository at gnome.org:
 To work properly, frogr needs some libraries to be installed first:
 
  - glib (version 2.32 or higher)
- - gstreamer (version 0.10.x)
+ - gstreamer (version 0.10 or 1.0)
  - gtk+ (version 3.4 or higher)
  - json-glib (version 0.12 or higher)
  - libexif (version 0.6.14 or higher)
@@ -29,7 +29,7 @@ Mailing list: http://mail.gnome.org/mailman/listinfo/frogr-list
 
 -------------------------------------------
 
-Frogr is Copyright (c) 2009-2012 Mario Sanchez Prada
+Frogr is Copyright (c) 2009-2014 Mario Sanchez Prada
 
 http://live.gnome.org/Apps/Frogr
 
@@ -48,7 +48,7 @@ See the COPYING file for more details.
 -------------------------------------------
 
 Frogr's Flickr API implementation (we call it "flicksoup", located
-under src/flicksoup) is Copyright (c) 2010-2012 Mario Sanchez Prada
+under src/flicksoup) is Copyright (c) 2010-2014 Mario Sanchez Prada
 
 Flicksoup is Free Software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License version 3 as
diff --git a/osx/jhbuild/patches/gstreamer-configure-flex.patch 
b/osx/jhbuild/patches/gstreamer-configure-flex.patch
new file mode 100644
index 0000000..45690ab
--- /dev/null
+++ b/osx/jhbuild/patches/gstreamer-configure-flex.patch
@@ -0,0 +1,11 @@
+--- a/configure
++++ b/configure
+@@ -21223,7 +21223,7 @@ fi
+   fi
+ 
+         flex_min_version=2.5.31
+-  flex_version=`$FLEX_PATH --version | head -n 1 | sed 's/^.* //' | sed 's/[a-zA-Z]*$//' | cut -d' ' -f1`
++  flex_version=`$FLEX_PATH --version | head -n 1 | awk '{print $2'}`
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking flex version $flex_version >= $flex_min_version" >&5
+ $as_echo_n "checking flex version $flex_version >= $flex_min_version... " >&6; }
+   if perl -w <<EOF


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]