Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 21 years ago
parent
commit
844c699463
2 changed files with 52 additions and 0 deletions
  1. +8
    -0
      package/avm/mplayerplug-in/mplayerplug-in.conf
  2. +44
    -0
      package/avm/mplayerplug-in/mplayerplug-in.desc

+ 8
- 0
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"

+ 44
- 0
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 <avmeier@web.de>
[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/

Loading…
Cancel
Save