Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fd7a218e1c145fc77651ad2762bfeb0181d67425
commit fd7a218e1c145fc77651ad2762bfeb0181d67425 Author: crazy <[EMAIL PROTECTED]> Date: Sun Dec 9 05:51:30 2007 +0100 miro-0.9.8.1-3-i686 * release bump * rebuild with boost * moved to gnome-extra , do pacman-g2 -S miro and you have * and working gnome desktop , so it cannot be xmultimedia :P * fixed up2date , _F_cd_path , broken sha1sums * added missing _F_archive_name * I really wonder how priyank bumped this one .. diff --git a/source/gnome-extra/miro/FrugalBuild b/source/gnome-extra/miro/FrugalBuild new file mode 100644 index 0000000..690b1c3 --- /dev/null +++ b/source/gnome-extra/miro/FrugalBuild @@ -0,0 +1,35 @@ +# Compiling Time: 0.16 SBU +# Maintainer: Priyank Gosalia <[EMAIL PROTECTED]> + +pkgname=miro +_F_archive_name=Miro +pkgver=0.9.8.1 +pkgrel=3 +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' + 'nss' 'nspr' 'xulrunner' 'gnome-python-extras' 'gnome-python-extras-mozembed') +makedepends=('boost>=1.34.1') +groups=('gnome-extra') +replaces=('democracy') +conflicts=('democracy') +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/Miro-$pkgver.tar.gz \ + qt-mt.pc dbus_python0.8_fixes.patch) +sha1sums=('9ffa7d8a58be22a613a48a88399a7f38382324fb' \ + '153e1902352eb4d724ec816b8097f01830178181' \ + 'baed01f46d5606f106d01c573c9cbdf94044e961') + +build() +{ + Fcd + 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 +} + +# optimization OK diff --git a/source/gnome-extra/miro/dbus_python0.8_fixes.patch b/source/gnome-extra/miro/dbus_python0.8_fixes.patch new file mode 100644 index 0000000..a566acc --- /dev/null +++ b/source/gnome-extra/miro/dbus_python0.8_fixes.patch @@ -0,0 +1,21 @@ +--- 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): diff --git a/source/gnome-extra/miro/qt-mt.pc b/source/gnome-extra/miro/qt-mt.pc new file mode 100644 index 0000000..95ce3b4 --- /dev/null +++ b/source/gnome-extra/miro/qt-mt.pc @@ -0,0 +1,11 @@ +prefix=/opt/qt +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include +qt_config=qt warn_on release incremental link_prl nocrosscompiler minimal-config small-config medium-config large-config full-config styles tools kernel widgets dialogs iconview workspace network canvas table xml opengl sql release dll thread largefile stl ipv6 system-mng system-jpeg system-png gif system-zlib nis cups bigcodecs x11sm xshape xinerama xcursor xrandr xrender xftfreetype xkb dylib create_prl link_prl qt warn_on depend_includepath qmake_cache x11 x11inc create_libtool create_pc moc x11lib + +Name: Qt +Description: Libqt-mt.so.3.3.8 Library +Version: 3.3.8 +Libs: -L${libdir} -lqt-mt -L/usr/X11R6/lib -L/usr/X11R6/lib -lz -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread +Cflags: -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT -I${includedir} diff --git a/source/xmultimedia-extra/miro/FrugalBuild b/source/xmultimedia-extra/miro/FrugalBuild deleted file mode 100644 index d3439d7..0000000 --- a/source/xmultimedia-extra/miro/FrugalBuild +++ /dev/null @@ -1,33 +0,0 @@ -# Compiling Time: 0.16 SBU -# Maintainer: Priyank Gosalia <[EMAIL PROTECTED]> - -pkgname=miro -pkgver=0.9.8.1 -pkgrel=2 -pkgdesc="The free and open source internet TV platform." -url="http://www.getmiro.com/" -depends=('gtk+2' 'pygtk' 'dbus-python' 'pyrex' 'boost' 'xine-lib' 'db>=4.6.19' - 'nss' 'nspr' 'xulrunner' 'gnome-python-extras' 'gnome-python-extras-mozembed') -groups=('xmultimedia-extra') -replaces=('democracy') -conflicts=('democracy') -archs=('i686') -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/Miro-$pkgver.tar.gz \ - qt-mt.pc dbus_python0.8_fixes.patch) -_F_cd_path="Miro-2007-07-24" -sha1sums=('8bbb80c673a283e2f0c4e0b1a333a2f9a8a638c8' \ - '153e1902352eb4d724ec816b8097f01830178181' \ - 'baed01f46d5606f106d01c573c9cbdf94044e961') - -build() -{ - Fcd - Fpatchall - PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$Fsrcdir - cd platform/gtk-x11 || Fdie - Fsed 'boost_python' 'boost_python-gcc42-mt' setup.py - python setup.py install --root=$Fdestdir || Fdie -} - -# optimization OK diff --git a/source/xmultimedia-extra/miro/dbus_python0.8_fixes.patch b/source/xmultimedia-extra/miro/dbus_python0.8_fixes.patch deleted file mode 100644 index a566acc..0000000 --- a/source/xmultimedia-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): diff --git a/source/xmultimedia-extra/miro/qt-mt.pc b/source/xmultimedia-extra/miro/qt-mt.pc deleted file mode 100644 index 95ce3b4..0000000 --- a/source/xmultimedia-extra/miro/qt-mt.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/opt/qt -exec_prefix=${prefix} -libdir=${prefix}/lib -includedir=${prefix}/include -qt_config=qt warn_on release incremental link_prl nocrosscompiler minimal-config small-config medium-config large-config full-config styles tools kernel widgets dialogs iconview workspace network canvas table xml opengl sql release dll thread largefile stl ipv6 system-mng system-jpeg system-png gif system-zlib nis cups bigcodecs x11sm xshape xinerama xcursor xrandr xrender xftfreetype xkb dylib create_prl link_prl qt warn_on depend_includepath qmake_cache x11 x11inc create_libtool create_pc moc x11lib - -Name: Qt -Description: Libqt-mt.so.3.3.8 Library -Version: 3.3.8 -Libs: -L${libdir} -lqt-mt -L/usr/X11R6/lib -L/usr/X11R6/lib -lz -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread -Cflags: -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT -I${includedir} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
