search for: ogg123rc

Displaying 13 results from an estimated 13 matches for "ogg123rc".

2001 Mar 10
0
patch to add device-option to ogg123 rc file
Below is a patch for vorbis-tools-1.0beta4 ogg123. It adds support for using the rc file (like /etc/ogg123.rc) for configuring the device-options. In addition, comments can be used (when they start a line). My ~/.ogg123rc: default_device=oss default_options=dsp:/dev/audio Please share your comments. Jeremy C. Reed http://www.reedmedia.net/ diff -u vorbis-tools-1.0beta4/ogg123/ao_interface.c vorbis-tools-1.0beta4-modifdiff -u vorbis-tools-1.0beta4/ogg123/ao_interface.c vorbis-tools-1.0beta4-modified/ogg123/a...
2001 Jan 25
2
Systemwide default for ogg123
MoiN I thought you should be able to set system wide defaults for the output device of ogg123. The following patch will look for /etc/ogg123rc, if no ~/.ogg123rc can be found. So the user can still override the system defaults, but not every user needs to have an ~/.ogg123rc file. Ingo -- 16 Hard coded constant for amount of room allowed for cache align and faster forwarding (tunable) -...
2001 Mar 02
1
Bug #4
Hi. I created a patch for Bug #4 (ogg123 not honoring /etc/ogg123rc) and uploaded it to Bugzilla, but I have the feeling that the Bugzilla is somewhat neglected... so I just send the patch here. The changes are very simple, one typo (I guess) was fixed (from "/etc/ogg123.rc" to "/etc/og123rc" as it's documented), and I changed an if to a wh...
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an eventual release in a few days. A changelog of what's new may be found at [1]. Meanwhile, what's in SVN is a "Release Candidate" to find out if anything was broken since version 1.1.1. Report any (or lack of) problems you may find, so we'll be able to put out a new version of vorbis-tools. -Ivo [1]
2001 Feb 12
0
Configuring, compiling and installing ogg vorbis on Mandrake 7.2 (was Re: A Top Level README for the nightly CVS snapshot )
...r/share/doc/vorbis-tools-1.0prebeta4 + /bin/mkdir -p /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + cp -pr COPYING /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + cp -pr README /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + cp -pr ogg123/ogg123rc-example /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + exit 0 PreReq: /bin/sh Requires: libogg >= 1.0prebeta4 libvorbis >= 1.0prebeta4 libao >= 0.6.0 After some searching I found the reason: Mandrake is using the bzip2 for compressing man pages, but the vorbis-tools.s...
2001 Feb 12
0
Configuring, compiling and installing ogg vorbis on Mandrake 7.2 (was Re: A Top Level README for the nightly CVS snapshot )
...r/share/doc/vorbis-tools-1.0prebeta4 + /bin/mkdir -p /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + cp -pr COPYING /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + cp -pr README /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + cp -pr ogg123/ogg123rc-example /var/tmp/vorbis-tools-root/usr/share/doc/vorbis-tools-1.0prebeta4 + exit 0 PreReq: /bin/sh Requires: libogg >= 1.0prebeta4 libvorbis >= 1.0prebeta4 libao >= 0.6.0 After some searching I found the reason: Mandrake is using the bzip2 for compressing man pages, but the vorbis-tools.s...
2002 Aug 14
0
automake 1.6 compatability patch
...====== RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v retrieving revision 1.26 diff -u -r1.26 Makefile.am --- ogg123/Makefile.am 11 Jul 2002 02:45:37 -0000 1.26 +++ ogg123/Makefile.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_fi...
2001 Mar 16
3
Patches for NetBSD
...ot; >&5 $NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $ --- ../vorbis-tools-1.0beta4.orig/ogg123/Makefile.in Mon Feb 26 03:02:14 2001 +++ ogg123/Makefile.in Sat Mar 10 03:47:13 2001 @@ -85,7 +85,7 @@ bin_PROGRAMS = ogg123 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) doc_DATA = ogg123rc-example -mandir = $(datadir)/man +mandir = $(prefix)/man man_MANS = ogg123.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ I hope this helps! Jeremy C. Reed http://www.reedmedia.net/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xip...
2004 Dec 11
1
ogg123
I have vorbis-tools 1.1 (also tested on svn version), I have problem with play any ogg vorbis file as user rmrmg: [rmrmg@slack:~$] ogg123 ./av/lep.ogg Segmentation fault All works fine as _any_ other user. I have not any ~/.libao file. What can be the reason of my problem? Do you have any idea? -- . JID: rmrmg(at)jabberpl(dot)org | Wszystko jest trudne . mail: rmrmg(at)wp(dot)pl | przy
2001 Mar 17
1
ogg123 man page location
...file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v retrieving revision 1.13 diff -u -r1.13 Makefile.am --- ogg123/Makefile.am 2001/02/19 22:27:52 1.13 +++ ogg123/Makefile.am 2001/03/17 15:02:14 @@ -5,7 +5,6 @@ bin_PROGRAMS = ogg123 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) doc_DATA = ogg123rc-example -mandir = $(datadir)/man man_MANS = ogg123.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.or...
2001 Apr 01
1
vorbis-tools compiling problem
...rm -rf /var/tmp/vorbis-tools-root/usr/doc/vorbis-tools-1.0beta4 + /bin/mkdir -p /var/tmp/vorbis-tools-root/usr/doc/vorbis-tools-1.0beta4 + cp -pr COPYING /var/tmp/vorbis-tools-root/usr/doc/vorbis-tools-1.0beta4 + cp -pr README /var/tmp/vorbis-tools-root/usr/doc/vorbis-tools-1.0beta4 + cp -pr ogg123/ogg123rc-example /var/tmp/vorbis-tools-root/usr/doc/vorbis-tools-1.0beta4 + exit 0 PreReq: /bin/sh Requires: libogg >= 1.0beta4 libvorbis >= 1.0beta4 libao >= 0.6.0 But I already installed those... What am I doing wrong? I'd appreciate any input. Thank you. -- ICQ#: 103231199 --- >8 ---...
2001 Feb 28
1
patches to beta 4 spec files
...vorbis_nightly_cvs.orig/vorbis-tools/vorbis-tools.spec vorbis_nightly_cvs/vorbis-tools/vorbis-tools.spec --- vorbis_nightly_cvs.orig/vorbis-tools/vorbis-tools.spec Mon Feb 26 14:02:18 2001 +++ vorbis_nightly_cvs/vorbis-tools/vorbis-tools.spec Wed Feb 28 21:40:00 2001 @@ -41,6 +41,7 @@ %doc ogg123/ogg123rc-example /usr/bin/oggenc /usr/bin/ogg123 +/usr/bin/vorbiscomment /usr/share/man/man1/ogg123.1.gz /usr/share/man/man1/oggenc.1.gz @@ -51,8 +52,9 @@ %postun -* Mon Jan 22 2000 Jack Moffitt <jack@icecast.org> -- updated for prebeta4 builds %changelog +* Mon Jan 22 2001 Jack Moffitt &l...
2002 Oct 05
2
ogg123 remote interface
...H__ */ -------------- next part -------------- diff -urN -X diff.ignore ogg123.orig/cfgfile_options.c ogg123/cfgfile_options.c --- ogg123.orig/cfgfile_options.c Sat Oct 5 14:40:18 2002 +++ ogg123/cfgfile_options.c Sat Oct 5 16:00:26 2002 @@ -443,7 +443,7 @@ parse_config_file(opts, "/etc/ogg123rc"); if (homedir && strlen(homedir) < FILENAME_MAX - 10) { - /* Try ~/.ogg123 */ + /* Try ~/.ogg123rc */ strncpy(filename, homedir, FILENAME_MAX); strcat(filename, "/.ogg123rc"); parse_config_file(opts, filename); -------------- next part ------------...