Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3206c25447cffd7b2374ac87a244bb15d0fb6703
commit 3206c25447cffd7b2374ac87a244bb15d0fb6703 Author: Priyank <[EMAIL PROTECTED]> Date: Tue Jan 29 18:38:09 2008 +0530 miro-1.1.1-1-i686 * Version bump * Fixed depends * Removed dbus-python patch (fixed in upstream) diff --git a/source/gnome-extra/miro/FrugalBuild b/source/gnome-extra/miro/FrugalBuild index 71eb72e..293ff39 100644 --- a/source/gnome-extra/miro/FrugalBuild +++ b/source/gnome-extra/miro/FrugalBuild @@ -1,13 +1,13 @@ -# Compiling Time: 0.16 SBU +# Compiling Time: 1.37 SBU # Maintainer: Priyank Gosalia <[EMAIL PROTECTED]> pkgname=miro _F_archive_name=Miro -pkgver=0.9.8.1 -pkgrel=3 +pkgver=1.1.1 +pkgrel=1 pkgdesc="The free and open source internet TV platform." url="http://www.getmiro.com/" -depends=('gtk+2' 'pygtk' 'dbus-python' 'pyrex' 'libboost-mt>=1.34.1' 'xine-lib' 'db>=4.6.19' +depends=('gtk+2' 'pygtk' 'dbus-python' 'pyrex' 'libboost>=1.34.1' 'libboost-mt>=1.34.1' 'xine-lib' 'db>=4.6.19' 'nss' 'nspr' 'xulrunner' 'gnome-python-extras' 'gnome-python-extras-mozembed') makedepends=('boost>=1.34.1') groups=('gnome-extra') @@ -17,10 +17,9 @@ archs=('i686') options=('scriptlet') up2date="lynx -dump 'http://ftp.osuosl.org/pub/pculture.org/miro/src/?C=M;O=A'| Flasttar" source=(http://ftp.osuosl.org/pub/pculture.org/$pkgname/src/${_F_archive_name}-$pkgver.tar.gz \ - qt-mt.pc dbus_python0.8_fixes.patch) -sha1sums=('9ffa7d8a58be22a613a48a88399a7f38382324fb' \ - '153e1902352eb4d724ec816b8097f01830178181' \ - 'baed01f46d5606f106d01c573c9cbdf94044e961') + qt-mt.pc) +sha1sums=('8e1fcdd3d984d0d8aecc80c7e3d08a4768fa8ff9' \ + '153e1902352eb4d724ec816b8097f01830178181') build() { @@ -28,7 +27,6 @@ build() Fpatchall PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$Fsrcdir cd platform/gtk-x11 || Fdie - Fsed 'boost_python' 'boost_python-mt' setup.py python setup.py install --root=$Fdestdir || Fdie } diff --git a/source/gnome-extra/miro/dbus_python0.8_fixes.patch b/source/gnome-extra/miro/dbus_python0.8_fixes.patch deleted file mode 100644 index a566acc..0000000 --- a/source/gnome-extra/miro/dbus_python0.8_fixes.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- platform/gtk-x11/onetime.py.orig 2007-05-20 21:50:54.000000000 -0400 -+++ platform/gtk-x11/onetime.py 2007-05-20 21:51:01.000000000 -0400 -@@ -86,7 +86,7 @@ - # we can delete the low-level name here because these objects - # are guaranteed to exist only once for each bus name - def __del__(self): -- dbus_bindings.bus_release_name(self._bus.get_connection(), self._name) -+ dbus.dbus_bindings.bus_release_name(self._bus.get_connection(), self._name) - pass - - def get_bus(self): -@@ -109,7 +109,8 @@ - def __init__(self): - bus = dbus.SessionBus() - bus_name = BusNameFlags('org.participatoryculture.dtv.onetime', bus=bus, flags=dbus.dbus_bindings.NAME_FLAG_DO_NOT_QUEUE) -- dbus.service.Object.__init__(self, bus_name, '/org/participatoryculture/dtv/OneTime') -+ dbus.service.Object.__init__(self, bus_name=bus_name, -+ object_path='/org/participatoryculture/dtv/OneTime') - - @dbus.service.method('org.participatoryculture.dtv.OneTimeIface') - def HandleArgs (self, args): _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
