[0.11] gst-plugins-base: tag: Install license translations into $( pkgdatadir)/0.11
Sebastian Dröge
slomo at kemper.freedesktop.org
Mon Feb 6 02:45:25 PST 2012
Module: gst-plugins-base
Branch: 0.11
Commit: e4501ce1be7e51a931829b348727b96580c2f483
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=e4501ce1be7e51a931829b348727b96580c2f483
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Mon Feb 6 11:44:29 2012 +0100
tag: Install license translations into $(pkgdatadir)/0.11
This prevents file conflicts with GStreamer 0.10.
---
gst-libs/gst/tag/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst-libs/gst/tag/Makefile.am b/gst-libs/gst/tag/Makefile.am
index 579d4a6..797c0ff 100644
--- a/gst-libs/gst/tag/Makefile.am
+++ b/gst-libs/gst/tag/Makefile.am
@@ -102,7 +102,7 @@ update-licenses: mklicensestables
# translations come from an external source here, so we don't want the
# strings retranslated, but also we don't want to create 30 1kB .mo files,
# so just do something for now, we can change it later if someone really cares.
-licensetransdir = $(pkgdatadir)
+licensetransdir = $(pkgdatadir)/@GST_MAJORMINOR@
licensetrans_DATA = $(srcdir)/license-translations.dict
#endif
More information about the gstreamer-commits
mailing list