Browse Source

Benjamin Schieder <blindcoder@scavenger.homeip.net>:

added libebml and libmatroska (these libs enable mplayer to play .mkv files)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2220 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Benjamin Schieder 21 years ago
parent
commit
efe547e0ac
2 changed files with 91 additions and 0 deletions
  1. +43
    -0
      package/blindcoder/libebml/libebml.desc
  2. +48
    -0
      package/blindcoder/libmatroska/libmatroska.desc

+ 43
- 0
package/blindcoder/libebml/libebml.desc

@ -0,0 +1,43 @@
[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/blindcoder/libebml/libebml.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] library for EBML
[T] A library to read and write EBML files. Used by libmatroska.
[T] EBML is a derivative of XML meaning Extensible Binary Markup Language.
[U] http://www.matroska.org
[A] Matroska Team <matroska-users@lists.matroska.org>
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.6.3
[P] X -----5---9 677.000
[O] srcdir="libebml-0.6.3/make/linux"
[D] 962098212 libebml-0.6.3.tar.gz http://matroska.free.fr/downloads/libebml/

+ 48
- 0
package/blindcoder/libmatroska/libmatroska.desc

@ -0,0 +1,48 @@
[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/blindcoder/libmatroska/libmatroska.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] library for the .mkv video format
[T] Matroska aims to become THE Standard of Multimedia Container Formats. It
[T] was derived from a project called MCF, but differentiates from it
[T] significantly because it is based on EBML (Extensible Binary Meta
[T] Language), a binary derivative of XML. EBML enables the
[T] Matroska Development Team to gain significant advantages in terms of
[T] future format extensibility, without breaking file support in old
[T] parsers.
[U] http://www.matroska.org
[A] Matroska Team <matroska-users@lists.matroska.org>
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net>
[C] extra/multimedia
[L] GPL
[S] Beta
[V] 0.6.2
[P] X -----5---9 678.000
[O] srcdir="libmatroska-0.6.2/make/linux"
[D] 2421090168 libmatroska-0.6.2.tar.gz http://matroska.free.fr/downloads/libmatroska/

Loading…
Cancel
Save