Browse Source

Rene Rebe:

* added libmpeg3 - needed by the latest evidence ...
	* updated evidence and entrance


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3390 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 22 years ago
parent
commit
0359c5359a
7 changed files with 104 additions and 5 deletions
  1. +2
    -2
      package/e17/entrance/entrance.desc
  2. +5
    -0
      package/e17/evidence/evidence.conf
  3. +2
    -2
      package/e17/evidence/evidence.desc
  4. +0
    -1
      package/rene/libmpeg2/libmpeg2.conf
  5. +29
    -0
      package/rene/libmpeg3/compile.patch
  6. +24
    -0
      package/rene/libmpeg3/libmpeg3.conf
  7. +42
    -0
      package/rene/libmpeg3/libmpeg3.desc

+ 2
- 2
package/e17/entrance/entrance.desc

@ -37,8 +37,8 @@
[L] GPL
[S] Beta
[V] 2004-01-18
[V] 2004-06-20
[P] X -----5---9 138.500
[D] X entrance-2004-01-18.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/entrance/!2004-01-18/
[D] X entrance-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment::e17/apps/entrance/!2004-06-20/

+ 5
- 0
package/e17/evidence/evidence.conf

@ -0,0 +1,5 @@
. $base/package/*/imlib2/e17.conf
var_append CC_WRAPPER_APPEND " " "-I$includedir -L$libdir"

+ 2
- 2
package/e17/evidence/evidence.desc

@ -35,8 +35,8 @@
[L] GPL
[S] Beta
[V] 0.9.7
[V] 2004-06-20
[P] X -----5---9 142.500
[D] 2293376210 evidence-0.9.7.tar.gz http://dl.sourceforge.net/sourceforge/evidence/
[D] X evidence-2004-06-20.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/evidence::evidence/!2004-06-20/

+ 0
- 1
package/rene/libmpeg2/libmpeg2.conf

@ -20,6 +20,5 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add preconf 3 "export ac_cv_header_altivec_h=no"

+ 29
- 0
package/rene/libmpeg3/compile.patch

@ -0,0 +1,29 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/libmpeg3/compile.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./mpeg3io.c.vanilla 2004-06-25 13:03:01.034502416 +0200
+++ ./mpeg3io.c 2004-06-25 13:08:07.071977648 +0200
@@ -5,6 +5,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#define __USE_LARGEFILE64
#include <sys/stat.h>
mpeg3_fs_t* mpeg3_new_fs(char *path)

+ 24
- 0
package/rene/libmpeg3/libmpeg3.conf

@ -0,0 +1,24 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/libmpeg3/libmpeg3.conf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
hook_add postmake 5 "cp -v libmpeg3.h mpeg3private.h $includedir/"

+ 42
- 0
package/rene/libmpeg3/libmpeg3.desc

@ -0,0 +1,42 @@
[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/rene/libmpeg3/libmpeg3.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] The MPEG Library - version 3
[T] The MPEG Library is a collection of C routines to decode MPEG streams
[T] and providing access to most details of them.
[U] http://heroinewarrior.com/libmpeg3.php3
[A] Heroine Virtual
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/multimedia
[L] GPL
[S] Stable
[V] 1.5.4
[P] X -----5---9 141.700
[D] 40067362 libmpeg3-1.5.4-src.tar.bz2 http://dl.sourceforge.net/sourceforge/heroines/

Loading…
Cancel
Save