[gnome-subtitles] Fixes use of LDADD for building and updates desktop file metadata
- From: Pedro Daniel da Rocha Melo e Castro <pcastro src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-subtitles] Fixes use of LDADD for building and updates desktop file metadata
- Date: Tue, 4 Aug 2009 21:27:59 +0000 (UTC)
commit 86cd73f292894f6cf55d3a3050e52a3f6705072b
Author: Ildar Mulyukov <ildar users sourceforge net>
Date: Tue Aug 4 22:26:38 2009 +0100
Fixes use of LDADD for building and updates desktop file metadata
data/gnome-subtitles.desktop.in | 2 +-
src/Makefile.am | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-subtitles.desktop.in b/data/gnome-subtitles.desktop.in
index cd7ecdd..77eda17 100644
--- a/data/gnome-subtitles.desktop.in
+++ b/data/gnome-subtitles.desktop.in
@@ -9,7 +9,7 @@ Icon=gnome-subtitles.png
StartupNotify=true
Terminal=false
Type=Application
-Categories=GNOME;GTK;Video;AudioVideo;
+Categories=GNOME;GTK;Video;AudioVideo;AudioVideoEditing;
MimeType=application/x-subrip;text/x-mpsub;text/x-ssa;text/x-microdvd;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-subtitles
diff --git a/src/Makefile.am b/src/Makefile.am
index 453771e..c967d6e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,8 @@ ASSEMBLY_CONFIG = $(ASSEMBLY).config
AM_CFLAGS = $(gstreamer_CFLAGS) -Wall -g -fPIC
noinst_PROGRAMS = libgstreamer_playbin.so
libgstreamer_playbin_so_SOURCES = $(srcdir)/External/GStreamerPlaybin/main.c
-libgstreamer_playbin_so_LDFLAGS = $(gstreamer_LIBS) -lgstinterfaces-0.10 -shared -Wl,--as-needed,-soname,libgstreamer_playbin.so
+libgstreamer_playbin_so_LDFLAGS = -shared -Wl,--as-needed,-soname,libgstreamer_playbin.so
+libgstreamer_playbin_so_LDADD = -lgstinterfaces-0.10 $(gstreamer_LIBS)
GS_SOURCES = \
$(srcdir)/External/GStreamerPlaybin/*.cs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]