[packages] Update dependencies on gtk to match
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11568 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7bd0492edd
commit
b83ef2ca72
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -22,7 +22,7 @@ define Package/xmms
|
|||||||
SECTION:=xorg-app
|
SECTION:=xorg-app
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=app
|
SUBMENU:=app
|
||||||
DEPENDS:=+xorg-server-essentials +alsa-lib +gtk-1.2.10 +libnotimpl
|
DEPENDS:=+xorg-server-essentials +alsa-lib +gtk1 +libnotimpl
|
||||||
TITLE:=XMMS audio player
|
TITLE:=XMMS audio player
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ define Build/Compile
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR=$(PKG_INSTALL_DIR) \
|
DESTDIR=$(PKG_INSTALL_DIR) \
|
||||||
LIBTOOL="libtool --tag=CC" \
|
LIBTOOL="libtool --tag=CC" \
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/xmms/install
|
define Package/xmms/install
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -23,7 +23,7 @@ define Package/imlib2
|
|||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Image library
|
TITLE:=Image library
|
||||||
DEPENDS:=+xorg-server-essentials +giflib +libtiff +libjpeg +gtk-1.2.10 +libnotimpl +libfreetype
|
DEPENDS:=+xorg-server-essentials +giflib +libtiff +libjpeg +gtk1 +libnotimpl +libfreetype
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--disable-gtktest LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
|
CONFIGURE_ARGS+=--disable-gtktest LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
|
||||||
@ -52,7 +52,7 @@ define Build/InstallDev
|
|||||||
$(CP) $(PKG_BUILD_DIR)/src/modules/loaders/.libs/*.so $(1)/usr/lib/imlib2/loaders/
|
$(CP) $(PKG_BUILD_DIR)/src/modules/loaders/.libs/*.so $(1)/usr/lib/imlib2/loaders/
|
||||||
$(INSTALL_DIR) $(2)/bin
|
$(INSTALL_DIR) $(2)/bin
|
||||||
mv $(1)/usr/bin/imlib2-config $(2)/bin/
|
mv $(1)/usr/bin/imlib2-config $(2)/bin/
|
||||||
$(SED) "s,prefix.*,prefix=$(STAGING_DIR)/usr,g" $(2)/bin/imlib2-config
|
$(SED) "s,prefix.*,prefix=$(STAGING_DIR)/usr,g" $(2)/bin/imlib2-config
|
||||||
$(SED) "s,exec_prefix.*,exec_prefix=$(STAGING_DIR)/usr,g" $(2)/bin/imlib2-config
|
$(SED) "s,exec_prefix.*,exec_prefix=$(STAGING_DIR)/usr,g" $(2)/bin/imlib2-config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ define Package/python-gtk
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=GTK bindings to python
|
TITLE:=GTK bindings to python
|
||||||
URL:=http://www.pygtk.org/
|
URL:=http://www.pygtk.org/
|
||||||
DEPENDS:=python-core +python-gobject +gtk-2.10.14 +pycairo
|
DEPENDS:=python-core +python-gobject +gtk2 +pycairo
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-gtk/description
|
define Package/python-gtk/description
|
||||||
|
@ -25,7 +25,7 @@ define Package/libwnck
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Window Navigator Construction Kit
|
TITLE:=Window Navigator Construction Kit
|
||||||
URL:=http://ftp.gnome.org/
|
URL:=http://ftp.gnome.org/
|
||||||
DEPENDS:=+gtk-2.10.14 +glib2 +libXext
|
DEPENDS:=+gtk2 +glib2 +libXext
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libwnck/description
|
define Package/libwnck/description
|
||||||
|
@ -25,7 +25,7 @@ define Package/gst-plugins-base
|
|||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
TITLE:=gst-plugins-base
|
TITLE:=gst-plugins-base
|
||||||
URL:=http://gst-plugins-base.freedesktop.org/
|
URL:=http://gst-plugins-base.freedesktop.org/
|
||||||
DEPENDS:=gstreamer +liboil +pango +gtk-2.10.14
|
DEPENDS:=gstreamer +liboil +pango +gtk2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gst-plugins-base/description
|
define Package/gst-plugins-base/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user