diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /libxine/libxine_1.6.0.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'libxine/libxine_1.6.0.oe')
-rw-r--r-- | libxine/libxine_1.6.0.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libxine/libxine_1.6.0.oe b/libxine/libxine_1.6.0.oe index 310a7a44c6..1df294a0d9 100644 --- a/libxine/libxine_1.6.0.oe +++ b/libxine/libxine_1.6.0.oe @@ -1,13 +1,13 @@ DESCRIPTION = "libxine" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" -DEPENDS = virtual/libc zlib libogg tremor libmad -RDEPENDS = libc6 zlib libogg tremor libmad +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" +DEPENDS = "virtual/libc zlib libogg tremor libmad" +RDEPENDS = "libc6 zlib libogg tremor libmad " inherit autotools -S = ${WORKDIR}/xine-lib +S = "${WORKDIR}/xine-lib" SRC_URI = "cvs://anonymous@cvs.xine.sf.net/cvsroot/xine;module=xine-lib;tag=xine-1-beta12-release \ file://${FILESDIR}/full.patch;patch=1 \ |