[csw-devel] SF.net SVN: gar:[14620] csw/mgar/pkg/libtheora/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu May 19 17:00:27 CEST 2011


Revision: 14620
          http://gar.svn.sourceforge.net/gar/?rev=14620&view=rev
Author:   dmichelsen
Date:     2011-05-19 15:00:27 +0000 (Thu, 19 May 2011)

Log Message:
-----------
libtheora: Split packages

Modified Paths:
--------------
    csw/mgar/pkg/libtheora/trunk/Makefile
    csw/mgar/pkg/libtheora/trunk/checksums

Modified: csw/mgar/pkg/libtheora/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libtheora/trunk/Makefile	2011-05-19 13:24:54 UTC (rev 14619)
+++ csw/mgar/pkg/libtheora/trunk/Makefile	2011-05-19 15:00:27 UTC (rev 14620)
@@ -11,27 +11,43 @@
 endef
 
 MASTER_SITES = http://downloads.xiph.org/releases/theora/
-DISTFILES  = $(NAME)-$(VERSION).tar.bz2
+DISTFILES  = $(NAME)-$(VERSION).tar.xz
 
-SPKG_SOURCEURL = http://www.theora.org
+VENDOR_URL = http://www.theora.org
 
 BUILD_DEP_PKGS = CSWtransfig
-RUNTIME_DEP_PKGS = CSWlibogg
 
-PACKAGES = CSWtheora
-CATALOGNAME = libtheora
+PACKAGES += CSWlibtheora0
+PKGFILES_CSWlibtheora0 += $(call pkgfiles_lib,libtheora.so.0)
+SPKG_DESC_CSWlibtheora0 += Theora video codec support library, libtheora.so.0
+RUNTIME_DEP_PKGS_CSWlibtheora0 += CSWlibogg0
+OBSOLETED_BY_CSWlibtheora0 = CSWtheora
+CATALOGNAME_CSWtheora = libtheora_stub
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*).tar.bz2
+PACKAGES += CSWlibtheoradec1
+PKGFILES_CSWlibtheoradec1 += $(call pkgfiles_lib,libtheoradec.so.1)
+SPKG_DESC_CSWlibtheoradec1 += Theora video codec support library, libtheoradec.so.1
+OBSOLETED_BY_CSWlibtheora0 = CSWtheora
 
+PACKAGES += CSWlibtheoraenc1
+PKGFILES_CSWlibtheoraenc1 += $(call pkgfiles_lib,libtheoraenc.so.1)
+SPKG_DESC_CSWlibtheoraenc1 += Theora video codec support library, libtheoraenc.so.1
+RUNTIME_DEP_PKGS_CSWlibtheoraenc1 += CSWlibogg0
+OBSOLETED_BY_CSWlibtheora0 = CSWtheora
+
+PACKAGES += CSWlibtheora-dev
+SPKG_DESC_CSWlibtheora-dev = Development files for libtheora.so.0, libtheoradec.so.1 and libtheoraenc.so.1
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibtheora-dev += CSWlibtheora0
+RUNTIME_DEP_PKGS_CSWlibtheora-dev += CSWlibtheoradec1
+RUNTIME_DEP_PKGS_CSWlibtheora-dev += CSWlibtheoraenc1
+
 BUILD64 = 1
 
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --disable-examples
 CONFIGURE_ARGS += --disable-asm
 
-TEST_TARGET = check
-
 EXTRA_PAX_ARGS += -s ',^\.$(docdir)/$(NAME)-$(VERSION),.$(BUILD_PREFIX)/share/doc/$(CATALOGNAME),'
 
 include gar/category.mk

Modified: csw/mgar/pkg/libtheora/trunk/checksums
===================================================================
--- csw/mgar/pkg/libtheora/trunk/checksums	2011-05-19 13:24:54 UTC (rev 14619)
+++ csw/mgar/pkg/libtheora/trunk/checksums	2011-05-19 15:00:27 UTC (rev 14620)
@@ -1 +1 @@
-292ab65cedd5021d6b7ddd117e07cd8e  download/libtheora-1.1.1.tar.bz2
+9eeabf1ad65b7f41533854a59f7a716d  libtheora-1.1.1.tar.xz


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