Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c36de0880f2209a4b17d1efdaa0d0723a3297429)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c36de0880f2209a4b17d1efdaa0d0723a3297429)
  • Date: Wed, 5 May 2021 08:04:20 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

video-libs/libmpeg3/BUILD | 14 --------------
video-libs/libmpeg3/DETAILS | 11 +++++------
video-libs/libmpeg3/HISTORY | 6 ++++++
video-libs/libmpeg3/INSTALL | 5 -----
4 files changed, 11 insertions(+), 25 deletions(-)

New commits:
commit c36de0880f2209a4b17d1efdaa0d0723a3297429
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libmpeg3 1.8.1 (fork)

diff --git a/video-libs/libmpeg3/BUILD b/video-libs/libmpeg3/BUILD
index 916568f..1a597af 100755
--- a/video-libs/libmpeg3/BUILD
+++ b/video-libs/libmpeg3/BUILD
@@ -1,17 +1,3 @@
# fails to compile with -DPIC -fPIC except on systems that need -fPIC
-#if [[ "$SMGL_COMPAT_ARCHS[1]" != "x86_64" ]]
-#then
-## CFLAGS=${CFLAGS/-mmmx/}
-#fi &&
disable_pic &&
-
-#if ! echo $CFLAGS | grep -q -- "-O."; then
-# CFLAGS="$CFLAGS -O2"
-#fi &&
-#if echo $CFLAGS | grep -q -- "-mmmx"; then
-# USE_MMX=1
-#else
-# USE_MMX=0
-#fi &&
-#make USE_MMX=$USE_MMX
make
diff --git a/video-libs/libmpeg3/DETAILS b/video-libs/libmpeg3/DETAILS
index 02a62ed..c20a008 100755
--- a/video-libs/libmpeg3/DETAILS
+++ b/video-libs/libmpeg3/DETAILS
@@ -1,12 +1,11 @@
SPELL=libmpeg3
- VERSION=1.8
- PATCHLEVEL=1
-
SOURCE_HASH=sha512:e381f07d46d47d391c6db420791a065e3572e17ca63966eb52712560867866683505693f73b25869059319eec66fd1c2f923dbef1fdca5ef9efbe598e217d60e
- SOURCE=$SPELL-$VERSION-src.tar.bz2
+ VERSION=1.8.1
+
SOURCE_HASH=sha512:72595b4b3947f6d887db8d4bf120f20798d592711230ee4278e250f1419de2b160714da0c567b6ffa7da3cd400fa33a15317eb37ec7e184de98152afa997f07f
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/heroines/$SOURCE
+ SOURCE_URL[0]="https://github.com/ismaell/$SPELL/archive/v$VERSION.tar.gz";
WEB_SITE=http://heroinewarrior.com
- LICENSE[0]=LGPL
+ LICENSE[0]=GPL-2.0-only
ENTERED=20030425
KEYWORDS="streaming video libs"
SHORT="Libmpeg3 supports advanced editing and manipulation of
MPEG streams"
diff --git a/video-libs/libmpeg3/HISTORY b/video-libs/libmpeg3/HISTORY
index 3085199..18bb326 100644
--- a/video-libs/libmpeg3/HISTORY
+++ b/video-libs/libmpeg3/HISTORY
@@ -1,3 +1,9 @@
+2021-05-05 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: removed, no longer needed
+ * BUILD: removed comments
+ * DETAILS: updated spell to 1.8.1 (fork)
+ fixed LICENSE
+
2017-09-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* INSTALL: added, to install library and headers
diff --git a/video-libs/libmpeg3/INSTALL b/video-libs/libmpeg3/INSTALL
deleted file mode 100755
index 689d971..0000000
--- a/video-libs/libmpeg3/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-arch="$(uname -m)" &&
-pfx="$INSTALL_ROOT"/usr &&
-make DST="$pfx"/bin install &&
-install -m644 -D -t "$pfx"/include/libmpeg3 *.h &&
-install -m644 -D -t "$pfx"/lib "$arch"/libmpeg3.a



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c36de0880f2209a4b17d1efdaa0d0723a3297429), Ismael Luceno, 05/05/2021

Archive powered by MHonArc 2.6.24.

Top of Page