mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
Revbump packages against python-gobject2.
This commit is contained in:
parent
2e6d4615c4
commit
c6b4752769
4 changed files with 12 additions and 12 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'farstream'
|
# Template file for 'farstream'
|
||||||
pkgname=farstream
|
pkgname=farstream
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-valgrind --disable-debug --disable-static"
|
configure_args="--disable-valgrind --disable-debug --disable-static"
|
||||||
makedepends="pkg-config intltool gupnp-igd-devel>=0.2.0 libnice-devel>=0.1.3
|
makedepends="pkg-config intltool gupnp-igd-devel>=0.2.0 libnice-devel>=0.1.3
|
||||||
gst-plugins-base1-devel python-devel gst-python-devel pygobject2-devel
|
gst-plugins-base1-devel python-devel gst-python-devel python-gobject2-devel
|
||||||
gobject-introspection"
|
gobject-introspection"
|
||||||
depends="gst-python pygobject2 pygtk gst-plugins-good1 gst-plugins-bad1"
|
depends="gst-python pygtk gst-plugins-good1 gst-plugins-bad1"
|
||||||
replaces="farsight2>=0"
|
replaces="farsight2>=0"
|
||||||
short_desc="GStreamer modules and libraries for videoconferencing"
|
short_desc="GStreamer modules and libraries for videoconferencing"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
|
@ -6,9 +6,9 @@ lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="glib-devel python-devel pygobject2-devel
|
makedepends="glib-devel python-devel pygtk-devel
|
||||||
pygtk-devel libxml2-devel gstreamer-devel gst-plugins-base-devel"
|
libxml2-devel gstreamer-devel gst-plugins-base-devel"
|
||||||
depends="pygobject2 pygtk"
|
depends="pygtk"
|
||||||
pycompile_module="gst-0.10"
|
pycompile_module="gst-0.10"
|
||||||
short_desc="Python bindings for GStreamer 0.10"
|
short_desc="Python bindings for GStreamer 0.10"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-gconf'
|
# Template file for 'python-gconf'
|
||||||
pkgname=python-gconf
|
pkgname=python-gconf
|
||||||
version=2.28.1
|
version=2.28.1
|
||||||
revision=3
|
revision=4
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
wrksrc="gnome-python-${version}"
|
wrksrc="gnome-python-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,9 +10,9 @@ configure_args="--enable-gconf --disable-gnome --disable-gnomeui
|
||||||
--disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo
|
--disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo
|
||||||
--disable-bonoboui"
|
--disable-bonoboui"
|
||||||
hostmakedepends="pkg-config python-devel"
|
hostmakedepends="pkg-config python-devel"
|
||||||
makedepends="python-devel pygobject2-devel pygtk-devel GConf-devel"
|
makedepends="python-devel pygtk-devel GConf-devel"
|
||||||
pycompile_dirs="usr/share/pygtk/2.0"
|
pycompile_dirs="usr/share/pygtk/2.0"
|
||||||
depends="pygobject2 pygtk"
|
depends="pygtk"
|
||||||
short_desc="Python bindings for interacting with GConf"
|
short_desc="Python bindings for interacting with GConf"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'wicd'
|
# Template file for 'wicd'
|
||||||
pkgname=wicd
|
pkgname=wicd
|
||||||
version=1.7.2.4
|
version=1.7.2.4
|
||||||
revision=4
|
revision=5
|
||||||
noarch=yes
|
noarch=yes
|
||||||
makedepends="dhcpcd wpa_supplicant wireless_tools ethtool dbus-glib dbus-python
|
makedepends="dhcpcd wpa_supplicant wireless_tools ethtool dbus-glib dbus-python
|
||||||
rfkill pygobject2 python-urwid>=0.9.9 python-distribute python-babel"
|
rfkill python-gobject2 python-urwid>=0.9.9 python-setuptools python-babel"
|
||||||
depends="dbus-glib dhcpcd ethtool net-tools dbus-python pygobject2 python-urwid
|
depends="dbus-glib dhcpcd ethtool net-tools dbus-python python-gobject2 python-urwid
|
||||||
rfkill wireless_tools wpa_supplicant"
|
rfkill wireless_tools wpa_supplicant"
|
||||||
pycompile_module="wicd"
|
pycompile_module="wicd"
|
||||||
pycompile_dirs="usr/lib/wicd usr/share/wicd"
|
pycompile_dirs="usr/lib/wicd usr/share/wicd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue