Update of /cvsroot/fink/experimental/jaguar
In directory usw-pr-cvs1:/tmp/cvs-serv20679
Added Files:
libshout-1.0.8-2.info libshout-1.0.8-2.patch
Log Message:
Jaguar fixed libshout
--- NEW FILE: libshout-1.0.8-2.info ---
Package: libshout
Version: 1.0.8
Revision: 2
###
Depends: libpoll-shlibs, %N-shlibs (= %v-%r)
BuildDepends: fink (>=0.9.9), libpoll
BuildDependsOnly: true
###
Source: http://developer.icecast.org/libshout/releases/%n-%v.tar.gz
Source-MD5: a018c4127518636f6c00cb06093443be
###
Patch: %f.patch
###
ConfigureParams: --with-pic --enable-shared --enable-static --mandir=%i/share/man
--infodir=%p/share/info --libexecdir=%p/lib
###
DocFiles: COPYING README
###
SplitOff: <<
Package: %N-shlibs
Files: <<
lib/%N.*.dylib
<<
DocFiles: AUTHORS CHANGES COPYING README
<<
SplitOff2: <<
Package: %N-docs
Files: <<
share/doc/%N/*.html
share/doc/%N/*.css
share/doc/%N/example
<<
<<
###
Description: Library for streaming to icecast
DescDetail: <<
Libshout allows applications to easily communicate and broadcast to an
Icecast streaming media server. It handles the socket connections,
metadata communication, and data streaming for the calling application,
and lets developers focus on feature sets instead of implementation details.
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://developer.icecast.org/libshout/
--- NEW FILE: libshout-1.0.8-2.patch ---
diff -ruN libshout-1.0.8.orig/Makefile.am libshout-1.0.8/Makefile.am
--- libshout-1.0.8.orig/Makefile.am Sat Feb 9 18:37:54 2002
+++ libshout-1.0.8/Makefile.am Mon May 27 16:02:45 2002
@@ -23,7 +23,7 @@
install-data-local:
mkdir -p $(DESTDIR)$(includedir)/shout
- mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
- $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS
$(top_srcdir)/COPYING $(top_srcdir)/CHANGES
$(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile
$(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
+ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/example
+ $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS
+$(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)
+ $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile
+$(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/example
$(INSTALL) -m 0644 $(top_srcdir)/shout.h $(DESTDIR)$(includedir)/shout
diff -ruN libshout-1.0.8.orig/Makefile.in libshout-1.0.8/Makefile.in
--- libshout-1.0.8.orig/Makefile.in Sat Feb 9 18:46:48 2002
+++ libshout-1.0.8/Makefile.in Mon May 27 16:03:27 2002
@@ -511,9 +511,9 @@
install-data-local:
mkdir -p $(DESTDIR)$(includedir)/shout
- mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
- $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS
$(top_srcdir)/COPYING $(top_srcdir)/CHANGES
$(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
- $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile
$(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
+ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/example
+ $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS
+$(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)
+ $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile
+$(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/example
$(INSTALL) -m 0644 $(top_srcdir)/shout.h $(DESTDIR)$(includedir)/shout
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff -ruN libshout-1.0.8.orig/doc/Makefile.am libshout-1.0.8/doc/Makefile.am
--- libshout-1.0.8.orig/doc/Makefile.am Thu Aug 24 18:45:14 2000
+++ libshout-1.0.8/doc/Makefile.am Mon May 27 16:12:03 2002
@@ -4,7 +4,7 @@
all:
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(prefix)/share/doc/$(PACKAGE)
doc_DATA = index.html overview.html initialization.html \
connection.html datastreaming.html metadata.html \
diff -ruN libshout-1.0.8.orig/doc/Makefile.in libshout-1.0.8/doc/Makefile.in
--- libshout-1.0.8.orig/doc/Makefile.in Sat Feb 9 18:46:49 2002
+++ libshout-1.0.8/doc/Makefile.in Mon May 27 16:12:43 2002
@@ -80,7 +80,7 @@
AUTOMAKE_OPTIONS = foreign
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(prefix)/share/doc/$(PACKAGE)
doc_DATA = index.html overview.html initialization.html
connection.html datastreaming.html metadata.html datastructures.html
shout_conn_t.html shout_connect.html shout_disconnect.html shout_sleep.html
shout_init_connection.html shout_send_data.html
shout_update_metadata.html style.css example.html example_c.html
reference.html errorhandling.html shout_strerror.html
--- libshout-1.0.8.orig/encode.c.orig 2002-08-02 22:48:28.000000000 -0700
+++ libshout-1.0.8/encode.c 2002-08-02 22:48:32.000000000 -0700
@@ -13,7 +13,7 @@
#include "encode.h"
-const char urlencstring[16] = "0123456789abcdef";
+const char urlencstring[16] = "0123456789abcdef\0";
char *urlencode(char *dest, char *source)
{
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits