]> git.pld-linux.org Git - packages/LiVES.git/commitdiff
- desktop file for LiVES
authorJan Wideł <jasw@pld-linux.org>
Thu, 25 Nov 2004 19:15:01 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch fix $DESTDIR in Makefile.in
- patch fix python path

Changed files:
    LiVES-Makefile.in-path.patch -> 1.1
    LiVES-plugins-python.patch -> 1.1
    LiVES.desktop -> 1.1

LiVES-Makefile.in-path.patch [new file with mode: 0644]
LiVES-plugins-python.patch [new file with mode: 0644]
LiVES.desktop [new file with mode: 0644]

diff --git a/LiVES-Makefile.in-path.patch b/LiVES-Makefile.in-path.patch
new file mode 100644 (file)
index 0000000..1ea77e7
--- /dev/null
@@ -0,0 +1,15 @@
+--- LiVES-0.9.1-pre6.org/Makefile.in   2004-11-25 17:07:36.418818264 +0100
++++ LiVES-0.9.1-pre6/Makefile.in       2004-11-25 17:13:52.379663528 +0100
+@@ -377,9 +377,9 @@
+ install-exec-am:
+-              cp -pf smogrify $(bindir)
+-              cp -pf build-lives-rfx-plugin* $(bindir)
+-              ln -fs $(bindir)/lives-exe $(bindir)/lives
++              cp -pf smogrify $(DESTDIR)/$(bindir)
++              cp -pf build-lives-rfx-plugin* $(DESTDIR)/$(bindir)
++              ln -fs $(bindir)/lives-exe $(DESTDIR)/$(bindir)/lives
+ install-data-local:
diff --git a/LiVES-plugins-python.patch b/LiVES-plugins-python.patch
new file mode 100644 (file)
index 0000000..e158191
--- /dev/null
@@ -0,0 +1,18 @@
+diff -urN plugins.org/encoders/multi_encoder plugins/encoders/multi_encoder
+--- plugins.org/encoders/multi_encoder 2004-11-25 19:01:16.138063352 +0100
++++ plugins/encoders/multi_encoder     2004-11-25 19:01:27.427347120 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.3
++#!/usr/bin/python
+ """
+ multi_encoder
+diff -urN plugins.org/encoders/multi_encoder~ plugins/encoders/multi_encoder~
+--- plugins.org/encoders/multi_encoder~        2004-11-25 19:01:16.138063352 +0100
++++ plugins/encoders/multi_encoder~    2004-11-25 19:01:32.389592744 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.3
++#!/usr/bin/python
+ """
+ multi_encoder
diff --git a/LiVES.desktop b/LiVES.desktop
new file mode 100644 (file)
index 0000000..e878651
--- /dev/null
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=LiVES
+Comment=Linux Video Encoding System
+Comment[pl]=Edytor plików video
+Exec=lives
+Terminal=false
+Type=Application
+Categories=AudioVideo;
+Encoding=UTF-8
+# vi: encoding=utf-8
This page took 0.07127 seconds and 4 git commands to generate.