[SCM] opencore-amr packaging branch, master, updated. debian/0.1-17-ge5a9290

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun May 17 06:14:51 UTC 2009


The following commit has been merged in the master branch:
commit e5a9290b1a606a3bf7ce87250865029f8cfbf8f2
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun May 17 02:14:58 2009 -0400

    Don't fetch opencore source anymore. We are essentially forking here.

diff --git a/debian/rules b/debian/rules
index 8d038e4..5547caa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,6 @@ override_dh_auto_clean:
 	$(MAKE) -C amrwb clean
 
 override_dh_auto_build:
-	if [ ! -e opencore ]; then ./fetch_opencore.sh; fi
 	$(MAKE) -C amrnb BUILD_AS_C=1
 	$(MAKE) -C amrwb BUILD_AS_C=1
 
diff --git a/fetch_opencore.sh b/fetch_opencore.sh
deleted file mode 100755
index 9efadb8..0000000
--- a/fetch_opencore.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-if [ -e opencore ]; then
-	echo The directory opencore already exists, doing nothing
-	exit 1
-fi
-
-git clone git://android.git.kernel.org/platform/external/opencore.git
-
-cd opencore
-# original version, well tested
-#git checkout 5c99f4418406c6400ddbcdce46736c30d21415dc
-# latest, seems to work fine too
-git checkout 6b31782f62c033186ad890719195f3c04e0a5f25
-git checkout -b local_patches
-for i in ../patches/*; do
-	patch -p1 < $i
-	git commit -a -m `basename $i`
-done
-

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list