diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-09 17:57:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-09 17:57:40 +0000 |
commit | b6d003e89b7cbb0eb41b6c2edc7a050b2966f909 (patch) | |
tree | 71c9a0ed6e34fa922f7e23fceeb5d469978af092 | |
parent | c454b48a81ab22c33f69ef5db082e9a0fc0231c1 (diff) |
gst-plugin-farsight: drop snapshot, add release
-rw-r--r-- | packages/farsight/gst-plugins-farsight_0.10.1.bb (renamed from packages/farsight/gst-plugins-farsight_20060322.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/farsight/gst-plugins-farsight_20060322.bb b/packages/farsight/gst-plugins-farsight_0.10.1.bb index 49f2d2a1f5..5fb44e07c2 100644 --- a/packages/farsight/gst-plugins-farsight_20060322.bb +++ b/packages/farsight/gst-plugins-farsight_0.10.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." HOMEPAGE = "http://farsight.sf.net" -SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/${PN}_${PV}.tar.bz2" +SRC_URI = "http://telepathy.freedesktop.org/releases/gst-plugins-farsight/${P}.tar.gz" MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>" @@ -8,7 +8,6 @@ DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base" inherit autotools pkgconfig -S= "${WORKDIR}/${PN}" EXTRA_OECONF = " \ --disable-debug \ --disable-jrtplib \ |