Michael Raskin
f05adf46bd
Make FlashPlayer9 build for now..
...
svn path=/nixpkgs/trunk/; revision=20641
2010-03-16 06:44:02 +00:00
Lluís Batlle i Rossell
9dc143e9aa
Updating the flash player 10 for linux.
...
svn path=/nixpkgs/trunk/; revision=20003
2010-02-15 08:49:02 +00:00
Marc Weber
bbf8253985
adding debug version of i686 flash player. See comments
...
svn path=/nixpkgs/trunk/; revision=19195
2010-01-04 07:44:24 +00:00
Rob Vermaas
6f41d4d034
different hash flash player 10
...
svn path=/nixpkgs/trunk/; revision=19149
2009-12-30 07:17:42 +00:00
Rob Vermaas
a73cef1057
added chromeWrapper, like firefoxWrapper, to allow plugins to work, added previously undefined dependencies on flash plugin
...
svn path=/nixpkgs/trunk/; revision=18050
2009-10-30 12:28:44 +00:00
Eelco Dolstra
7049420fba
* Build fix.
...
svn path=/nixpkgs/trunk/; revision=16612
2009-08-07 14:37:09 +00:00
Eelco Dolstra
e677bad468
* flashplayer: the upstream tarball got updated once again.
...
svn path=/nixpkgs/trunk/; revision=16611
2009-08-07 14:34:57 +00:00
Eelco Dolstra
998412adf6
* Added gecko-mediaplayer, a browser plugin that uses gnome-mplayer to
...
play video. Seems to be more stable than mplayerplug-in.
svn path=/nixpkgs/trunk/; revision=16379
2009-07-15 20:34:08 +00:00
Eelco Dolstra
88455f3742
svn path=/nixpkgs/trunk/; revision=16145
2009-07-02 14:42:34 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber
52647ea3b0
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
...
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Lluís Batlle i Rossell
f3a4388ddc
Updating flashplayer10 for i686, and adding it for x64.
...
I haven't tried the builder for i686, but I think it should work. The fix should be easy in any cas.
I don't think I've written pretty nix code, so I'm looking forward for revision.
svn path=/nixpkgs/trunk/; revision=14324
2009-03-04 11:04:16 +00:00
Michael Raskin
d20bb02310
Added mozplugger - an universal launching plugin for Mozilla programs
...
svn path=/nixpkgs/trunk/; revision=14009
2009-02-08 17:23:22 +00:00
Andres Löh
2fd7742470
Updated apparently incorrect sha256 checksum of flash player.
...
svn path=/nixpkgs/trunk/; revision=13721
2009-01-07 16:46:00 +00:00
Eelco Dolstra
afb0530e3d
* Build Firefox 3 on top of xulrunner. This significantly reduces the
...
build time and makes Firefox itself only 3 megabytes or so large.
* Fixed building the mplayerplug-in on Firefox 3. Since the latter
now uses xulrunner, we no longer need the firefox3Xul hack. TODO:
do this for Icecat as well.
svn path=/nixpkgs/trunk/; revision=13160
2008-10-30 13:00:50 +00:00
Eelco Dolstra
bbf7342a10
* Added Adobe Flash Player 10.
...
svn path=/nixpkgs/trunk/; revision=13085
2008-10-16 13:36:27 +00:00
Ludovic Courtès
4e283a4dcb
MPlayerPlugin: Add missing `icecat3-idldir.path'.
...
svn path=/nixpkgs/trunk/; revision=12931
2008-09-29 21:59:31 +00:00
Ludovic Courtès
2e30347099
MPlayerPlugin: Allow compilation with GNU IceCat 3.
...
Similar changes would allow it to be compiled for Mozilla Firefox 3.
svn path=/nixpkgs/trunk/; revision=12929
2008-09-29 21:56:17 +00:00
Eelco Dolstra
35f684458a
* Removed some unnecessary code.
...
svn path=/nixpkgs/trunk/; revision=12799
2008-09-04 12:27:17 +00:00
Eelco Dolstra
5d9dfc1e60
* Removed $installCommand, it's no longer needed since we split the
...
install and fixup phases. You can just override installPhase.
svn path=/nixpkgs/trunk/; revision=12787
2008-09-02 13:51:32 +00:00
Ludovic Courtès
adec4e74f5
Mozilla MPlayer plug-in 3.55.
...
svn path=/nixpkgs/trunk/; revision=12440
2008-07-28 16:43:16 +00:00
Eelco Dolstra
faba06ce54
* firefox-wrapper: plugins no longer have to declare additional
...
LD_LIBRARY_PATH elements, since they can use patchelf --rpath if
necessary.
* Flashplayer / JRE: do just that.
* JRE: libstdcpp5 no longer seems to be necessary for the plugin.
svn path=/nixpkgs/trunk/; revision=12094
2008-06-14 21:42:07 +00:00
Eelco Dolstra
610bf2a24f
* Latest version.
...
svn path=/nixpkgs/trunk/; revision=11898
2008-05-26 13:32:23 +00:00
Eelco Dolstra
a98161a0da
* Updated Flash, MPlayer plugins.
...
svn path=/nixpkgs/trunk/; revision=9975
2007-12-30 22:19:07 +00:00
Eelco Dolstra
1bc214fd59
* Latest MPlayer plugin.
...
svn path=/nixpkgs/trunk/; revision=9576
2007-11-04 17:16:52 +00:00
Eelco Dolstra
ea9667ab18
* Fixed some more URLs.
...
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Michael Raskin
c3529a7a73
Changed hash to match updated download on macromedia site.
...
svn path=/nixpkgs/trunk/; revision=9032
2007-08-02 21:37:38 +00:00
Eelco Dolstra
ffa7b32970
* Wrapped Firefox: make it evaluate on x86_64-linux.
...
svn path=/nixpkgs/trunk/; revision=8707
2007-05-16 14:34:27 +00:00
Eelco Dolstra
714da445bb
* pkgconfig 0.21 is now the default.
...
* Some hackery to get Firefox to build again.
svn path=/nixpkgs/trunk/; revision=8076
2007-02-27 15:15:20 +00:00
Eelco Dolstra
c036d1d48f
* Adobe Reader 7.0.9.
...
* Renamed the Flash Player directories.
svn path=/nixpkgs/trunk/; revision=7831
2007-02-01 15:07:52 +00:00
Eelco Dolstra
f752af2637
* Flash Player 9 final. Also fixed sound support (it needs ALSA).
...
svn path=/nixpkgs/trunk/; revision=7794
2007-01-24 18:01:00 +00:00
Eelco Dolstra
bbe62e266b
* Remove references to dontMakeInstall.
...
svn path=/nixpkgs/trunk/; revision=7500
2006-12-27 18:24:26 +00:00
Eelco Dolstra
cca1ba0372
* Latest Flash beta.
...
svn path=/nixpkgs/trunk/; revision=7292
2006-12-09 17:27:59 +00:00
Eelco Dolstra
71285201cd
* Doh! Copy *all* the plugins. No wonder most videos didn't work
...
anymore...
svn path=/nixpkgs/trunk/; revision=7272
2006-12-07 22:00:10 +00:00
Eelco Dolstra
2f0d625a7a
* Flash Player 9 Beta (enabled in the Firefox wrapper).
...
svn path=/nixpkgs/trunk/; revision=6925
2006-11-01 14:27:20 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
5bfc14d14c
* Latest MPlayer plugin.
...
svn path=/nixpkgs/trunk/; revision=6542
2006-09-17 14:02:52 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra
f6e91bc9c9
* Merge r2396.
...
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra
6ece42bad7
* MPlayer plugin 2.80.
...
svn path=/nixpkgs/trunk/; revision=2383
2005-03-11 14:27:34 +00:00
Eelco Dolstra
3bf404a3f2
* Let the Mozilla plugins announce where in their output the actual
...
plugins are, rather then requiring certain fixed directories.
svn path=/nixpkgs/trunk/; revision=2242
2005-02-16 11:24:40 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
8b01d4ef0a
* Added the Flash Player plugin.
...
* Plugins can specify extra directories to be added to LD_LIBRARY_PATH
by the Firefox wrapper. The Flash plugin need this since it's
installed from a binary distribution, and so doesn't set the RPATH
properly.
* Moved the MPlayer plugin to a plugins directory.
svn path=/nixpkgs/trunk/; revision=1566
2004-10-17 13:56:56 +00:00