From 16d90664c348c2ebfa2b07234479c7e8ef88468f Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sat, 20 Oct 2007 17:49:10 +0000 Subject: libzvbi: Moved from 0.2.24 to 0.2.25 release. --- packages/libzvbi/libzvbi_0.2.24.bb | 21 --------------------- packages/libzvbi/libzvbi_0.2.25.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 packages/libzvbi/libzvbi_0.2.24.bb create mode 100644 packages/libzvbi/libzvbi_0.2.25.bb (limited to 'packages') diff --git a/packages/libzvbi/libzvbi_0.2.24.bb b/packages/libzvbi/libzvbi_0.2.24.bb deleted file mode 100644 index c14376387b..0000000000 --- a/packages/libzvbi/libzvbi_0.2.24.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "The Zapping VBI library, in short ZVBI, provides functions to \ -capture and decode VBI data. It is written in plain ANSI C with few dependencies \ -on other tools and libraries." -HOMEPAGE = "http://zapping.sourceforge.net/ZVBI/index.html" -LICENSE = "GPL" -SECTION = "libs/multimedia" -DEPENDS = "libpng" -PR = "r2" - -SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2" -S = "${WORKDIR}/zvbi-${PV}" - -EXTRA_OECONF = "--without-x" - -inherit autotools - -do_stage() { - autotools_stage_all -} - - diff --git a/packages/libzvbi/libzvbi_0.2.25.bb b/packages/libzvbi/libzvbi_0.2.25.bb new file mode 100644 index 0000000000..fe9fd1495c --- /dev/null +++ b/packages/libzvbi/libzvbi_0.2.25.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "The Zapping VBI library, in short ZVBI, provides functions to \ +capture and decode VBI data. It is written in plain ANSI C with few dependencies \ +on other tools and libraries." +HOMEPAGE = "http://zapping.sourceforge.net/ZVBI/index.html" +LICENSE = "GPL" +SECTION = "libs/multimedia" +DEPENDS = "libpng" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2" +S = "${WORKDIR}/zvbi-${PV}" + +EXTRA_OECONF = "--without-x" + +inherit autotools + +do_stage() { + autotools_stage_all +} + + -- cgit v1.2.3