diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 14:27:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:33:13 -0500 |
commit | f0c3edac71abe66cf1793510313fc76905424acf (patch) | |
tree | 1f460306f337812cfacee969d9eea1de01b61520 | |
parent | 4239f4fa557fb7db20b4a0663e9695c9a901854a (diff) | |
download | slackbuilds-f0c3edac71abe66cf1793510313fc76905424acf.tar.gz |
yasm is no longer mentioned as a dep in README files.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/libvpx/README | 2 | ||||
-rw-r--r-- | multimedia/HandBrake/README | 2 | ||||
-rw-r--r-- | multimedia/x264/README | 2 | ||||
-rw-r--r-- | network/chromium/README | 2 |
4 files changed, 1 insertions, 7 deletions
diff --git a/libraries/libvpx/README b/libraries/libvpx/README index 521b7e8edb..2a2c085eea 100644 --- a/libraries/libvpx/README +++ b/libraries/libvpx/README @@ -1,5 +1,3 @@ VP8 is an open video codec, originally developed by On2 and released as open source by Google Inc. It is the successor of the VP3 codec, on which the Theora codec was based. - -This requires yasm. diff --git a/multimedia/HandBrake/README b/multimedia/HandBrake/README index a417b12312..43e142f021 100644 --- a/multimedia/HandBrake/README +++ b/multimedia/HandBrake/README @@ -8,5 +8,3 @@ The legality of ripping content from commercial DVDs may vary. Lacking a GUI, the binary is HandBrakeCLI -- not HandBrake as you might otherwise expect. To launch this application after installing, type in "HandBrakeCLI" For the manual, type in "HandBrakeCLI --help" - -This requires yasm. diff --git a/multimedia/x264/README b/multimedia/x264/README index 4a564f2518..6dd60c8c35 100644 --- a/multimedia/x264/README +++ b/multimedia/x264/README @@ -3,5 +3,3 @@ The code is written from scratch by Laurent Aimar, Loren Merritt, Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Måns Rullgård, Radek Czyz, Christian Heine (asm), Alex Izvorski, and Alex Wright. It is released under the terms of the GPL license. - -This requires yasm. diff --git a/network/chromium/README b/network/chromium/README index 1cf9328f2c..7a3959d3ba 100644 --- a/network/chromium/README +++ b/network/chromium/README @@ -11,4 +11,4 @@ running the script as: NO_SSE2=1 ./chromium.SlackBuild -Dependencies: yasm, libevent, gnome-keyring +This requires libevent and gnome-keyring. |