[csw-devel] SF.net SVN: gar:[7342] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 18 17:57:47 CET 2009


Revision: 7342
          http://gar.svn.sourceforge.net/gar/?rev=7342&view=rev
Author:   dmichelsen
Date:     2009-11-18 16:57:47 +0000 (Wed, 18 Nov 2009)

Log Message:
-----------
liboggz: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/liboggz/
    csw/mgar/pkg/liboggz/branches/
    csw/mgar/pkg/liboggz/tags/
    csw/mgar/pkg/liboggz/trunk/
    csw/mgar/pkg/liboggz/trunk/Makefile
    csw/mgar/pkg/liboggz/trunk/checksums
    csw/mgar/pkg/liboggz/trunk/files/
    csw/mgar/pkg/liboggz/trunk/files/0001-Remove-linker-version.patch


Property changes on: csw/mgar/pkg/liboggz/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/liboggz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liboggz/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/liboggz/trunk/Makefile	2009-11-18 16:57:47 UTC (rev 7342)
@@ -0,0 +1,34 @@
+GARNAME = liboggz
+GARVERSION = 1.1.0
+CATEGORIES = lib
+
+DESCRIPTION = A commandline tool for manipulating Ogg files
+define BLURB
+  Oggz comprises liboggz and the tool oggz, which provides commands to inspect, edit
+  and validate Ogg files. The oggz-chop tool can also be used to serve time ranges of
+  Ogg media over HTTP by any web server that supports CGI.
+
+  liboggz is a C library for reading and writing Ogg files and streams. It offers various
+  improvements over the reference libogg, including support for seeking, validation and
+  timestamp interpretation.
+endef
+
+MASTER_SITES = http://downloads.xiph.org/releases/liboggz/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0001-Remove-linker-version.patch
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PREREQUISITE_PKGS = CSWdoxygen
+REQUIRED_PKGS = CSWlibogg
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+MERGE_DIRS_isa-extra = $(libdir)
+
+include gar/category.mk

Added: csw/mgar/pkg/liboggz/trunk/checksums
===================================================================
--- csw/mgar/pkg/liboggz/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/liboggz/trunk/checksums	2009-11-18 16:57:47 UTC (rev 7342)
@@ -0,0 +1,2 @@
+f4ec200018ed77f1cb44fee2c4687d49  0001-Remove-linker-version.patch
+f97f1d57820a9fc1d080409cf203b38a  liboggz-1.1.0.tar.gz

Added: csw/mgar/pkg/liboggz/trunk/files/0001-Remove-linker-version.patch
===================================================================
--- csw/mgar/pkg/liboggz/trunk/files/0001-Remove-linker-version.patch	                        (rev 0)
+++ csw/mgar/pkg/liboggz/trunk/files/0001-Remove-linker-version.patch	2009-11-18 16:57:47 UTC (rev 7342)
@@ -0,0 +1,55 @@
+From 98520890bdf48d718490927f04197c48a1958647 Mon Sep 17 00:00:00 2001
+From: dam <dam at lcsw.(none)>
+Date: Mon, 9 Nov 2009 03:55:19 +0100
+Subject: [PATCH] Remove linker version
+
+---
+ configure    |    8 --------
+ configure.ac |   12 ------------
+ 2 files changed, 0 insertions(+), 20 deletions(-)
+
+diff --git a/configure b/configure
+index 9342074..cafccae 100755
+--- a/configure
++++ b/configure
+@@ -15629,14 +15629,6 @@ if test "x${ac_enable_gcc_werror}" = xyes ; then
+ fi
+ 
+ 
+-case "$target_os" in
+-  linux* | solaris*|k*bsd*-gnu*|gnu-*)
+-    SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
+-    ;;
+-  *)
+-    ;;
+-esac
+-
+ # Checks for library functions.
+ 
+ 
+diff --git a/configure.ac b/configure.ac
+index bc9acb8..1098ca1 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -396,18 +396,6 @@ if test "x${ac_enable_gcc_werror}" = xyes ; then
+   CFLAGS="-Werror $CFLAGS"
+ fi
+ 
+-dnl
+-dnl Shared library symbol versioning and hiding
+-dnl
+-
+-case "$target_os" in
+-  linux* | solaris*|k*bsd*-gnu*|gnu-*)
+-    SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
+-    ;;
+-  *)
+-    ;;
+-esac
+-
+ # Checks for library functions.
+ 
+ dnl
+-- 
+1.6.3.2
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list