The NetBSD Project

CVS log for pkgsrc/audio/darkice/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / audio / darkice

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Sun Mar 2 06:10:31 2008 UTC (4 years, 2 months ago) by jlam
Branch: 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, pkgsrc-2009Q2-base, pkgsrc-2009Q2, 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, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.19: +13 -8 lines
Diff to previous 1.19 (colored)

Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Dec 2 13:04:06 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 22 19:01:13 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 7 12:25:50 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 10 20:09:22 2006 UTC (5 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

Fixed "test ==" and path to the man pages.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 22 04:46:13 2006 UTC (5 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.

Revision 1.14 / (download) - annotate - [select for diffs], Sun May 21 10:27:01 2006 UTC (6 years ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.13: +10 -5 lines
Diff to previous 1.13 (colored)

Update to 0.17.1:

    o bugfix: automatic reconnect works more reliably
    o added check for bufferSecs set to 0
    o added realtime parameter to the general section
    o added MPEG2 support through the TwoLame library.
    o added AAC support through the faac codec, http://www.audiocoding.com
    o bug fix: icecast2 sections didn't honor lowpass or highpass filters
      when using the mp3 format

Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 12 21:12:48 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.12: +6 -8 lines
Diff to previous 1.12 (colored)

Updated darkice to 0.15.

14-04-2005 DarkIce 0.15 released

    o ported to OpenBSD and NetBSD, though real-time scheduling not supported,
      since it is not implemented in OpenBSD / NetBSD
    o added possibility to downsample from stereo to mono when encoding
      to Ogg Vorbis, thanks to Deti Fliegl, <deti@fliegl.de>
    o added support for Jack inputs, enabling a lot of interesting usage,
      including support for MacOS X.
      Thanks to Nicholas J. Humfrey <njh@ecs.soton.ac.uk>
    o various improvements by Joel Ebel <jbebel@ncsu.edu>
    o added option to turn off automatic reconnect feature
    o added IPv6 support, thanks to <jochen2@users.sourceforge.net>

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 9 21:04:40 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:54 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:06 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:30 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:38 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

Create directories before installing files into them.

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 22 20:07:37 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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.6 / (download) - annotate - [select for diffs], Mon Apr 11 21:44:52 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:05 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

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.4 / (download) - annotate - [select for diffs], Fri May 7 01:14:46 2004 UTC (8 years ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Drop maintainership; I don't have the enough free time to maintain
all these packages.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 16 09:51:47 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.2: +8 -7 lines
Diff to previous 1.2 (colored)

bl3ify and upgrade darkice to 0.14.

This release adds ALSA support and support for downsampling streams from
stereo to mono when streaming in MP3 to an icecast 2 server. There is a
bugfix for conflicting symbols _X and _Y on Solaris, and a bugfix for a
segfault caused when saving an Ogg Vorbis stream to a file.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 22 07:15:00 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 9 17:23:44 2004 UTC (8 years, 4 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of darkice-0.13.2 from pkgsrc-wip.

DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It takes
audio input from a sound card, encodes it into mp3 and/or Ogg Vorbis, and sends
the streams to one or more IceCast, ShoutCast and/or IceCast2 servers. DarkIce
uses lame as a shared object as its mp3 encoder, and the Ogg Vorbis libs as its
Ogg Vorbis encoder.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 9 17:23:44 2004 UTC (8 years, 4 months ago) by xtraeme
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>