diff options
author | Mathew Holleran <mathew.holleran@gmail.com> | 2013-12-04 09:42:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-05 06:42:06 +0700 |
commit | b901acf6778ae7c4608607dd567e77ed6d6a0a7b (patch) | |
tree | 12bb2f8cabf3f63518c38fa1502a514b177d8c54 /system/hal-flash/slack-desc | |
parent | 4aafbfe35356f138d2756e06c2addcf4f7e0a0bb (diff) |
system/hal-flash: Added (HAL stub library for playing DRM flash content).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hal-flash/slack-desc')
-rw-r--r-- | system/hal-flash/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/hal-flash/slack-desc b/system/hal-flash/slack-desc new file mode 100644 index 0000000000000..631ac2f52dd61 --- /dev/null +++ b/system/hal-flash/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +hal-flash: libhal-flash (HAL stub library for playing DRM flash content) +hal-flash: +hal-flash: HAL is a hardware abstraction layer that is no longer used on modern +hal-flash: Linux systems - with the advent of tools such as UDev and UDisks the +hal-flash: same and improved functionality is provided by other means. +hal-flash: The flash plugin currently requires libhal for playback of DRM +hal-flash: content. This library provides a compatibility layer and minimal +hal-flash: libhal implementation for that purpose. This library does NOT +hal-flash: provide a full HAL interface or daemon. +hal-flash: +hal-flash: https://github.com/cshorler/hal-flash |