From 844c699463399e5615691f3595937fb4b87d8f70 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Sat, 10 Apr 2004 18:42:22 +0000 Subject: [PATCH] Andreas V. Meier: add package mplayerplug-in (updated to actual version) [2004031800131116974] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2687 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../avm/mplayerplug-in/mplayerplug-in.conf | 8 ++++ .../avm/mplayerplug-in/mplayerplug-in.desc | 44 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 package/avm/mplayerplug-in/mplayerplug-in.conf create mode 100644 package/avm/mplayerplug-in/mplayerplug-in.desc diff --git a/package/avm/mplayerplug-in/mplayerplug-in.conf b/package/avm/mplayerplug-in/mplayerplug-in.conf new file mode 100644 index 000000000..6b19f07f1 --- /dev/null +++ b/package/avm/mplayerplug-in/mplayerplug-in.conf @@ -0,0 +1,8 @@ +mplayerplugin_postm() { + ls $libdir | grep mozilla- + for i in $libdir/mozilla-*/plugins; do + cp -v mplayerplug-in.so $i/; + done +} + +hook_add postmake 3 "mplayerplugin_postm" diff --git a/package/avm/mplayerplug-in/mplayerplug-in.desc b/package/avm/mplayerplug-in/mplayerplug-in.desc new file mode 100644 index 000000000..1d6b2980c --- /dev/null +++ b/package/avm/mplayerplug-in/mplayerplug-in.desc @@ -0,0 +1,44 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/avm/mplayerplug-in/mplayerplug-in.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] mplayerplug-in is a browser plugin that uses mplayer to play digital media from websites. + +[T] This plugin gives Netscape, Opera, Mozilla and Konqueror the ability to +[T] play videos off the net without reading the source html and getting the url +[T] manually. Videos are played embedded in the page or in a separate window +[T] depending on how the author of the webpage intended the media to be seen. + +[U] http://mplayerplug-in.sourceforge.net/index.html + +[A] Kevin DeKorte +[M] Andreas V. 'netrunner' Meier + +[C] extra/multimedia + +[L] GPL +[S] Stable +[V] 2.45 +[P] X -----5---9 800.000 + +[D] 3937865511 mplayerplug-in-2.45.tar.gz http://dl.sourceforge.net/mplayerplug-in/ +