Commit graph

28 commits

Author SHA1 Message Date
drochner
76e03ba873 need perl to build, from wiz 2005-05-03 16:17:52 +00:00
drochner
7b5232bc70 correct checksum, distfile was repacked, from Mark Davies 2005-05-03 10:25:53 +00:00
drochner
b6cb881a8f update to 0.73
some features added (libcdparanoia cloned, CD audio), some fixes

not quite mature, but we have to update because the API changed
(in the iso9660 area), and other pkgs (vcdimager, vlc) depend on it
2005-05-02 17:11:17 +00:00
wiz
52f188a859 Revert previous, committed by accident. 2005-04-19 10:53:49 +00:00
wiz
5a3ceae966 Update to 1.2: add share/desktop-directories.
Okayed by jmmv@.
2005-04-19 10:52:26 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
drochner
9669cdf877 uodate to 0.70
changes:
- SCSI MMC interface routine (all except Darwin)
- CD-Text support (all except Darwin)
- Distinguish DVD's from CD's
- Code clean-ups and reduced code duplication
- Better CUE parsing
- Reporting drive capability is more accurate
- add constant driver_id for kind of hardware driver in build
- new drive scanning routines which pass back driver as well
  as drive string. Speeds up subsequent opens.
2004-10-05 14:23:18 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
reed
006965f79e Use INFO_FILES= libcdio.info and remove the
info files from the PLIST. (Since they are automatically
registered when using INFO_FILES.)
(Okay'd by maintainer, M.Drochner.)
2004-05-11 16:18:39 +00:00
minskim
6fda586536 Enable pkgviews installation. 2004-05-11 05:09:58 +00:00
minskim
c93f372427 Add a NetBSD-specific file (${FILESDIR}/_cdio_netbsd.c) only on
NetBSD; this file doesn't compile on other platforms, at least not on
Linux.
2004-05-11 05:08:03 +00:00
minskim
5e17e3dc0f configure needs pkg-config; add build dependency on pkgconfig. 2004-05-11 04:47:50 +00:00
recht
caf9cd0636 set drochner@ as maintainer 2004-04-22 16:08:47 +00:00
drochner
d89a9c9911 -avoid duplicate option designation
-don't exit on trivial cddb errors
-don't print NULL string on error
arrgh - this stuff sucks, too bad serious programs are depending on it
2004-04-19 18:08:27 +00:00
snj
1a5ee9702f Convert to buildlink3 and s/CD's/CDs/ in DESCR. 2004-04-18 19:19:44 +00:00
snj
e556f4d03d No longer used. 2004-04-11 21:53:19 +00:00
drochner
8292df5e89 update to 0.68
changes:
-  Add interface for reading an ISO-9660 image
- bugfixes
- some nonsense with versioned libs which I had to disable:-(
2004-04-08 18:52:33 +00:00
drochner
599a8a1e10 dependencied changed->PKGREVISION++
pointed out by wiz
2004-04-08 17:57:43 +00:00
drochner
90c98f9c86 -add some NetBSD CD reading support
-depend on devel/popt and audio/libcddb, this makes that the frontend
 utilities are built
2004-04-08 17:40:06 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
snj
779cf2a1ec s/dependant/dependent/ 2004-02-13 23:46:25 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
recht
db9a53593c remove references to work dir (S/.work//) 2004-01-17 15:32:33 +00:00
recht
ef457aecfb initial import of libcdio-0.65
This library is to encapsulate CD-ROM reading and
control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.

Some support for disk image types like BIN/CUE and NRG is available,
so applications that use this library also have the ability to read
disc images as though they were CD's.
2004-01-17 14:38:22 +00:00