Benutzer-Werkzeuge

Webseiten-Werkzeuge


becki:linux:slack_app_tips

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
becki:linux:slack_app_tips [2012-01-05 15:11]
becki
becki:linux:slack_app_tips [2018-02-08 12:22] (aktuell)
becki
Zeile 9: Zeile 9:
 ===== VLC == ===== VLC ==
  
-According to the [[http://​www.videolan.org/​vlc/​download-slackware.html|VLC Homepage]], VLC 0.9.8 is available as Slack package for 12.2 (and 12.1) [[http://​slackware.org.uk/​3rd-party/​alien/​restricted_slackbuilds/​vlc/pkg/|here]].+Slack packages are available ​[[http://​www.videolan.org/​vlc/​download-slackware.html|here]]. Use the [[http://​slackware.org.uk/​people/​alien/​restricted_slackbuilds/​vlc/​|full-featured version]]
  
 +<​del>​According to the [[http://​www.videolan.org/​vlc/​download-slackware.html|VLC Homepage]], VLC 0.9.8 is available as Slack package for 12.2 (and 12.1) [[http://​slackware.org.uk/​3rd-party/​alien/​restricted_slackbuilds/​vlc/​pkg/​|here]].
 +</​del>​
 Note that - like xine - VLC also depends on libdvdcss(([[http://​slackbuilds.org/​result/?​search=libdvdcss|Download libdvdcss]])) for DVD playback. Note that - like xine - VLC also depends on libdvdcss(([[http://​slackbuilds.org/​result/?​search=libdvdcss|Download libdvdcss]])) for DVD playback.
  
Zeile 88: Zeile 90:
  
 ===== SVG with Inkscape == ===== SVG with Inkscape ==
 +
 +Slack 14.2 dependencies for v. 0.92.2 according to slackbuilds:​
 +  lxml
 +    BeautifulSoup4
 +    html5lib
 +     six
 +     ​python-webencodings
 +  numpy
 +
 +:!: ''​gtkmm''​ and its dependencies ship with Slack 14.2 now. Be sure to remove old SBo packages bevore installing Inkscape!
 +
 +Slack 14.1 dependencies according to slackbuilds:​
 +  gsl
 +  gtkmm
 +    mm-common
 +    atkmm
 +       ​pangomm
 +         ​cairomm
 +           ​glibmm
 +              libsigc++
 +  numpy
 +  lxml
 +    BeautifulSoup
  
 For Slack 13.37 sources and buildscripts are available at www.slackbuilds.org. Dependency tree for inkscape on Slack 13.37: For Slack 13.37 sources and buildscripts are available at www.slackbuilds.org. Dependency tree for inkscape on Slack 13.37:
Zeile 121: Zeile 146:
 ===== DVD ripping with HandBrake == ===== DVD ripping with HandBrake ==
  
-The easiest way by far to get copies of your DVD movies is command line app [[http://​handbrake.fr/​|HandBrake]]. As of Slack 13.0 Handbrake is available at www.slackbuilds.org. It depends on FIXME +See [[Multimedia]]
- +
-<​del>​It has almost no dependencies(([[http://​trac.handbrake.fr/​wiki/​SupportFAQ#​contribs|The one exception is libdvdcss]])),​ everything is build in. Both a binary version for Linux and the source code is available.</​del>​ +
- +
-  - <​del>​Install libdvdcss(([[http://​slackbuilds.org/​result/?​search=libdvdcss|Download libdvdcss]]))</​del>​ +
-  - <​del>​Download the binary and copy it to ''/​usr/​local/​bin''​.</​del>​ +
- +
-<​del>​Note:​ As of version 0.9.4 no generic tarball is available any more. But is possible to compile the HandbrakeCLI source (tested on Slack 13.0). Note that in order to compile Handbrake you need yasm which is available on www.slackbuilds.org. Note also that the build process aborts with an error, but the CLI interface works. --- 2009-12-30</​del>​ +
- +
-<​del>​Note:​ The current binary version (0.9.3) is marked as Ubuntu Package. But it is still simply a tarball which works on Slack (tested on 13.0) ---   ​2009-10-14</​del>​ +
- +
-How to use HandBrake is described [[commands#​rip_dvds|here]]. +
- +
-A possible alternative HandBrake is [[http://​applications.linux.com/​article.pl?​sid=06/​03/​22/​2124208&​tid=13&​tid=39|Thoggen]],​ but it has loads of dependencies and is by far more complicated to install.+
  
 ===== Xine == ===== Xine ==
Zeile 154: Zeile 166:
 ===== MPlayer == ===== MPlayer ==
  
-Get buildscripts for MPlayer and mplayer-codecs-all from www.SlackBuilds.org. Build and install the packages. ​+Slack now ships with Mplayer 
 + 
 +<del>Get buildscripts for MPlayer and mplayer-codecs-all from www.SlackBuilds.org. Build and install the packages. ​
  
 For Slack11 you must download a theme before building the MPlayer package (see README), otherwise only the ''​mplayer''​ not the ''​gmplayer''​ (with GUI) command will work.  For Slack11 you must download a theme before building the MPlayer package (see README), otherwise only the ''​mplayer''​ not the ''​gmplayer''​ (with GUI) command will work. 
  
 Howto build the mplayer-codecs-all package is described above in the xine section. Howto build the mplayer-codecs-all package is described above in the xine section.
 +</​del>​
 ===== Firefox == ===== Firefox ==
 ==== Installation with Generic binary Tarball == ==== Installation with Generic binary Tarball ==
Zeile 182: Zeile 196:
 === Java == === Java ==
  
-  ​/usr/local/lib/firefox/pluginsln -s /usr/lib/java/jre/plugin/i386/ns7/​libjavaplugin_oij.so (peeked form /​usr/​lib/​mozilla/​plugins) +  ​cd /usr/lib/mozilla/plugins 
-  * check with about:​plugins+  ​ln -s /usr/loca/java/lib/i386/libnpjp2.so 
 + 
 +Check with about:​plugins 
 + 
 +[[http://​www.oracle.com/​technetwork/​java/​javase/​manual-plugin-install-linux-136395.html|Source]]
  
 === RealPlayer 10 == === RealPlayer 10 ==
Zeile 196: Zeile 214:
 Download links at [[http://​plugindoc.mozdev.org/​linux.html#​Flash|plugindoc]]. Download links at [[http://​plugindoc.mozdev.org/​linux.html#​Flash|plugindoc]].
  
-== Version ​10 ==+== Version ​11 ==
  
-Download tar.gz for Linux, unpack and move ''​libflashplayer.so''​ into your system wide browser plugins directory (''/​usr/​lib/​mozilla/​plugins''​). Then  make ''​libflashplayer.so''​ runnable.+Download tar.gz for Linux, unpack and move ''​libflashplayer.so''​ into your system wide browser plugins directory (''/​usr/​lib/​mozilla/​plugins''​). ​<del>Then  make ''​libflashplayer.so''​ runnable.</​del>​
  
 == Version 9 == == Version 9 ==
Zeile 388: Zeile 406:
 ===== View man pages in Browser == ===== View man pages in Browser ==
  
-FIXME+  - Make sure Apache is running 
 +  - Download & unpack the ''​man''​-package as sourccode, eg [[slack>​slackware-current/​source/​ap/​man/​]] 
 +  - Install CGI files from the source package to Apache CGI path:<​code bash>cp -r man-1.6g/​man2html/​scripts/​cgi-bin/​man /​var/​www/​cgi-bin 
 +cp -r man-1.6g/​man2html/​scripts/​cgi-aux/​man /​var/​www/​cgi-bin/​man/​aux 
 +</​code>​ 
 +  - Fix the path in ''/​var/​www/​cgi-bin/​man/​man2html'':<​code diff> 
 +-MANX="/​home/​httpd/​cgi-aux/​man/​man.aux"​ 
 ++MANX="/​var/​www/​cgi-bin/​man/​aux/​man.aux"​ 
 +</​code>​ 
 +  - URL is: http://​localhost/​cgi-bin/​man/​man2html 
 + 
 +FIXME The Links in the "Index of pages" do not work.
  
becki/linux/slack_app_tips.1325776280.txt.gz · Zuletzt geändert: 2012-01-05 15:11 von becki

Impressum - Datenschutzerklärung