[gtk-internet-radio-locator] gtk-internet-radio-locator version 0.0.4



commit f746c16eb21d3202f082db9463f2ca98b9ab2b96
Author: Ole Aamot <ole gnome org>
Date:   Sat Dec 29 00:11:17 2018 +0100

    gtk-internet-radio-locator version 0.0.4

 NEWS         | 16 ++++++++++++++++
 configure.ac |  7 +++++--
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cb94e66..30f0a40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+=============
+Version 0.0.4
+=============
+
+Autotools
+
+       * configure.ac: Add dependency on gstreamer-plugins-bad-1.0 codecs
+       * configure.ac: Add dependency on gstreamer-plugins-base-1.0 codecs
+       * configure.ac: Add dependency on gstreamer-plugins-good-1.0 codecs
+
+Translations
+
+       * po/de: Updated German translation (Mario Blättermann)
+       * po/hr: Updated Croatian translation (Goran Vidović)
+       * po/id: Updated Indonesian translation (Kukuh Syafaat)
+
 =============
 Version 0.0.3
 =============
diff --git a/configure.ac b/configure.ac
index e3f7e2d..ba5edcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(gtk-internet-radio-locator,0.0.3)
+AC_INIT(gtk-internet-radio-locator,0.0.4)
 AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([src/gtk-internet-radio-locator.c])
@@ -94,11 +94,14 @@ PKG_CHECK_MODULES(GTK_INTERNET_RADIO_LOCATOR,
                  gstreamer-player-1.0 >= 1.0 \
                  gstreamer-tag-1.0 >= 1.0 \
                  gstreamer-video-1.0 \
+                 gstreamer-plugins-bad-1.0 \
+                 gstreamer-plugins-base-1.0 \
+                 gstreamer-plugins-good-1.0 \
                  gtk+-4.0 >= 3.92.1 \
                  libxml-2.0 >= 2.0 \
                  pangoft2 >= 0.28)
 
-GTK_INTERNET_RADIO_LOCATOR_PKG_DEPS="champlain-gtk-0.12 geocode-glib-1.0 glib-2.0 gobject-2.0 gstreamer-1.0 
gstreamer-player-1.0 gstreamer-video-1.0 gtk+-4.0 libxml-2.0 pangoft2"
+GTK_INTERNET_RADIO_LOCATOR_PKG_DEPS="champlain-gtk-0.12 geocode-glib-1.0 glib-2.0 gobject-2.0 gstreamer-1.0 
gstreamer-player-1.0 gstreamer-plugins-bad-1.0 gstreamer-plugins-base-1.0 gstreamer-plugins-good-1.0 
gstreamer-video-1.0 gtk+-4.0 libxml-2.0 pangoft2"
 
 GTK_DOC_CHECK([1.16], [--flavour no-tmpl])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]