[Lunar-commits] <moonbase> x264-svn: Moved to x264-git.

Moritz Heiber moe at lunar-linux.org
Fri Mar 13 16:02:22 CET 2009


commit 52ce303d05dd40919fea62bead9a697f33d33288
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Thu Mar 27 15:14:47 2008 +0100

    x264-svn: Moved to x264-git.
    
    They're using git now. Made some adjustments to the DEPENDS file as well.
---
 zbeta/x264-git/BUILD   |    8 ++++++++
 zbeta/x264-git/DEPENDS |    2 ++
 zbeta/x264-git/DETAILS |   25 +++++++++++++++++++++++++
 zbeta/x264-svn/BUILD   |    8 --------
 zbeta/x264-svn/DEPENDS |    1 -
 zbeta/x264-svn/DETAILS |   25 -------------------------
 6 files changed, 35 insertions(+), 34 deletions(-)

diff --git a/zbeta/x264-git/BUILD b/zbeta/x264-git/BUILD
new file mode 100644
index 0000000..5d945b7
--- /dev/null
+++ b/zbeta/x264-git/BUILD
@@ -0,0 +1,8 @@
+(
+
+  OPTS="$OPTS --enable-shared --enable-gtk --enable-pthread \
+              --enable-visualize --enable-pic"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/x264-git/DEPENDS b/zbeta/x264-git/DEPENDS
new file mode 100644
index 0000000..4e2d64c
--- /dev/null
+++ b/zbeta/x264-git/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends yasm "" "" "for assembly code support"
+optional_depends gpac "--enable-mp4-output" "" "for MP4 output support"
diff --git a/zbeta/x264-git/DETAILS b/zbeta/x264-git/DETAILS
new file mode 100644
index 0000000..ba4f31d
--- /dev/null
+++ b/zbeta/x264-git/DETAILS
@@ -0,0 +1,25 @@
+          MODULE=x264-git
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=git://git.videolan.org/x264.git
+        WEB_SITE=http://www.videolan.org/developers/x264.html
+         ENTERED=20060130
+         UPDATED=`date -u +%Y%m%d`
+           SHORT="library for encoding H264/AVC video streams"
+
+cat << EOF
+x264 is a free library for encoding H264/AVC video streams. Encoder features
+CAVLC/CABAC
+Multi-references
+Intra: all macroblock types (16x16, 8x8, and 4x4 with all predictions)
+Inter P: all partitions (from 16x16 down to 4x4)
+Inter B: partitions from 16x16 down to 8x8 (including skip/direct)
+Ratecontrol: constant quantizer, single or multipass ABR, optional VBV
+Scene cut detection
+Adaptive B-frame placement
+B-frames as references / arbitrary frame order
+8x8 and 4x4 adaptive spatial transform
+Lossless mode
+Custom quantization matrices
+Parallel encoding of multiple slices
+EOF
diff --git a/zbeta/x264-svn/BUILD b/zbeta/x264-svn/BUILD
deleted file mode 100644
index 5d945b7..0000000
--- a/zbeta/x264-svn/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-  OPTS="$OPTS --enable-shared --enable-gtk --enable-pthread \
-              --enable-visualize --enable-pic"
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/x264-svn/DEPENDS b/zbeta/x264-svn/DEPENDS
deleted file mode 100644
index 330e3ce..0000000
--- a/zbeta/x264-svn/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends yasm "" "" "for assembly code support"
diff --git a/zbeta/x264-svn/DETAILS b/zbeta/x264-svn/DETAILS
deleted file mode 100644
index 006c149..0000000
--- a/zbeta/x264-svn/DETAILS
+++ /dev/null
@@ -1,25 +0,0 @@
-          MODULE=x264-svn
-         VERSION=beta
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=svn://svn.videolan.org/x264/trunk
-        WEB_SITE=http://www.videolan.org/developers/x264.html
-         ENTERED=20060130
-         UPDATED=`date -u +%Y%m%d`
-           SHORT="library for encoding H264/AVC video streams"
-
-cat << EOF
-x264 is a free library for encoding H264/AVC video streams. Encoder features
-CAVLC/CABAC
-Multi-references
-Intra: all macroblock types (16x16, 8x8, and 4x4 with all predictions)
-Inter P: all partitions (from 16x16 down to 4x4)
-Inter B: partitions from 16x16 down to 8x8 (including skip/direct)
-Ratecontrol: constant quantizer, single or multipass ABR, optional VBV
-Scene cut detection
-Adaptive B-frame placement
-B-frames as references / arbitrary frame order
-8x8 and 4x4 adaptive spatial transform
-Lossless mode
-Custom quantization matrices
-Parallel encoding of multiple slices
-EOF


More information about the Lunar-commits mailing list