gst-plugin / cairo version



I poked around the gst-plugin CVS repository.  Looks like a cairo plugin
that requires cairo-5.x is in the works.

So..., for now, if you want the cairo plugin 

build:

* cairo-0.4
* libpixman-0.1.4

Build these in the ./bootstrap directory and install them in the GARNOME
tree to keep these two isolated from differnt versions of the same
applications that you might have installed elsewhere on your system.

Attached are two Makefiles to do the job.


-Joseph

-- 
joseph_sacco [at] comcast [dot] net
GARNAME = cairo
GARVERSION = 0.4.0
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://cairographics.org/snapshots/

LIBDEPS = bootstrap/libpixman

DESCRIPTION = cairo
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
GARNAME = libpixman
GARVERSION = 0.1.4
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://cairographics.org/snapshots/

LIBDEPS = 

DESCRIPTION = libpixman
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]