]> git.pld-linux.org Git - packages/LiVES.git/commitdiff
- another attempt to FHS incompatibility
authorSzymon Siwek <sls@pld-linux.org>
Wed, 28 Nov 2007 06:21:58 +0000 (06:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LiVES-FHS.patch -> 1.2

LiVES-FHS.patch

index d513dd63432f91f9798e84ad028b60376eb94441..bb6b8eafce107d3ed4c29c847aa225a3888cc239 100644 (file)
@@ -1,42 +1,32 @@
-diff -ur lives-0.9.6-o/po/make_rfx_builtin_list.pl lives-0.9.6/po/make_rfx_builtin_list.pl
---- lives-0.9.6-o/po/make_rfx_builtin_list.pl  2006-01-28 13:58:18.000000000 -0700
-+++ lives-0.9.6/po/make_rfx_builtin_list.pl    2006-08-16 13:10:21.000000000 -0600
-@@ -3,7 +3,7 @@
- # released under the GPL 2
- # see file COPYING or www.gnu.org for details
--$builtin_dir.="$ARGV[0]/$ARGV[1]/share/lives/plugins/effects/RFXscripts/";
-+$builtin_dir.="$ARGV[0]/$ARGV[1]/lib/lives/plugins/effects/RFXscripts/";
- print "    adding script files from $builtin_dir\n";
- open OUT,"> POTFILES_PLUGINS";
-diff -ur lives-0.9.6-o/po/pxgettext lives-0.9.6/po/pxgettext
---- lives-0.9.6-o/po/pxgettext 2006-01-28 13:58:19.000000000 -0700
-+++ lives-0.9.6/po/pxgettext   2006-08-16 13:10:21.000000000 -0600
-@@ -33,7 +33,7 @@
-     }
-     $e = "msgid \"$plugin_name\"";
--    $fileposition = "#: $prefix/share/lives/plugins/effects/rendered/$basename:0\n";
-+    $fileposition = "#: $prefix/lib/lives/plugins/effects/rendered/$basename:0\n";
-     unless (&exists($e)) {
-       $e.="\nmsgstr \"\"\n";
-       push @{$entry{$e}}, $fileposition;              
-diff -ur lives-0.9.6-o/src/main.h lives-0.9.6/src/main.h
---- lives-0.9.6-o/src/main.h   2006-07-20 19:06:58.000000000 -0600
-+++ lives-0.9.6/src/main.h     2006-08-16 13:11:07.000000000 -0600
-@@ -81,10 +81,10 @@
- #define DOC_DIR "/share/doc/lives-"
--#define THEME_DIR "/share/lives/themes/"
--#define PLUGIN_DIR "/share/lives/plugins/"
--#define ICON_DIR "/share/lives/icons/"
--#define DATA_DIR "/share/lives/"
-+#define THEME_DIR "/lib/lives/themes/"
-+#define PLUGIN_DIR "/lib/lives/plugins/"
-+#define ICON_DIR "/lib/lives/icons/"
-+#define DATA_DIR "/lib/lives/"
- #define LIVES_CONFIG_DIR ".lives-dir"
- // insert methods
+--- lives-0.9.8.6/lives-plugins/weed-plugins/Makefile.am.orig  2007-11-26 18:46:29.268731554 +0100
++++ lives-0.9.8.6/lives-plugins/weed-plugins/Makefile.am       2007-11-26 18:46:41.766824891 +0100
+@@ -4,7 +4,7 @@
+ SUBDIRS = gdk
+-fxdir = $(datadir)/$(PACKAGE)/plugins/effects/realtime/weed
++fxdir = $(libdir)/$(PACKAGE)/plugins/effects/realtime/weed
+ if IS_DARWIN
+ shared_ldflags = -dynamiclib
+--- lives-0.9.8.6/lives-plugins/weed-plugins/gdk/Makefile.am.orig      2007-11-26 19:33:43.336376765 +0100
++++ lives-0.9.8.6/lives-plugins/weed-plugins/gdk/Makefile.am   2007-11-26 19:33:57.834165036 +0100
+@@ -2,7 +2,7 @@
+ %.wo: %.c
+-fxdir = $(datadir)/$(PACKAGE)/plugins/effects/realtime/weed
++fxdir = $(libdir)/$(PACKAGE)/plugins/effects/realtime/weed
+ if IS_DARWIN
+ shared_ldflags = -dynamiclib
+--- lives-0.9.8.6/lives-plugins/plugins/playback/video/Makefile.am.orig        2007-11-26 20:03:46.061359765 +0100
++++ lives-0.9.8.6/lives-plugins/plugins/playback/video/Makefile.am     2007-11-26 20:03:59.059376838 +0100
+@@ -1,6 +1,6 @@
+ ## Process this with automake to create Makefile.in
+-videopluginsdir = $(datadir)/$(PACKAGE)/plugins/playback/video
++videopluginsdir = $(libdir)/$(PACKAGE)/plugins/playback/video
+ if IS_DARWIN
+ shared_ldflags = -dynamiclib -fno-common
This page took 0.030449 seconds and 4 git commands to generate.