[nautilus-sound-converter] Port to GTK3
- From: Brian Pepple <bpepple src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sound-converter] Port to GTK3
- Date: Sun, 10 Oct 2010 19:57:15 +0000 (UTC)
commit 05316b81bf7dd9605ed7a9b264b4d09693d4fbb9
Author: Brian Pepple <bpepple fedoraproject org>
Date: Sun Oct 10 15:58:07 2010 -0400
Port to GTK3
NEWS | 4 ++++
configure.ac | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e5612ae..367a3de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+NEW in 2.90.0 - " ":
+===============
+- Port to GTK3.
+
NEW in 1.0.6 - " " :
==============
- Fix distcheck, so root privilege isn't needed.
diff --git a/configure.ac b/configure.ac
index d17e9bc..bde3ddc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([nautilus-sound-converter], [1.0.6], [http://code.google.com/p/nautilus-sound-converter/issues/entry], [nautilus-sound-converter])
+AC_INIT([nautilus-sound-converter], [2.90.0], [http://code.google.com/p/nautilus-sound-converter/issues/entry], [nautilus-sound-converter])
AC_PREREQ([2.59])
AC_COPYRIGHT([Copyright (C) 2008-2010 Brian Pepple])
@@ -32,7 +32,7 @@ dnl -----------------------------------------------------------
GLIB_REQUIRED=2.16.0
NAUTILUS_REQUIRED=2.12.0
GCONF_REQUIRED=1.2.0
-GTK_REQUIRED=2.16.0
+GTK_REQUIRED=2.90.3
GSTREAMER_REQUIRED=0.10.20
GNOME_MEDIA_PROFILES_REQUIRED=2.11.91
@@ -44,9 +44,9 @@ PKG_CHECK_MODULES(NSC,
glib-2.0 >= $GLIB_REQUIRED
gconf-2.0 >= $GCONF_REQUIRED
libnautilus-extension >= $NAUTILUS_REQUIRED
- gtk+-2.0 >= $GTK_REQUIRED
+ gtk+-3.0 >= $GTK_REQUIRED
gstreamer-0.10 >= $GSTREAMER_REQUIRED
- gnome-media-profiles >= $GNOME_MEDIA_PROFILES_REQUIRED
+ gnome-media-profiles-3.0 >= $GNOME_MEDIA_PROFILES_REQUIRED
])
AC_SUBST(NSC_CFLAGS)
AC_SUBST(NSC_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]