This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: Start of 0.9.x devel cycle
Author:  Hans de Goede <[email protected]>
Date:    Sun Jul 17 18:51:02 2011 +0200

v4l-utils follows the classic odd unstable / even stable release numbering,
this is the start of a new 0.9.x dev cycle leading to a 0.10.x (or maybe a
1.x) release. The plan for 0.9.x is to:
1) Keep the libv4l1 and libv4l2 ABI's compatible with 0.8.x
2) Change the libv4lconvert ABI, changing the soname to libv4lconvert.so.1
   (from libv4lconvert.so.0), this is needed to be able to add plugin
   support to libv4l2
3) Allow for somewhat more adventurous changes, until later in the 0.9.x
   cycle, when things should stabilize again

Note WRT 2), that there is no promise of a stable libv4lconvert.so.1 ABI
until 0.10.0 is released!

Signed-off-by: Hans de Goede <[email protected]>

 Make.rules                 |    4 +---
 lib/libv4l1/Makefile       |    3 +++
 lib/libv4l2/Makefile       |    3 +++
 lib/libv4lconvert/Makefile |    3 +++
 4 files changed, 10 insertions(+), 3 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=c34bb0e9b02e3aa9fe056eadf0f914302413b6e3

diff --git a/Make.rules b/Make.rules
index b49d1cc..13d8464 100644
--- a/Make.rules
+++ b/Make.rules
@@ -1,4 +1,4 @@
-V4L_UTILS_VERSION=0.8.5
+V4L_UTILS_VERSION=0.9.0-test
 
 # These ones can be overriden from the cmdline
 
@@ -18,8 +18,6 @@ MANDIR = $(PREFIX)/share/man
 # Note the -I../.. this assumes all sources live in a 2 level dir hierarchy!
 override CPPFLAGS += -I../../include -I../../lib/include -D_GNU_SOURCE 
-DV4L_UTILS_VERSION='"$(V4L_UTILS_VERSION)"'
 override LDFLAGS += -L../../lib/libv4l1 -L../../lib/libv4l2 
-L../../lib/libv4lconvert
-# This is the soname version
-LIB_RELEASE = 0
 
 # And last various rules
 
diff --git a/lib/libv4l1/Makefile b/lib/libv4l1/Makefile
index c9ad219..0afd117 100644
--- a/lib/libv4l1/Makefile
+++ b/lib/libv4l1/Makefile
@@ -18,6 +18,9 @@ TARGETS      += $(V4L1COMPAT)
 override CPPFLAGS += -fPIC
 endif
 
+# This is the soname version
+LIB_RELEASE = 0
+
 all: $(TARGETS)
 
 -include $(V4L1_OBJS:.o=.d)
diff --git a/lib/libv4l2/Makefile b/lib/libv4l2/Makefile
index a311593..8428991 100644
--- a/lib/libv4l2/Makefile
+++ b/lib/libv4l2/Makefile
@@ -18,6 +18,9 @@ TARGETS      += $(V4L2CONVERT)
 override CPPFLAGS += -fPIC
 endif
 
+# This is the soname version
+LIB_RELEASE = 0
+
 all: $(TARGETS)
 
 -include $(V4L2_OBJS:.o=.d)
diff --git a/lib/libv4lconvert/Makefile b/lib/libv4lconvert/Makefile
index 518ee8e..535d5a3 100644
--- a/lib/libv4lconvert/Makefile
+++ b/lib/libv4lconvert/Makefile
@@ -21,6 +21,9 @@ INCLUDES      = ../include/libv4lconvert.h
 
 override CPPFLAGS += -DLIBDIR=\"$(LIBDIR)\" -DLIBSUBDIR=\"$(LIBSUBDIR)\"
 
+# This is the soname version
+LIB_RELEASE = 1
+
 all: $(TARGETS)
 
 -include $(CONVERT_OBJS:.o=.d)

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to