wtf? maybe I had a couple Terminal Gravitys before I made this commit,

but I did _not_ do a 'cvs add' of this directory structure.

cvs saiz, "sorry 'bout the noise".
This commit is contained in:
jakemsr 2005-12-08 05:56:49 +00:00
parent 51e9b47b80
commit 5f19768387
3 changed files with 0 additions and 39 deletions

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-src_readxml_c,v 1.1 2005/12/08 05:47:28 jakemsr Exp $
--- src/readxml.c.orig Mon Dec 5 20:52:14 2005
+++ src/readxml.c Mon Dec 5 20:57:19 2005
@@ -34,6 +34,8 @@
#include <locale.h>
#endif
+#include <localcharset.h>
+
static const char RCSID[]="$Id: patch-src_readxml_c,v 1.1 2005/12/08 05:47:28 jakemsr Exp $";
int parser_err=0, parser_acceptbody=0;
@@ -207,7 +209,7 @@ static iconv_t get_conv()
}
} else
fprintf(stderr,"WARN: Error reading locale (%m), assuming C\n");
- enc=nl_langinfo(CODESET);
+ enc=locale_charset();
fprintf(stderr,"INFO: Converting filenames to %s\n",enc);
ic=iconv_open(enc,"UTF-8");
if( ic==((iconv_t)-1) ) {

View File

@ -1,4 +0,0 @@
The dvdauthor package is a simple set of tools for DVD authoring. The
idea is to be able to create menus, buttons, chapters, etc. For now
functionality is mostly limited to creating DVD filesystems from mpeg
streams that were created by mplex -f 8 from mjpegtools 1.6.0 or newer.

View File

@ -1,14 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/28 06:52:55 jakemsr Exp $
bin/dvdauthor
bin/dvddirdel
bin/dvdunauthor
bin/mpeg2desc
bin/spumux
bin/spuunmux
@man man/man1/dvdauthor.1
@man man/man1/spumux.1
share/doc/dvdauthor/
share/doc/dvdauthor/README
share/dvdauthor/
share/dvdauthor/dvdauthor.xsd
share/dvdauthor/spumux.xsd