search for: file_transport

Displaying 11 results from an estimated 11 matches for "file_transport".

2002 Jan 02
2
macosx (lots of little changes)
...E OggVorbis SOFTWARE CODEC SOURCE CODE. * @@ -328,3 +329,4 @@ &http_tell, &http_close }; +#endif --- ogg123/transport.c.orig Wed Jan 2 01:32:04 2002 +++ ogg123/transport.c Tue Jan 1 15:35:52 2002 @@ -21,10 +21,13 @@ #include "transport.h" extern transport_t file_transport; +#ifdef NO_CURL +transport_t *transports[] = { &file_transport, NULL }; +#else extern transport_t http_transport; transport_t *transports[] = { &http_transport, &file_transport, NULL }; - +#endif transport_t *get_transport_by_name (char *name) { ogg123/Makefile needs to not...
2002 Jan 02
2
macosx (lots of little changes)
...E OggVorbis SOFTWARE CODEC SOURCE CODE. * @@ -328,3 +329,4 @@ &http_tell, &http_close }; +#endif --- ogg123/transport.c.orig Wed Jan 2 01:32:04 2002 +++ ogg123/transport.c Tue Jan 1 15:35:52 2002 @@ -21,10 +21,13 @@ #include "transport.h" extern transport_t file_transport; +#ifdef NO_CURL +transport_t *transports[] = { &file_transport, NULL }; +#else extern transport_t http_transport; transport_t *transports[] = { &http_transport, &file_transport, NULL }; - +#endif transport_t *get_transport_by_name (char *name) { ogg123/Makefile needs to not...
2007 Mar 09
0
Vexim with LDA delivery
...o ask before I put a full page up for integration with Vexim in particular. Should I do this, or just throw bits and peices where they seem relevant? This was on FreeBSD, hence the /usr/local/etc/ stuff. Exim's 'configure' file: ================================ virtual_domains: #file_transport = virtual_delivery file_transport = dovecot_virtual_delivery virtual_domains_catchall: #file_transport = virtual_delivery file_transport = dovecot_virtual_delivery dovecot_virtual_delivery: driver = pipe command = /usr/local/libexec/dovecot/deliver -d \ $local_part@$...
2003 Dec 11
1
Problems building vorbis tools 1.0.1
...00201/0005.html (make was looking for libogg.la in the wrong path) but creating a symlink to /usr/local/lib/libogg.la in /usr/lib/ helped. :) having solved this, I get a new error: --- gcc -O20 -ffast-math -fsigned-char -o ogg123 audio.o buffer.o callbacks.o cfgfile_options.o cmdline_options.o file_transport.o format.o http_transport.o ogg123.o oggvorbis_format.o playlist.o status.o transport.o vorbis_comments.o flac_format.o easyflac.o speex_format.o ../share/libutf8.a ../share/libgetopt.a /usr/local/lib/libvorbisfile.so /usr/local/lib/libvorbis.so /usr/local/lib/libao.so -lnsl /usr/lib/libcurl....
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...-- ogg123/callbacks.c (revision 11702) +++ ogg123/callbacks.c (working copy) @@ -15,6 +15,10 @@ ********************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <string.h> Index: ogg123/file_transport.c =================================================================== --- ogg123/file_transport.c (revision 11702) +++ ogg123/file_transport.c (working copy) @@ -15,6 +15,10 @@ ********************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h&g...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...-- ogg123/callbacks.c (revision 11702) +++ ogg123/callbacks.c (working copy) @@ -15,6 +15,10 @@ ********************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <string.h> Index: ogg123/file_transport.c =================================================================== --- ogg123/file_transport.c (revision 11702) +++ ogg123/file_transport.c (working copy) @@ -15,6 +15,10 @@ ********************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h&g...
2004 Dec 20
2
ogg123 and Vorbis piped to stdin
...hen try to play that, sometimes even getting the frame header right? The purpose being to coarsely chop up some ogg files, as well as to play files which unpatched-ogg123 isn't able to handle well (large files, f'rinstance) Thanks. And below, my hacks to be able to play from stdin: --- file_transport.c-DIST Sun Aug 22 20:33:26 2004 +++ file_transport.c Mon Dec 20 12:38:51 2004 @@ -84,6 +84,11 @@ int items; long start; +/* XXX HACK special-case stdin */ + if (private->fp == stdin) + return 0; +/* XXX */ + /* Record where we are */ start = ftell(fp); @@ -118,6 +123,11 @@...
2013 Aug 22
0
combining pop3 and imap accounts
...ot;R: vdom_aliases_maildir for $local_part@$domain" driver = redirect allow_defer allow_fail domains = dsearch;/var/mail/virtual data = /var/mail/virtual/$domain/$local_part/ directory_transport = address_directory pipe_transport = address_pipe file_transport = address_file dovecot: mail_location = maildir:/var/mail/virtual/%d/%n/ auth_userdb = passwd-file /etc/passwd.imap - I have read about "Namespace" but I am not sure if they will work with virtual pop3 and virtual imap accounts. as I also want to keep the existing pop3 setup withou...
2004 May 23
4
Various Ogg Vorbis largefile notes and/or patches
Greetings one and all; I'm not subscribed to this list so I'm first sending this message to verify that mails from me make it through, and then later I'll send the juicy messages with patches. Also, the address I'm using is IPv6-only and doesn't often work, so drop me from any replies and I'll catch the archives, or drop only the hostname part to get an IPv4 address that
2002 Aug 14
0
automake 1.6 compatability patch
...akefile.am 14 Aug 2002 17:12:18 -0000 @@ -2,8 +2,8 @@ AUTOMAKE_OPTIONS = foreign -mans = ogg123.1 -docs = ogg123rc-example +man_pages = ogg123.1 +doc_files = ogg123rc-example ogg123sources = audio.c buffer.c callbacks.c \ cfgfile_options.c cmdline_options.c \ file_transport.c format.c http_transport.c \ @@ -16,12 +16,19 @@ if BUILD_OGG123 +mans=$(man_pages) +docs=$(doc_files) +else +mans= +docs=$(doc_files) +endif datadir = @datadir@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -bin_PROGRAMS = ogg123 +bin_PROGRAMS = @O...
2002 Oct 05
2
ogg123 remote interface
...tually). This option is also available in mpg123, so this adds compatibility. add-test-option.patch This patch adds the -t option. This is identical to '-d null' but this makes it more compatible to mpg123. -------------- next part -------------- diff -urN -X diff.ignore ogg123.orig/file_transport.c ogg123/file_transport.c --- ogg123.orig/file_transport.c Sat Jan 26 12:06:37 2002 +++ ogg123/file_transport.c Sat Oct 5 13:48:31 2002 @@ -21,7 +21,7 @@ #include "transport.h" #include "i18n.h" - +#include "status.h" typedef struct file_private_t { FILE *fp...