
CVS log for pkgsrc/audio/cdparanoia/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / cdparanoia
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 10 19:14:46 2009 UTC (2 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Add patch from drochner that fixes ripping on NetBSD-current/amd64.
Bump PKGREVISION.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Aug 14 15:51:05 2009 UTC (2 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1
lines
some fixes and cleanup:
-replace a struct member name "private" in a public header, it is
reserved in C+, fixes build problems reported by joerg and wiz
-link against librt on Linux (needed for clock_gettime()), should
fix build problem reported by dsainty
-don't even compile cooked_interface.c on NetBSD, and g/c patches
which added NetBSD support code which was never used
bump PKGREVISION
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Aug 9 16:00:53 2009 UTC (2 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -5
lines
update to 3.0.10.2 (which is III-10.2 upstream)
This is a major update (9.8 was released 2001), most significant changes
are support for new (Linux) kernel interfaces and improved drive cache
model.
pkgsrc note: I've tried to retain Darwin/FreeBSD/DragonFly support,
except in scsi_interface.c where the structure changed significantly.
Someone who can test please add it back.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue May 19 00:36:06 2009 UTC (2 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Simplify previous. We don't need to call getrawpartition() to find out
whether to use /dev/rcd0c or /dev/rcd0d; we can just try both. This
avoids needing libutil in libcdda_interface.so. Fixes broken build of
mplayer (and others?) without needing a recursive revbump as adding
libutil would have. PKGREVISION++ (now 8).
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun May 17 21:29:33 2009 UTC (3 years ago) by dholland
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
Make the cdrom device probe work properly under NetBSD, instead of
messily hardwiring it to /dev/rcd0[cd]; the latter apparently breaks
in some circumstances. Uses as a starting point a patch from Kimura
Fuyuki in PR 34008. PKGREVISION++ (to 7).
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:05 2007 UTC (5 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 3 12:45:21 2006 UTC (5 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1
lines
DESTDIR support.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Sep 3 17:13:30 2006 UTC (5 years, 8 months ago) by ben
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
Fix build on Mac OS X and bump pkgrevision.
This is based on the work found at:
http://strangehours.livejournal.com/9698.html
Tested on i386 Mac OS X 10.4.7 and i386 NetBSD 3.0.
TODO: manual device selection in Mac OS X.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Mar 7 06:29:03 2006 UTC (6 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Sync DragonFly/FreeBSD support with FreeBSD ports by adding
cdda_device_name to struct cdrom_drive. This makes a number of
hacks in various places superfluous and should fix the KDE multimedia
issues. Bump revision. Recursive bump will follow, since the major
version changed.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:06 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 29 22:50:53 2005 UTC (6 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
-lcam is needed on FreeBSD and DragonFly, so include it as dependency
library. Bump revision.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:37 2005 UTC (6 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:44:51 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Thu Mar 31 14:54:26 2005 UTC (7 years, 1 month ago) by salo
Branches: pkgsrc-2005Q1
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +3 -2
lines
Pullup ticket 405 - requested by Juan Romero Pardines
portability fix for cdparanoia
Revisions pulled up:
- pkgsrc/audio/cdparanoia/Makefile 1.17
Module Name: pkgsrc
Committed By: xtraeme
Date: Wed Mar 30 15:27:44 UTC 2005
Modified Files:
pkgsrc/audio/cdparanoia: Makefile
Log Message:
DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 30 15:27:44 2005 UTC (7 years, 1 month ago) by xtraeme
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2
lines
DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 10 12:30:48 2004 UTC (7 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Branch point for: pkgsrc-2005Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Bump PKGREVISION for Charles' fix for kaudiocreator.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:05 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
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.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun May 2 04:22:47 2004 UTC (8 years ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1
lines
Enable pkgviews installation.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 11 00:47:04 2004 UTC (8 years, 3 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
bl3ify
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 22 07:14:59 2004 UTC (8 years, 3 months ago) by grant
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 3 22:43:37 2003 UTC (8 years, 6 months ago) by kim
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Change maintainer to myself.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 20 12:07:23 2003 UTC (8 years, 6 months ago) by grant
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2
lines
merge some patches from FreeBSD ports.
allows this to build on FreeBSD using the ATAPI/CAM subsystem.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:22:01 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 23 15:34:21 2003 UTC (8 years, 10 months ago) by salo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -7
lines
Restrict the package to NetBSD and Linux, as it doesn't compile elsewhere in
its current state.
Remove unused target, style nits.
If anyone is interested:
FreeBSD patches: http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/cdparanoia/files/
OpenBSD patches: http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/cdparanoia/patches/
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:21:40 2003 UTC (8 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 4 14:45:12 2002 UTC (10 years, 2 months ago) by itohy
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3
lines
Upgrade to cdparanoia III 9.8.
Install headers in separate directory.
Related changes:
- Patch for Kenwood TruX drives (they worked before, but were very slow)
- Slightly different default read command to alleviate end-of-track
read problems on a number of drives
- New -z command syntax; option argument to allow a skip after a
user-configurable number of tries
- Added more possible read commands to autoprobe
- Removed autoprobe limitation, so starting a new rip will not
potentially stall in autoprobe until previous rip finishes
- Patch to allow sample-granulairy offset
- allow NULL callbacks to be passed to library interface
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 3 17:57:44 2001 UTC (10 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Make PKGNAME dewey-conform.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 29 09:47:02 2001 UTC (11 years ago) by skrll
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -5
lines
Make this pkg build shared libraries as well.
Fixes pkg/12770 from Hume Smith <hclsmith@operamail.com>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 16 13:30:34 2001 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 6 06:40:33 2000 UTC (11 years, 7 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Honor CFLAGS passed in from the environment.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jan 19 08:03:00 2000 UTC (12 years, 4 months ago) by itohy
Branches: TNF
CVS tags: pkgsrc-base,
netbsd-1-4-PATCH002
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
An attempt to port cdparanoia-III-alpha9.7.
CD-DA extraction tool with excessive data corrections,
such as jitter, loss of data, etc.
This will soon be obsoleted by cdparanoia IV, I hope....
Most SCSI/ATAPI CD-ROM drives should work fine.
However, the ATAPI stuff is totally untested, and
if it happened to work, it was a miracle. :-)
Currently,
- the feature to search for CD-ROM device is not
implemented and the -g option is required,
- the libraries are not installed.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 19 08:03:00 2000 UTC (12 years, 4 months ago) by itohy
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>