joerg
21db68bdaa
Fix errno usage.
2005-12-11 22:24:03 +00:00
joerg
99f8bc0ff5
Add DragonFly support. Use a somewhat more portable readdir allocation.
2005-12-11 22:22:37 +00:00
joerg
642aa2836e
Add DragonFly support.
2005-12-11 22:17:37 +00:00
joerg
12a89db5ca
Fixes for GCC 3.4+: add explicit this-> when calling inherited
...
member functions, add an isprint using a reference(!) to an
unsigned character to work with normal pointers instead. *sigh*
2005-12-11 22:03:39 +00:00
joerg
edd49bd8f1
Provide nsd target and fix esd target for FreeBSD and DragonFly.
2005-12-11 21:59:29 +00:00
joerg
4b14a75e80
Add DragonFly.
2005-12-11 21:42:02 +00:00
joerg
d756b10843
DragonFly support.
2005-12-11 21:28:14 +00:00
joerg
aefc76684d
Fix GCC 3.4+: label at end of compound statement.
2005-12-11 21:13:44 +00:00
joerg
977f71db1f
Let's assume for a moment you want to test for a function in a library.
...
Does it make sense that the test program should actually be compilable?
GCC 3.4 rejects atan called with no arguments after all.
2005-12-11 21:10:29 +00:00
joerg
071be08a0a
DragonFly support.
2005-12-11 20:51:07 +00:00
joerg
964ec31022
DragonFly support.
...
XXX Is sys/buf.h needed at all in cdrom_freebsd.c?
2005-12-11 20:48:46 +00:00
joerg
2f25a23653
DragonFly support.
2005-12-11 20:46:50 +00:00
joerg
4e17beed91
Initialise errfp at runtime, unbreaks DragonFly and FreeBSD.
2005-12-11 20:35:40 +00:00
joerg
09b74498d3
Include sys/types.h before sys/socket.h for DragonFly. Fix errno.
2005-12-11 20:29:12 +00:00
joerg
6df2c7c46f
Fix GCC 3.4+: label at end of compound statement.
2005-12-11 20:20:34 +00:00
joerg
8c57b0b23e
Always use errno.h, never define errno.
2005-12-11 19:40:16 +00:00
hira
dd48bfb444
Add MP4 encoding support by audio/faad2 (with options.mk).
...
It's disabled by default.
2005-12-11 11:09:06 +00:00
markd
899ff3125d
Update to arts 1.5.0 (part of KDE 3.5.0)
...
changes unknown.
2005-12-11 10:42:19 +00:00
wiz
7e1c5bfbc9
Convert aalib to options framework, adding an 'x11' option, and remove
...
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00
heinz
7713e9c809
Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).
...
No bump of PKGREVISION necessary.
2005-12-10 21:31:41 +00:00
salo
a8b1c22af0
Add libdca.
2005-12-09 17:22:02 +00:00
salo
71b4bcb3f7
Initial import of libdca-0.0.2, Free DTS Coherent Acoustics decoder:
...
libdca is a free library for decoding DTS Coherent Acoustics streams.
The DTS Coherent Acoustics standard is used in a variety of applications,
including DVD, DTS audio CD and radio broadcasting.
From wip, packaged by Sergey Svishchev with some modifications from me.
2005-12-09 17:21:02 +00:00
wiz
bd2df73ecd
Write newline character to stderr instead of stdout, to avoid
...
polluting the output stream when -w is used. From Parag Patel in PR 32268.
While here, add missing directory to PLIST. Bump PKGREVISION.
2005-12-08 10:06:32 +00:00
joerg
2b753b2ace
Add an explicit cast from streampos to size_t, GCC 3.4 follows the
...
standard by considering it ambigous.
Override ltmain.sh with pkgsrc version to avoid linkage problem on
DragonFly. The old ltmain.sh is confused by -pthread.
2005-12-07 18:59:26 +00:00
joerg
914c15a9ac
Fix GCC 3.4+: label at end of compound statement.
2005-12-07 18:32:35 +00:00
joerg
b6a773ba35
Fix DragonFly by replacing hard-wired -lpthread with PTHREAD_*.
2005-12-07 18:09:04 +00:00
wiz
707a6d861c
Update to 1.1.2:
...
libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
* fix a serious encoder bug with gcc 4 optimized builds
* documentation and spec fixes
* updated VS2003 and XCode builds
* new draft RTP encapsulation spec
2005-12-07 17:50:37 +00:00
joerg
94bb051571
Fix GCC 3.4+: Label at end of compound statement.
2005-12-07 17:40:59 +00:00
joerg
c5947512e6
Add DragonFly support. Also unmask for FreeBSD and OpenBSD, if it
...
doesn't work there, it should be fixed.
2005-12-07 17:35:37 +00:00
joerg
ed97a30ae7
bsd.prefs.mk is not needed anymore.
2005-12-07 15:05:36 +00:00
joerg
0ad5119b64
Remove explicit check for Xv library, it does exist for pkgsrc X11
...
at the very least on NetBSD i386.
2005-12-07 15:05:01 +00:00
joerg
03d2429591
Remove explicit check for Xv, it breaks X11 from pkgsrc for the sake
...
of XFree 3 compat.
2005-12-07 15:02:31 +00:00
joerg
b59fe5c0a3
For DragonFly, include sys/types.h before sys/socket.h.
2005-12-06 21:54:25 +00:00
rillig
579e977969
Ran "pkglint --autofix", which corrected some of the quoting issues in
...
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
kim
11a6a51519
Revert revision 1.9 so that the package can be compiled again with
...
ICES_USE_PERL=YES.
2005-12-05 01:52:58 +00:00
joerg
31d4992169
Add DragonFly support. Use CONFIGURE_SCRIPT instead of manual
...
do-configure rule. Allow GCC 3.4 build, there doesn't seem to
be a good reason to disallow it.
2005-12-03 04:14:05 +00:00
rpaulo
cc871e0846
Add missing 'locale' subdir (thanks Thomas).
2005-11-30 18:54:48 +00:00
rpaulo
338ee98869
Descend into gtick/
2005-11-24 23:22:15 +00:00
rpaulo
0b4f85ca43
GTick is a metronome application written for GNU/Linux and other
...
UN*X-like operting systems supporting different meters (Even, 2/4,
3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm.
2005-11-24 23:19:51 +00:00
wiz
d528fcc9f2
Update to 7.15:
...
About 7 years of development. Includes among others:
support for flac, speex, ogg/vorbis; a choice of frontends between
motif and gtk; esound support; guile scripting support; and native
NetBSD audio code.
Some possible future work on this package:
Add options for fftw2 fftw3 ladspa gamin/fam mpg123 timidity ruby
2005-11-23 22:39:12 +00:00
wiz
c8759f2abc
Update to 0.12.0:
...
New playlist code.
Depend on external libmpd.
2005-11-22 19:27:46 +00:00
wiz
5ff584bc9d
Add and enable libmpd.
2005-11-22 19:27:07 +00:00
wiz
c9b6585592
Initial import of libmpd:
...
libmpd is trying to provide a easy to use high level, callback
based access to mpd. It tries to be fast and keep the data transfer
with mpd to the minimum. To do this it implements queues for deleting
and adding songs. There is extra functionallity added for the ease
of the programmer.
2005-11-22 19:26:08 +00:00
wiz
de423ce939
Add optional support for MOD files via libmikmod,
...
and enable it by default. Bump PKGREVISION to 4.
2005-11-22 00:01:40 +00:00
rillig
714f5987dd
Added tcd.
2005-11-20 11:47:06 +00:00
rillig
60d23a3e43
Imported tcd from pkgsrc-wip.
...
Tcd is a tiny audio CD player using ncurses. It can play CDs and manage
a little CD database in cddb format.
2005-11-20 08:45:09 +00:00
kristerw
a4f8c86ae7
Rename a local (static) variable that has the same name as an external
...
variable defined in a .h file. This makes the pkg build when using gcc 4.
2005-11-19 21:21:23 +00:00
xtraeme
e1b79b8c88
Apply patch from rivo nurges to eliminate awful memory leak when
...
playing internet streams with moc.
Thanks to rivo nurges and Peter Schuller (Maintainer).
Bump PKGREVISION.
2005-11-19 10:55:37 +00:00
wiz
438127bb3f
Fix MASTER_SITES, comment out old HOMMEPAGE.
2005-11-18 20:19:42 +00:00