[gnome-internet-radio-locator] Check for codec dependencies
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-internet-radio-locator] Check for codec dependencies
- Date: Fri, 28 Dec 2018 22:34:59 +0000 (UTC)
commit 06fb510fa6c5441582ce42b46478788c4cad7491
Author: Ole Aamot <ole gnome org>
Date: Fri Dec 28 23:32:14 2018 +0100
Check for codec dependencies
- gstreamer-plugins-bad-1.0
- gstreamer-plugins-base-1.0
- gstreamer-plugins-good-1.0
compile | 11 +++++------
configure.ac | 7 +++++--
2 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/compile b/compile
index de0005d..a85b723 100755
--- a/compile
+++ b/compile
@@ -1,9 +1,9 @@
-#!/bin/sh
+#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2012-10-14.11; # UTC
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey cygnus com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -255,8 +255,7 @@ EOF
echo "compile $scriptversion"
exit $?
;;
- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
- icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
func_cl_wrapper "$@" # Doesn't return...
;;
esac
@@ -343,6 +342,6 @@ exit $ret
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC0"
+# time-stamp-time-zone: "UTC"
# time-stamp-end: "; # UTC"
# End:
diff --git a/configure.ac b/configure.ac
index f3b7a39..0566a17 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(gnome-internet-radio-locator,1.4.0)
+AC_INIT(gnome-internet-radio-locator,1.5.0)
AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/gnome-internet-radio-locator.c])
@@ -94,11 +94,14 @@ PKG_CHECK_MODULES(GNOME_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+-3.0 >= 3.0 \
libxml-2.0 >= 2.0 \
pangoft2 >= 0.28)
-GNOME_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+-3.0 libxml-2.0 pangoft2"
+GNOME_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+-3.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]