Last active
June 26, 2016 15:50
-
-
Save taaem/9f0e7ddeaeaadef9f30c8bec139a2808 to your computer and use it in GitHub Desktop.
ffmemless patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From a0f7f405fb726bdee1d0c2388da80ea62cf93f34 Mon Sep 17 00:00:00 2001 | |
From: taaem <[email protected]> | |
Date: Sun, 26 Jun 2016 13:41:45 +0200 | |
Subject: [PATCH] [build_packages] Add ffmemless and remove other vibrator | |
--- | |
helpers/build_packages.sh | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
diff --git a/helpers/build_packages.sh b/helpers/build_packages.sh | |
index e7ef5e9..2b694fb 100755 | |
--- a/helpers/build_packages.sh | |
+++ b/helpers/build_packages.sh | |
@@ -72,9 +72,8 @@ pushd $MER_ROOT/devel/mer-hybris | |
buildmw libhybris || die | |
sb2 -t $VENDOR-$DEVICE-$ARCH -R -msdk-install zypper -n rm mesa-llvmpipe | |
buildmw "https://github.com/nemomobile/mce-plugin-libhybris.git" || die | |
-buildmw ngfd-plugin-droid-vibrator || die | |
buildmw "https://github.com/mer-hybris/pulseaudio-modules-droid.git" rpm/pulseaudio-modules-droid.spec || die | |
-buildmw qt5-feedback-haptics-droid-vibrator || die | |
+buildmw "https://git.merproject.org/mer-core/qt-mobility-haptics-ffmemless.git" rpm/qt5-feedback-haptics-ffmemless.spec || die | |
buildmw qt5-qpa-hwcomposer-plugin || die | |
buildmw "https://github.com/mer-hybris/qtscenegraph-adaptation.git" rpm/qtscenegraph-adaptation-droid.spec || die | |
buildmw "https://github.com/mer-packages/sensorfw.git" rpm/sensorfw-qt5-hybris.spec || die | |
-- | |
2.8.4 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From d34cc731f7e2eb918e2dea2bbdf228ac35e5fa1f Mon Sep 17 00:00:00 2001 | |
From: taaem <[email protected]> | |
Date: Tue, 12 Apr 2016 20:09:45 +0200 | |
Subject: [PATCH] [build_packages] add qt5-feedback-haptics-ffmemless | |
--- | |
helpers/build_packages.sh | 1 + | |
1 file changed, 1 insertion(+) | |
diff --git a/helpers/build_packages.sh b/helpers/build_packages.sh | |
index 68610b6..f50c0d8 100755 | |
--- a/helpers/build_packages.sh | |
+++ b/helpers/build_packages.sh | |
@@ -75,6 +75,7 @@ buildmw "https://github.com/nemomobile/mce-plugin-libhybris.git" || die | |
buildmw ngfd-plugin-droid-vibrator || die | |
buildmw "https://github.com/mer-hybris/pulseaudio-modules-droid.git" rpm/pulseaudio-modules-droid.spec || die | |
buildmw qt5-feedback-haptics-droid-vibrator || die | |
+buildmw "https://git.merproject.org/mer-core/qt-mobility-haptics-ffmemless.git" rpm/qt5-feedback-haptics-ffmemless.spec || die | |
buildmw qt5-qpa-hwcomposer-plugin || die | |
buildmw "https://github.com/mer-hybris/qtscenegraph-adaptation.git" rpm/qtscenegraph-adaptation-droid.spec || die | |
buildmw "https://github.com/mer-packages/sensorfw.git" rpm/sensorfw-qt5-hybris.spec || die | |
-- | |
2.8.2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment