Commit Graph

32 Commits

Author SHA1 Message Date
Peter McGoron ca935a4cc7 add copyright notices; change version to v3.0.0-mcgoron-dev 2022-09-20 01:10:41 -04:00
Stefan Richter 410e6dca92 configure.ac, Changelog, NEWS: update to version 2.1.2
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2016-04-03 16:44:36 +02:00
Stefan Richter a8b9a1b71f configure.ac, Changelog, NEWS: update to version 2.1.1
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2015-04-28 23:35:11 +02:00
Stefan Richter f880dd00c7 Increase libtool version to 2.1.0
due to the API additions since 2.0.9:
    raw1394_add_config_rom_descriptor()
    raw1394_remove_config_rom_descriptor()
    raw1394_read_cycle_timer_and_clock()

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2012-06-18 02:07:31 +02:00
Stefan Richter c6753dfcc2 configure.ac, Changelog, NEWS etc.: update to version 2.0.9
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2012-06-02 16:48:26 +02:00
Stefan Richter d2936622ab Include local firewire-*.h instead of system-wide <linux/firewire-*.h>
This guarantees that all features of libraw1394 are actually built in.
Before, some features and fixes would be silently dropped if too old
system headers (typically provided by a package called linux-headers)
were present.

An alternative would be to keep using system headers but add warnings
during the ./configure stage if old headers were encountered.  But this
helps only the person who builds libraw1394 (if there is a person
involved at all), not the users who have no reliable way to determine
how the library binary was built.

Another alternative would be to change the former soft dependency on
certain linux-headers versions into a hard dependency, i.e. fail the
build in absence of too old headers.  This would add an inconvenience
in setting up the build environment though:  The system headers would
have to be updated or a private copy of linux/firewire-*.h be specified
by way of the --with-fw-dir configure switch.

Anyhow.  The libraw1394 sources now already bring a suitable copy of
the two header files.  The --with-fw-dir configure switch is no longer
useful and is removed.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2012-05-25 22:19:43 +02:00
Stefan Richter a22b06e6c6 configure.ac, Changelog, NEWS etc.: update to version 2.0.8
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2012-02-19 14:52:40 +01:00
Stefan Richter 52099f7148 configure.ac, Changelog, NEWS: update to version 2.0.7
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2011-03-08 20:13:51 +01:00
Stefan Richter 9f2e0dac88 configure.ac, Changelog, NEWS etc.: update to version 2.0.6
Also update repo info and maintainer status per Dan's suggestion.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2010-11-01 23:25:36 +01:00
Dan Dennedy ab02c6ae53 Set to version 2.0.5.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
2009-12-26 17:09:07 -08:00
Dan Dennedy 269967eda9 Fix build due to incomplete tarball.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
2009-06-30 11:12:55 -07:00
Dan Dennedy e4e88fee6a Bump to v2.0.3 and update release notes.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
2009-06-29 19:24:47 -07:00
Dan Dennedy cc16f4ddbe Fix build always expecting FW_DIR.
Date: Sun, 14 Jun 2009 11:51:33 +0100
From: Mike Auty <mike.auty@gmail.com>
Subject: [patch libraw1394-2] src/makefile.am expects FW_DIR to be set,
but configure only sets it if given --with-fw-dir

Here's a very small patch for the configure system of
libraw1394-2.0.{0,1,2}.  At the moment, if configure is called without
--with-fw-dir, then FW_DIR doesn't get specified.  The Makefile includes
the line INCLUDES=-I$(FW_DIR) and so in the compilation we get a -I not
followed by anything sensible.  That can cause compilation issues in
certain circumstances (see Gentoo bug 272540), so this patch ensures
that INCLUDES is only set if --with-fw-dir was specified.

Please let me know if there's any problems with the patch or if I've
submitted it to the wrong place or in the wrong way.  Thanks...

Mike  5:)

[1] http://bugs.gentoo.org/272540

Signed-off-by: Dan Dennedy <dan@dennedy.org>
2009-06-18 23:15:19 -07:00
Dan Dennedy cd1fb7cc84 bump version to 2.0.2 and add release notes
Signed-off-by: Dan Dennedy <dan@dennedy.org>
2009-02-03 19:49:11 -08:00
Dan Dennedy d0e4313cb7 bump version and add release notes
Signed-off-by: Dan Dennedy <dan@dennedy.org>
2009-01-14 21:34:04 -08:00
Dan Dennedy 99e9f575bf configure.ac, Makefile.am: drop debian from build and restore doc and tools
to dist make target.
2008-07-18 02:13:41 -07:00
Dan Dennedy 28f20b3e15 Reset the libtool age. 2008-07-18 01:08:30 -07:00
Dan Dennedy f9681ff59d Move the source code files in the juju directory into the src directory and
give them 'fw' names instead of 'juju.'
2008-04-30 14:37:28 -07:00
Dan Dennedy 0ea462ae98 First cut at integrating juju
This is currently working with legacy ieee1394 and tools/testlibraw.
2008-04-23 17:44:36 -07:00
Dan Dennedy 919e399936 Fix configure.ac missing fi after initial merge. 2008-04-22 10:54:00 -07:00
Dan Dennedy 7c4d497054 Merge commit 'krh/juju'
Conflicts:

	configure.ac
2008-04-22 10:51:50 -07:00
ddennedy c65a1c3ad8 Apply patch from Jon Schewe <jon.schewe@honeywell.com> to make valgrind happy. Adds --with-valgrind configure option.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@172 53a565d1-3bb7-0310-b661-cf11e63c67ab
2007-05-30 05:11:30 +00:00
Kristian Høgsberg 5659d28c2d Add the juju support work so far. 2007-03-26 16:49:12 -04:00
ddennedy fa981a8b96 added raw1394_read_cycle_timer, contributed by Pieter Palmers
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@169 53a565d1-3bb7-0310-b661-cf11e63c67ab
2007-02-14 05:29:18 +00:00
ddennedy 202b68ef5b bugfix stalling on iso transmission underflow
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@156 53a565d1-3bb7-0310-b661-cf11e63c67ab
2005-06-23 17:09:33 +00:00
ddennedy 246f623e35 add functions for allocating and releasing bandwidth and channels
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@154 53a565d1-3bb7-0310-b661-cf11e63c67ab
2005-02-16 16:54:58 +00:00
ddennedy c9d504c17c remove m4, remove -O2 from CFLAGS
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@145 53a565d1-3bb7-0310-b661-cf11e63c67ab
2004-11-11 03:31:20 +00:00
ddennedy ff3c421f8d bump versions, build fixes, and doc updates
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@140 53a565d1-3bb7-0310-b661-cf11e63c67ab
2004-10-30 22:49:27 +00:00
bencollins 2d36fc10b2 Increase so maj/age so account for new recv-flush call.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@129 53a565d1-3bb7-0310-b661-cf11e63c67ab
2003-07-22 15:02:12 +00:00
bencollins 531c6b405c pkg-config support from Kristian Hogsberg.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@126 53a565d1-3bb7-0310-b661-cf11e63c67ab
2003-07-17 17:28:56 +00:00
ddennedy 915a20a96f merged weihs branch
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@84 53a565d1-3bb7-0310-b661-cf11e63c67ab
2002-10-23 21:18:49 +00:00
aeb 1673eadd82 configure.ac:
- Move configure.in to configure.ac (for autoconf 2.50+).
- Set CFLAGS to "-Wall -O2" only if not in environment already.
- Set package version to 1.0.0 already.


git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@82 53a565d1-3bb7-0310-b661-cf11e63c67ab
2002-10-13 23:59:46 +00:00