Ron Pedde
a024a24c2c
Roll back half done dist
2006-07-29 06:35:24 +00:00
Ron Pedde
7f38e5f6e1
Default correct_order to 1
2006-07-29 06:33:22 +00:00
Ron Pedde
0266e13503
Make libz static when building static libs
2006-07-24 19:00:26 +00:00
Ron Pedde
52809bb712
add testing for stdint for uintXX_t
2006-06-14 04:19:17 +00:00
Ron Pedde
84377f1bf6
configure fix for building osx packages with static libs
2006-06-13 08:13:32 +00:00
Ron Pedde
b03942bfba
Add the ffmpeg transcoding plugin
2006-05-27 10:33:08 +00:00
Ron Pedde
5b89f07caa
finish adding patches for rsp
2006-05-01 08:07:56 +00:00
Ron Pedde
4a1609cb2d
revert u_int32_t changes for solaris -- must autoconfiscate, fixups for debian
2006-04-28 05:10:06 +00:00
Ron Pedde
d6ac7d5744
Add patrekur's bsd init script, move all init scripts to contrib/init.d
2006-04-17 05:04:21 +00:00
Ron Pedde
6979a7a67e
Fixes for compiling on solaris -- fixes #66 and #5
2006-04-15 08:53:56 +00:00
Ron Pedde
8afa55222b
workaround for sh and bsd make, fixing ticket #65
2006-04-15 05:31:53 +00:00
Ron Pedde
2c83da8701
attempt to fix #55
2006-04-10 22:26:57 +00:00
Ron Pedde
bc2faaf75f
fix default config file location, ticket #63
2006-04-10 17:15:37 +00:00
Ron Pedde
92e967e78c
set default config file location based on prefix
2006-04-09 01:35:10 +00:00
Ron Pedde
476ee42faf
starting simple gdbm backend
2006-03-27 01:48:43 +00:00
Ron Pedde
abee2d9792
autocreate directories from config file
2006-03-26 04:55:59 +00:00
Ron Pedde
149bb6a0a6
adjust config file paths for prefix
2006-03-25 23:19:21 +00:00
Anders Betnér
48e8e0ef72
Autoconf is supposed to make life easy, I guess that
...
is only true if someone else sets it up for you.
Here's my fumbly finger approach to get it right.
2006-03-23 10:38:11 +00:00
Ron Pedde
9bb208e156
configure changes
2006-03-12 22:34:51 +00:00
Ron Pedde
32add9e77c
sys_param
2006-03-07 07:57:03 +00:00
Ron Pedde
9a133dcbdc
Merged win32-branch
2006-02-26 08:46:24 +00:00
Ron Pedde
839386f86e
display parse errors in web interface
2006-01-16 22:28:44 +00:00
Ron Pedde
4b7b5d78fc
Add diego's configure patches
2006-01-16 20:23:50 +00:00
Ron Pedde
3a6ec603a1
add sqlite3 support
2006-01-06 17:43:38 +00:00
Ron Pedde
45797a4403
get rid of some configure junk
2006-01-06 00:05:30 +00:00
Ron Pedde
0821b9ce9d
musepack support from slomo
2005-11-02 04:45:25 +00:00
Ron Pedde
ff84e06334
commit the iTunes 5 fixes
2005-09-23 05:26:52 +00:00
Ron Pedde
b2a45d94f8
Fix problem with --disable-oggvorbis
2005-08-13 05:07:29 +00:00
Ron Pedde
5ee1ce0db6
Get rid of lex and yacc checks
2005-07-13 05:32:16 +00:00
Ron Pedde
d4aaf09700
Get rid of some configure verbosity, include dbs-sqlite.h
2005-03-20 01:24:17 +00:00
Ron Pedde
847d10b361
First pass of sqlite backend
2005-03-11 06:39:40 +00:00
Ron Pedde
c86be33245
initial support for sqlite
2005-03-01 04:19:27 +00:00
Ron Pedde
e87373943c
remove still more debugging emits
2005-02-28 22:10:56 +00:00
Ron Pedde
ab48f2f071
spew less junk
2005-02-28 22:09:29 +00:00
Ron Pedde
f4e8bc9625
check for getopt.h, and make libvorbisfile depend on libvorbis
2005-02-28 21:49:23 +00:00
Ron Pedde
9afb28a4ab
Add Tim's ogg and flac patches, plus convert the existing ogg metainfo reading
...
stuff to use vorbisfile.
2005-02-27 00:41:55 +00:00
Ron Pedde
bb899e873b
Let's call it 0.2.1.1
2005-02-05 21:26:16 +00:00
Ron Pedde
1ea0bce3b3
re-fix the atoll thing
2005-02-05 20:54:55 +00:00
Ron Pedde
3dd3218c5a
bump version number
2005-01-29 05:12:37 +00:00
Ron Pedde
07e0490120
Fix for freebsd pthreads
2005-01-24 01:03:43 +00:00
Ron Pedde
a7ac180d3f
bump to -pre4
2005-01-18 00:07:28 +00:00
Ron Pedde
b8e421d8df
Fix for "my libc doesn't have atoll" bug.
2005-01-09 20:34:12 +00:00
Ron Pedde
a82653e538
-pre3
2004-12-28 01:07:27 +00:00
Ron Pedde
571b67b309
Fix the missing lz on id3tag problem on cygwin
2004-12-16 06:21:34 +00:00
Ron Pedde
0a28e1feda
Fixed -lpthread thing
2004-12-14 04:27:02 +00:00
Ron Pedde
474d1c996c
Fix --enable-oggvorbis
2004-12-08 03:53:36 +00:00
Paul Kim
7aa6aa0062
configure.in:
...
- Added support for optional Ogg/Vorbis support via the --enable-oggvorbis
flag.
Makefile.am:
- Added conditional compilation of ogg.c dependant on whether Ogg/Vorbis
support is enabled.
mp3-scanner.c:
- Added hook for Ogg/Vorbis support.
- Commented out code which set the "item_kind" of ogg files differently.
It now sets it the same as other audio files. They show up in iTunes
now but they will not stream.
ogg.c:
- Initial check-in.
- Code adapted from 'ogginfo' program. Does parsing of Ogg/Vorbis tags.
2004-12-06 03:06:12 +00:00
Ron Pedde
a1d62cf6c6
Get rid of old howl crap - run with 0.9.6ish or better
2004-11-27 03:14:14 +00:00
Ron Pedde
a96f13f978
Tag as a pre2 release
2004-11-20 18:00:36 +00:00
Ron Pedde
31ff9fc39c
add --disable-mdns configure option, in prep for win32 build
2004-10-30 16:42:20 +00:00