app-ergonomics/workrave: cleanup, rm obsolete patch
This commit is contained in:
parent
ccd91f8ada
commit
3fa0f3d96a
@ -1,25 +0,0 @@
|
|||||||
# http://issues.workrave.org/show_bug.cgi?id=1179
|
|
||||||
|
|
||||||
--- configure.ac
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -884,20 +884,12 @@
|
|
||||||
if test "x$enable_gstreamer" != "xno";
|
|
||||||
then
|
|
||||||
PKG_CHECK_MODULES([GSTREAMER],
|
|
||||||
- [gstreamer-0.10],
|
|
||||||
- [config_gstreamer=yes
|
|
||||||
- AC_DEFINE(HAVE_GSTREAMER, 1, [Use GStreamer for playing sounds])], [ ])
|
|
||||||
-
|
|
||||||
- if test "x$config_gstreamer" != "xyes";
|
|
||||||
- then
|
|
||||||
- PKG_CHECK_MODULES([GSTREAMER],
|
|
||||||
[gstreamer-1.0],
|
|
||||||
[config_gstreamer=yes
|
|
||||||
AC_DEFINE(HAVE_GSTREAMER, 1, [Use GStreamer for playing sounds])],
|
|
||||||
[if test "x$enable_gstreamer" = "xyes"; then
|
|
||||||
AC_MSG_ERROR([GStreamer development headers not found.])
|
|
||||||
fi])
|
|
||||||
- fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
@ -27,45 +27,41 @@ MYOPTIONS="
|
|||||||
"
|
"
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
|
build:
|
||||||
|
dev-python/Cheetah
|
||||||
|
dev-util/intltool
|
||||||
|
sys-devel/autoconf-archive
|
||||||
|
sys-devel/gettext
|
||||||
|
virtual/pkg-config
|
||||||
|
x11-proto/inputproto
|
||||||
|
x11-proto/recordproto
|
||||||
|
x11-proto/xproto
|
||||||
build+run:
|
build+run:
|
||||||
dev-libs/glib:2
|
|
||||||
dev-cpp/libsigc++:2
|
dev-cpp/libsigc++:2
|
||||||
gnome-desktop/gobject-introspection:=
|
dev-libs/glib:2
|
||||||
gnome-bindings/gtkmm:3
|
|
||||||
gnome-bindings/glibmm:2.4
|
gnome-bindings/glibmm:2.4
|
||||||
|
gnome-bindings/gtkmm:3
|
||||||
|
gnome-desktop/gobject-introspection:=
|
||||||
media-libs/gstreamer:1.0[gobject-introspection]
|
media-libs/gstreamer:1.0[gobject-introspection]
|
||||||
media-plugins/gst-plugins-base:1.0[gobject-introspection]
|
media-plugins/gst-plugins-base:1.0[gobject-introspection]
|
||||||
media-plugins/gst-plugins-good:1.0
|
media-plugins/gst-plugins-good:1.0
|
||||||
x11-libs/gtk+:3[gobject-introspection]
|
x11-libs/gtk+:3[gobject-introspection]
|
||||||
x11-libs/libXScrnSaver
|
|
||||||
x11-libs/libSM
|
x11-libs/libSM
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
x11-libs/libXtst
|
x11-libs/libXScrnSaver
|
||||||
x11-libs/libXt
|
|
||||||
x11-libs/libXmu
|
x11-libs/libXmu
|
||||||
|
x11-libs/libXt
|
||||||
|
x11-libs/libXtst
|
||||||
gnome? ( gnome-base/gnome-shell )
|
gnome? ( gnome-base/gnome-shell )
|
||||||
pulseaudio? ( media-sound/pulseaudio )
|
pulseaudio? ( media-sound/pulseaudio )
|
||||||
xfce? (
|
xfce? (
|
||||||
x11-libs/gtk+:2[introspection?]
|
x11-libs/gtk+:2[introspection?]
|
||||||
xfce-base/xfce4-panel
|
xfce-base/xfce4-panel
|
||||||
)
|
)
|
||||||
build:
|
|
||||||
dev-util/intltool
|
|
||||||
dev-python/Cheetah
|
|
||||||
x11-proto/xproto
|
|
||||||
x11-proto/inputproto
|
|
||||||
x11-proto/recordproto
|
|
||||||
virtual/pkg-config
|
|
||||||
sys-devel/autoconf-archive
|
|
||||||
sys-devel/gettext
|
|
||||||
"
|
"
|
||||||
|
|
||||||
WORK=${WORKBASE}/${PN}-${PV//./_}
|
WORK=${WORKBASE}/${PN}-${PV//./_}
|
||||||
|
|
||||||
DEFAULT_SRC_PREPARE_PATCHES=(
|
|
||||||
-p0 "${FILES}"/${PN}-1.10.6-automagic-gstreamer.patch
|
|
||||||
)
|
|
||||||
|
|
||||||
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||||
--disable-dbus
|
--disable-dbus
|
||||||
--disable-distribution
|
--disable-distribution
|
||||||
|
Loading…
Reference in New Issue
Block a user