Commit Graph

60 Commits

Author SHA1 Message Date
rocky
aa0c1cb2a3 test/Makefile.am: test example files, some of which are used in tests, is no longer optional
other Makefile.am: remove some cruft.
2012-03-25 20:11:11 -04:00
R. Bernstein
8023341b0b Remove paranoia libcdio_cdda.pc.in 2012-03-05 23:12:27 -05:00
Pete Batard
f574be6cd1 More paranoia removal
* Also some silencing of makefile operations
2012-03-05 14:16:33 +00:00
rocky
f9bd26cbc2 paranoia code removed. Is now in separate tree under GPL v2+.
realpath.c: patch from Debian and N. Boullis
2012-02-19 22:11:14 -05:00
R. Bernstein
6454d9efe1 Change -perm -777 to -perm -755 so gnu.ftp.org will accept upload. 2011-10-27 04:06:52 -04:00
R. Bernstein
273ce72a98 Add remake --task documentation 2011-10-20 06:39:18 -04:00
R. Bernstein
7d23f847e6 Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address. 2011-05-19 07:43:38 -04:00
R. Bernstein
4db957ab7f Makefile.am: Variable was misspelled 2010-10-26 04:31:08 -04:00
R. Bernstein
7ec21fe4e1 The installation of libcdio++.pc and libiso9660++.pc should be dependent on ENABLE_CXX_BINDINGS, not ENABLE_CPP. Bug #25202 from Yaakov Selkowitz 2008-12-28 22:56:37 -05:00
R. Bernstein
f434186567 Makefile.am: Redo target for ChangeLog to use git2cl. NEWS: Note NetBSD driver added. Reset: git administrivia. 2008-12-06 20:04:23 -05:00
rocky
8de469f090 Create a tar.bz2 dist as well as tar.gz. 2008-10-25 13:56:15 +00:00
flameeyes
97831db455 Put all macros in the m4 directory, this avoids cluttering the main directory with libtool 2.2 (that split the macros in multiple files). 2008-06-16 22:36:09 +00:00
flameeyes
44979ac0f2 Remove trailing backslash. 2008-06-13 15:54:49 +00:00
flameeyes
a25ab3f917 Only install libcdio++ and libiso9660++ pkg-config files if C++ bindings are being built and installed. 2008-06-13 14:29:08 +00:00
rocky
82cb0583bd Install libcdio_paranoia.pc and libcdio_cdda.pc when cdparnaoia is enabled. Thanks to Geotz Waschk for catching this. 2008-04-15 17:35:23 +00:00
karl
3b90a7dda4 update Makefiles to GPLv3+ 2008-03-20 19:02:37 +00:00
rocky
7b32c1a3de Install pkgconfig files libudf.pc, libcdio++.pc and libiso9660++.pc. Distribute
manual pages for standalone utilities. Suggestions thanks to Nicolas Boullis.
2008-03-15 16:21:28 +00:00
rocky
a1d15b9728 . 2008-03-09 18:41:27 +00:00
rocky
6ce5c666d1 gettext stuff pulled in by gettextize 2008-03-09 18:10:46 +00:00
flameeyes
a81742c171 Fix make dist when run on $builddir != $srcdir. 2007-11-16 22:26:46 +00:00
flameeyes
cfd38185bf Do not install the libcdio_paranoia.pc and libcdio_cdda.pc files if cd-paranoia is not built.
If we do, the pkg-config based checks will report the presence of libraries that are not present in the system.
2007-11-16 21:49:20 +00:00
rocky
2d9b285792 Makefile.am: failed bad attempt to get Sun 9's make work. But this is
probably more correct anyway.
testiso9660.c: I give up on getting localtime working.
2006-03-18 03:19:16 +00:00
rocky
6ed9b4a5ff Distribute pkg-config files. Add iso9600.hpp to distribution. 2006-03-06 22:34:13 +00:00
rocky
1be39db941 Go back to using standard autoconf-suppled AC_SYS_LARGEFILE 2006-01-08 21:44:14 +00:00
rocky
16bdbf2615 Remove libpopt.
cd-drive, cd-info: some source option bug fixes
osx.c: bug in duplicate free in add-device

Patches and bug fixes courtesy Peter J. Creath
2005-10-05 09:48:11 +00:00
rocky
187c314225 Deal with OS's that don't have a stat'able filesystem.
More SuSe spec removal.

