pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libtheora Update to 1.0alpha4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/828826e1e77b
branches:  trunk
changeset: 488733:828826e1e77b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 07 15:10:41 2005 +0000

description:
Update to 1.0alpha4:

Changes since the alpha3 release:
  * first draft of the Theora I Format Specification
  * API documentation generated from theora.h with Doxygen
  * fix a double-update bug in the motion analysis
  * apply the loop filter before filling motion vector border in the reference frame
  * new utility functions: theora_packet_isheader(), theora_packet_iskeyframe(), and
    theora_granule_frame()
  * optional support for building without floating point
  * optional support for building without encode support
  * various build and packaging fixes
  * pkg-config support
  * SymbianOS build support

diffstat:

 multimedia/libtheora/Makefile |   6 ++--
 multimedia/libtheora/PLIST    |  45 ++++++++++++++++++++++++++++++++++++++++--
 multimedia/libtheora/distinfo |   6 ++--
 3 files changed, 48 insertions(+), 9 deletions(-)

diffs (88 lines):

diff -r 6f165115c129 -r 828826e1e77b multimedia/libtheora/Makefile
--- a/multimedia/libtheora/Makefile     Mon Feb 07 15:02:25 2005 +0000
+++ b/multimedia/libtheora/Makefile     Mon Feb 07 15:10:41 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/10/03 00:13:03 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/07 15:10:41 wiz Exp $
 #
 
-DISTNAME=      libtheora-1.0alpha3
-PKGREVISION=   1
+DISTNAME=      libtheora-1.0alpha4
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www.theora.org/files/
 EXTRACT_SUFX=  .zip
@@ -12,6 +11,7 @@
 COMMENT=       Video codec for Ogg multimedia streaming
 
 GNU_CONFIGURE= YES
+PKGCONFIG_OVERRIDE=    theora.pc.in
 USE_BUILDLINK3=        YES
 USE_LIBTOOL=   YES
 
diff -r 6f165115c129 -r 828826e1e77b multimedia/libtheora/PLIST
--- a/multimedia/libtheora/PLIST        Mon Feb 07 15:02:25 2005 +0000
+++ b/multimedia/libtheora/PLIST        Mon Feb 07 15:10:41 2005 +0000
@@ -1,8 +1,47 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:46 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/02/07 15:10:41 wiz Exp $
 include/theora/theora.h
 lib/libtheora.la
-share/doc/${PKGNAME}/spec.html
-share/doc/${PKGNAME}/spec.py
+lib/pkgconfig/theora.pc
+share/doc/${PKGNAME}/color.html
+share/doc/${PKGNAME}/doxygen-build.stamp
+share/doc/${PKGNAME}/html/annotated.html
+share/doc/${PKGNAME}/html/dir_000000.html
+share/doc/${PKGNAME}/html/dir_000001.html
+share/doc/${PKGNAME}/html/doxygen.css
+share/doc/${PKGNAME}/html/doxygen.png
+share/doc/${PKGNAME}/html/files.html
+share/doc/${PKGNAME}/html/functions.html
+share/doc/${PKGNAME}/html/functions_vars.html
+share/doc/${PKGNAME}/html/globals.html
+share/doc/${PKGNAME}/html/globals_defs.html
+share/doc/${PKGNAME}/html/globals_enum.html
+share/doc/${PKGNAME}/html/globals_eval.html
+share/doc/${PKGNAME}/html/globals_func.html
+share/doc/${PKGNAME}/html/globals_type.html
+share/doc/${PKGNAME}/html/index.html
+share/doc/${PKGNAME}/html/structtheora__comment.html
+share/doc/${PKGNAME}/html/structtheora__info.html
+share/doc/${PKGNAME}/html/structtheora__state.html
+share/doc/${PKGNAME}/html/structyuv__buffer.html
+share/doc/${PKGNAME}/html/theora_8h-source.html
+share/doc/${PKGNAME}/html/theora_8h.html
+share/doc/${PKGNAME}/latex/Helvetica.ttf
+share/doc/${PKGNAME}/latex/Makefile
+share/doc/${PKGNAME}/latex/annotated.tex
+share/doc/${PKGNAME}/latex/dir_000000.tex
+share/doc/${PKGNAME}/latex/dir_000001.tex
+share/doc/${PKGNAME}/latex/doxygen.sty
+share/doc/${PKGNAME}/latex/files.tex
+share/doc/${PKGNAME}/latex/index.tex
+share/doc/${PKGNAME}/latex/refman.pdf
+share/doc/${PKGNAME}/latex/refman.tex
+share/doc/${PKGNAME}/latex/structtheora__comment.tex
+share/doc/${PKGNAME}/latex/structtheora__info.tex
+share/doc/${PKGNAME}/latex/structtheora__state.tex
+share/doc/${PKGNAME}/latex/structyuv__buffer.tex
+share/doc/${PKGNAME}/latex/theora_8h.tex
 share/doc/${PKGNAME}/vp3-format.txt
+@dirrm share/doc/${PKGNAME}/latex
+@dirrm share/doc/${PKGNAME}/html
 @dirrm share/doc/${PKGNAME}
 @dirrm include/theora
diff -r 6f165115c129 -r 828826e1e77b multimedia/libtheora/distinfo
--- a/multimedia/libtheora/distinfo     Mon Feb 07 15:02:25 2005 +0000
+++ b/multimedia/libtheora/distinfo     Mon Feb 07 15:10:41 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/04/06 13:47:43 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2005/02/07 15:10:42 wiz Exp $
 
-SHA1 (libtheora-1.0alpha3.zip) = d0406ecade7ac6b426a73fdb12cb8ac3a8462633
-Size (libtheora-1.0alpha3.zip) = 1111940 bytes
+SHA1 (libtheora-1.0alpha4.zip) = 6c9e7eaf75953f8959ddb8f2568669fc15a0667b
+Size (libtheora-1.0alpha4.zip) = 2172338 bytes
 SHA1 (patch-aa) = 742cbb3aef9f9e0efebaa60fd97f5302c1c24d6f



Home | Main Index | Thread Index | Old Index