Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7017/10.4-transitional/stable/main/finkinfo/graphics

Added Files:
        libtheora0.info libtheora0.patch 
Log Message:
theora to stable, musicbrainz/tunepimp to stable, point system-openssl-dev to 
the wiki

--- NEW FILE: libtheora0.patch ---
diff -uNr libtheora-1.0alpha4/doc/Makefile.in 
libtheora-1.0alpha4-patched/doc/Makefile.in
--- libtheora-1.0alpha4/doc/Makefile.in Wed Dec 15 15:06:17 2004
+++ libtheora-1.0alpha4-patched/doc/Makefile.in Sat Jan 22 09:27:52 2005
@@ -191,13 +191,13 @@
 target_os = @target_os@
 target_vendor = @target_vendor@
 SUBDIRS = #python
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/libtheora0
 built_docs = 
 static_docs = vp3-format.txt color.html
 doc_DATA = $(built_docs) $(static_docs) doxygen-build.stamp
 EXTRA_DIST = $(built_docs) $(static_docs) spec Doxyfile.in
 CLEANFILES = $(built_docs)
-dist_docdir = $(distdir)/libtheora
+dist_docdir = $(distdir)/libtheora0
 all: all-recursive
 
 .SUFFIXES:
@@ -545,21 +545,21 @@
        fi
 
 install-data-local: doxygen-build.stamp
-       $(mkinstalldirs) $(docdir)
+       $(mkinstalldirs) $(DESTDIR)$(docdir)
        if test -d libtheora; then \
          for dir in libtheora/*; do \
            if test -d $$dir; then \
              b=`basename $$dir`; \
-             $(mkinstalldirs) $(docdir)/$$b; \
+             $(mkinstalldirs) $(DESTDIR)$(docdir)/$$b; \
              for f in $$dir/*; do \
-               $(INSTALL_DATA) $$f $(docdir)/$$b; \
+               $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$b; \
              done \
            fi \
          done \
        fi
 
 uninstall-local:
-       rm -rf $(docdir)
+       rm -rf $(DESTDIR)$(docdir)
 
 clean-local:
        if test -d libtheora; then rm -rf libtheora; fi

--- NEW FILE: libtheora0.info ---
Package: libtheora0
Version: 1.0
Revision: 0.alpha4.1
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Source: http://downloads.xiph.org/releases/theora/libtheora-%valpha4.tar.gz
Source-MD5: 75f436a980b80f8b8102ee182ddb8748
Patch: %n.patch

Depends: %N-shlibs (>= %v-%r)
BuildDepends: pkgconfig (>= 0.15.0-1), libogg, libvorbis0, sdl
BuildDependsOnly: True

ConfigureParams: --with-ogg=%p --with-vorbis=%p --with-sdl-prefix=%p
InstallScript: make install DESTDIR=%d

SplitOff: <<
  Package: %N-shlibs
  Depends: libogg-shlibs, libvorbis0-shlibs, sdl-shlibs
  Files: lib/libtheora.*.dylib
  Shlibs: %p/lib/libtheora.0.dylib 2.0.0 %n (>= 1.0-0)
  Description: Theora shared libraries
<<

DocFiles: COPYING README
Description: Open-source video compression library
DescDetail: <<
Theora is an open video codec being developed by the Xiph.org Foundation
as part of their Ogg project (It is a project that aims to integrate
On2's VP3 video codec, Ogg Vorbis audio codec and Ogg multimedia
container formats into a multimedia solution that can compete with
MPEG-4 format). 

Theora is derived directly from On2's VP3 codec; currently the two are
nearly identical, varying only in framing headers, but Theora will
diverge and improve from the main VP3 development lineage as time
progresses.
<<
License: BSD
Homepage: http://www.theora.org/



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to