From 5e11738aa96f83cd56c1c08c6ff3e6b781c81538 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 03:32:06 +0000 Subject: [PATCH] gst-plugins-ugly: disable translations SVN-Revision: 24582 --- .../patches/003-no_translations.patch | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 multimedia/gst-plugins-ugly/patches/003-no_translations.patch diff --git a/multimedia/gst-plugins-ugly/patches/003-no_translations.patch b/multimedia/gst-plugins-ugly/patches/003-no_translations.patch new file mode 100644 index 000000000..77015ff07 --- /dev/null +++ b/multimedia/gst-plugins-ugly/patches/003-no_translations.patch @@ -0,0 +1,32 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -495,7 +495,6 @@ docs/version.entities + tests/Makefile + tests/check/Makefile + m4/Makefile +-po/Makefile.in + gst-plugins-ugly.spec + ) + +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,7 +1,7 @@ + DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + + SUBDIRS = \ +- gst-libs gst ext m4 common po ++ gst-libs gst ext m4 common + + # include before EXTRA_DIST for win32 assignment + include $(top_srcdir)/common/win32.mak +--- a/Makefile.in ++++ b/Makefile.in +@@ -395,7 +395,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + SUBDIRS = \ +- gst-libs gst ext m4 common po ++ gst-libs gst ext m4 common + + + # the MANIFEST contains all win32 related files that should be disted -- 2.30.2