summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/ChangeLog
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-07-16 17:03:40 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-07-16 17:03:40 +0200
commit9aba1d9db273279181ade3771f20a185f048348c (patch)
tree8d04fc167f1144a70bea855e7faa3226c3a15ad6 /v4l2-apps/libv4l/ChangeLog
parent121108730f279bc32049ca5f4326b46641817626 (diff)
downloadmediapointer-dvb-s2-9aba1d9db273279181ade3771f20a185f048348c.tar.gz
mediapointer-dvb-s2-9aba1d9db273279181ade3771f20a185f048348c.tar.bz2
libv4l: Make library subdir name configurable
From: Gregor Jasny <gjasny@googlemail.com> While studying the Debian library package name, I noticed that private So /usr/lib/libv4l should become /usr/lib/libv4l0. As this would break existing scripts, I suggest to start versioning with the next soname bump. The line in the makefiles will then read: ifeq ($(LIBSUBDIR),) LIBSUBDIR = libv4l$(LIB_RELEASE) endif Unfortunately, the private subdirs in Debian must be named after the library package, which would be libv4l-0. Therefore I need to configure the LIBSUBDIR at compile time. Priority: normal Signed-off-by: Gregor Jasny <gjasny@googlemail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r--v4l2-apps/libv4l/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog
index ffbad3e5e..9f170bdfd 100644
--- a/v4l2-apps/libv4l/ChangeLog
+++ b/v4l2-apps/libv4l/ChangeLog
@@ -1,6 +1,7 @@
libv4l-0.6.1
------------
* Add more laptop models to the upside down devices table
+* Makefile changes to make life easier for the Debian package (Gregor Jasny)
libv4l-0.6.0
------------