More SuSE spec removal
2005-02-05 23:16:34 +00:00
rocky
424a194c3a Remove SuSE spec - it is not likely to be very general purpose. It is
also not the real one which needs to be modified for each version and
vcdimager/libcdio/libcddb collection and undergoes Language
translation outside of the spec file.
2005-02-05 13:24:06 +00:00
rocky
275d39eb41 Attempt to get library version numbers correct for release. 2005-01-27 03:26:37 +00:00
rocky
4f1e9d12d2 SuSE spec file from Stanislav Brabec 2005-01-25 02:13:47 +00:00
rocky
af80e83aa7 Typo causing "make install" to fail. Problem found by Steve Schultz. 2004-12-24 10:41:01 +00:00
rocky
6c14d28918 BIG REORGANIZATION.
Reorganize directory structure for inclusion of cd-paranoia. Works for
GNU/Linux. Other OS's may be broken. Regression test output needs to
be adjusted too.

Move:
lib/driver (split off of lib)
lib/iso9660 (split off of lib)

Add from paranoia:
lib/cdda_interface
lib/paranoia
src/paranoia

Also made some small changes to capability indentification to show
more reading capabilties and show that.

cd-info now shows the total disc size.
2004-12-18 17:29:32 +00:00
nboullis
0e545c4bb5 Lots of files referenced in EXTRA_DIST were not actually available;
remove them from EXTRA_DIST.
2004-11-16 00:10:55 +00:00
rocky
5faf8c1495 Don't need config.rpath and don't recall why it was needed. 2004-11-15 19:51:56 +00:00
rocky
7dcbb995b1 Remove more unused .m4 files. Probably a hold over from requiring gettext.
(So we may yet add these back in sometime in the future.)
2004-11-14 18:57:27 +00:00
rocky
277df80074 lib/Makefile.am: make sure we include .sys files in distribution.
configure.ac: get ready for 0.71
Makefile.am: one of those m4's doesn't exist here.
2004-11-14 18:33:13 +00:00
rocky
d364eb5f96 Automake woes. Think I have PACKAGE and VERSION set right now.
lib/Makefile.am: we'll say libcdio has new interfaces
2004-11-06 12:29:37 +00:00
rocky
2e8d9e2e9e Typo. 2004-11-06 11:32:38 +00:00
rocky
b8a37ff266 Merging in MSVC/XBOX from John Oseman 2004-11-01 09:14:21 +00:00
rocky
fa880ca82a Makefile.am: "make test" now means the same thing as "make check"
configure.ac: make sure we test for iconv. gettext isn't all that important
	      right now.
2004-10-24 14:32:50 +00:00
rocky
4df410a412 configure.ac: test for intl and iconv needed for Joliet support
iso-info.c: add --no-joliet option
Doxyfile*, configure.ac: Automatically update some ofthe Doxyfile information
2004-10-24 11:20:30 +00:00
rocky
2f8b11e756 Add iso-read regression test. 2004-02-29 15:42:30 +00:00
rocky
26eaf7b395 Add hvr's auto-changelog target. 2004-02-25 10:11:06 +00:00
rocky
3d0130f82c Include README.libcdio 2004-02-25 02:05:42 +00:00
rocky
fb0820a3d7 Add doxygen target. 2003-11-09 13:56:42 +00:00
rocky
96afc5ba45 Use automake to build sample programs. 2003-09-28 22:11:00 +00:00
rocky
7fcc6660f0 Hack to make sure check_nrg.sh and check_cue.sh are executable. 2003-09-19 04:38:39 +00:00
rocky
75cf670116 Fixes from Frantisek Dvorak <valtri@atlas.cz> 2003-08-31 20:52:05 +00:00
rocky
0cb4664b59 Add sample3 & 4 2003-08-29 01:08:42 +00:00
rocky
82d792cd44 Add iso9660 library and regression test.
Will be deleted from vcdimager-cdio branch.
cd_types.c: forgot to add previously.
2003-08-17 05:31:19 +00:00
rocky
fba993c0a3 *Makefile/am Get sample documentation is in distribution.
example/*.c: remove trailing blanks at end of file.
2003-08-09 11:52:00 +00:00