From 0359c5359a8b0976339928e59699fc7bfc31cc61 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 25 Jun 2004 12:12:21 +0000 Subject: [PATCH] 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 --- package/e17/entrance/entrance.desc | 4 +-- package/e17/evidence/evidence.conf | 5 ++++ package/e17/evidence/evidence.desc | 4 +-- package/rene/libmpeg2/libmpeg2.conf | 1 - package/rene/libmpeg3/compile.patch | 29 ++++++++++++++++++++ package/rene/libmpeg3/libmpeg3.conf | 24 +++++++++++++++++ package/rene/libmpeg3/libmpeg3.desc | 42 +++++++++++++++++++++++++++++ 7 files changed, 104 insertions(+), 5 deletions(-) create mode 100644 package/e17/evidence/evidence.conf create mode 100644 package/rene/libmpeg3/compile.patch create mode 100644 package/rene/libmpeg3/libmpeg3.conf create mode 100644 package/rene/libmpeg3/libmpeg3.desc diff --git a/package/e17/entrance/entrance.desc b/package/e17/entrance/entrance.desc index bca8f3198..2ff87fbb6 100644 --- a/package/e17/entrance/entrance.desc +++ b/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/ diff --git a/package/e17/evidence/evidence.conf b/package/e17/evidence/evidence.conf new file mode 100644 index 000000000..b8f7daa21 --- /dev/null +++ b/package/e17/evidence/evidence.conf @@ -0,0 +1,5 @@ + +. $base/package/*/imlib2/e17.conf + +var_append CC_WRAPPER_APPEND " " "-I$includedir -L$libdir" + diff --git a/package/e17/evidence/evidence.desc b/package/e17/evidence/evidence.desc index 71857e0c6..a48d67772 100644 --- a/package/e17/evidence/evidence.desc +++ b/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/ diff --git a/package/rene/libmpeg2/libmpeg2.conf b/package/rene/libmpeg2/libmpeg2.conf index 380af6c11..1fce6b305 100644 --- a/package/rene/libmpeg2/libmpeg2.conf +++ b/package/rene/libmpeg2/libmpeg2.conf @@ -20,6 +20,5 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- - hook_add preconf 3 "export ac_cv_header_altivec_h=no" diff --git a/package/rene/libmpeg3/compile.patch b/package/rene/libmpeg3/compile.patch new file mode 100644 index 000000000..67d9cacfd --- /dev/null +++ b/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 + #include + #include ++#define __USE_LARGEFILE64 + #include + + mpeg3_fs_t* mpeg3_new_fs(char *path) diff --git a/package/rene/libmpeg3/libmpeg3.conf b/package/rene/libmpeg3/libmpeg3.conf new file mode 100644 index 000000000..64405b81a --- /dev/null +++ b/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/" + diff --git a/package/rene/libmpeg3/libmpeg3.desc b/package/rene/libmpeg3/libmpeg3.desc new file mode 100644 index 000000000..72f518ae9 --- /dev/null +++ b/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 + +[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/ +