diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-06-04 14:21:38 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-06-04 14:21:38 +0000 |
commit | 9be17f5d30adff8cf393087de905dcf9140c636f (patch) | |
tree | e961b5f7b3bfeedc6a5b61740ae724af4a2b4a33 /media-video/lives/files | |
parent | Install config file with 600 perms. Bug #180837 by Ortwin Glueck <odi at odi.... (diff) | |
download | gentoo-2-9be17f5d30adff8cf393087de905dcf9140c636f.tar.gz gentoo-2-9be17f5d30adff8cf393087de905dcf9140c636f.tar.bz2 gentoo-2-9be17f5d30adff8cf393087de905dcf9140c636f.zip |
New version
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video/lives/files')
-rw-r--r-- | media-video/lives/files/digest-lives-0.9.8.5 | 3 | ||||
-rw-r--r-- | media-video/lives/files/lives-0.9.8.5-install-paths.patch | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/media-video/lives/files/digest-lives-0.9.8.5 b/media-video/lives/files/digest-lives-0.9.8.5 new file mode 100644 index 000000000000..ec533ec2b552 --- /dev/null +++ b/media-video/lives/files/digest-lives-0.9.8.5 @@ -0,0 +1,3 @@ +MD5 4788797f0b06ce78266551cc7a2b570c lives-0.9.8.5.tar.bz2 1720946 +RMD160 19f7979b454da815be36c90443a9f3587c2e0c9e lives-0.9.8.5.tar.bz2 1720946 +SHA256 11b1eda7782750617bb78f4c7c4c5f172ae686bdd6639cffe31e536ab1a8d741 lives-0.9.8.5.tar.bz2 1720946 diff --git a/media-video/lives/files/lives-0.9.8.5-install-paths.patch b/media-video/lives/files/lives-0.9.8.5-install-paths.patch new file mode 100644 index 000000000000..3c4f0d91a07e --- /dev/null +++ b/media-video/lives/files/lives-0.9.8.5-install-paths.patch @@ -0,0 +1,13 @@ +--- Makefile.in.orig 2007-06-03 20:26:05.000000000 +0000 ++++ Makefile.in 2007-06-03 20:27:33.000000000 +0000 +@@ -764,8 +764,8 @@ install-exec-local: + cp -f $(srcdir)/build-lives-rfx-plugin-multi $(DESTDIR)$(bindir) && chmod +rx $(DESTDIR)$(bindir)/build-lives-rfx-plugin-multi + cp -f $(srcdir)/default.keymap $(DESTDIR)$(datadir)/$(PACKAGE)/ + $(DESTDIR)$(bindir)/build-lives-rfx-plugin-multi builtin $(DESTDIR)$(datadir) $(DESTDIR)$(bindir) +- cp -f $(srcdir)/menu-entries/LiVES.desktop /usr/share/applications/ +- cp -f $(srcdir)/menu-entries/lives.xpm /usr/share/pixmaps/ ++ cp -f $(srcdir)/menu-entries/LiVES.desktop $(DESTDIR)$(datadir)/applications/ ++ cp -f $(srcdir)/menu-entries/lives.xpm $(DESTDIR)$(datadir)/pixmaps/ + + $(top_srcdir)/po/update_with_plugins.sh install $(PACKAGE) $(prefix) $(DESTDIR) + |