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
# Camera | |
bin/mm-qcamera-daemon | |
lib/hw/camera.vendor.bacon.so | |
lib/libmmcamera_interface.so | |
lib/libmmjpeg_interface.so | |
lib/libqomx_core.so | |
vendor/lib/libjpegdhw.so | |
vendor/lib/libjpegehw.so | |
vendor/lib/libmmcamera2_c2d_module.so | |
vendor/lib/libmmcamera2_cpp_module.so |
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
# Building CyanogenMod 13 on Ubuntu 16.08 (xenial) | |
## Install required packages | |
cat > /etc/apt/sources.list << EOF | |
deb http://nl.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse | |
deb http://nl.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse | |
deb http://nl.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse | |
deb http://archive.canonical.com/ubuntu xenial partner | |
EOF |
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
# Maintainer: Maurizio Porrato <[email protected]> | |
pkgname=janus-gateway-git | |
pkgver=0.0.9.r239.ga6c2572 | |
pkgrel=1 | |
pkgdesc="WebRTC gateway." | |
arch=('i686' 'x86_64' 'armv6h' 'armv7h') | |
url="http://janus.conf.meetecho.com/" | |
license=('GPL3') | |
depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp' 'sofia-sip' 'libusrsctp-git' 'libwebsockets-git' 'libevent' 'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs') |
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
#!/bin/sh | |
set -o errexit | |
source ./PKGBUILD | |
OLDVERSION="$pkgver" | |
NEWVERSION=$(curl -sS https://api.github.com/repos/itchio/itch/releases | jq -r '.[0].tag_name | match("^v(\\d+(\\.\\d+)+)$"; "g").captures[0].string') | |
echo "previous version: $OLDVERSION" | |
echo "latest version: $NEWVERSION" | |
if [ "$OLDVERSION" = "$NEWVERSION" ] | |
then | |
echo "no update available" |
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
# Maintainer: danyf90 <[email protected]> | |
# Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu> | |
# Contributor: Jakub Schmidtke <sjakub-at-gmail-dot-com> | |
# Contributor: Christoph Brill <egore911-at-gmail-dot-com> | |
# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com> | |
pkgname=android-studio | |
pkgver=1.2.0.12 | |
pkgrel=1 | |
_build=141.1890965 |
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
#!/bin/bash -x | |
set -o errexit | |
projectprefix="CyanogenMod_" | |
gerrit="review.cyanogenmod.org" | |
branch="cm-11.0" | |
# projectprefix="OmniROM_" | |
# gerrit="gerrit.omnirom.org" | |
# branch="android-4.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
#!/bin/bash | |
set -o errexit | |
cherry="680ff7911e5d0701e81cd0d0d5235b300ce44a86" | |
patchname="gadget_cdrom" | |
changeid="Idf83c74815b1ad370428ab9d3e5503d5f7bcd3b6" | |
branch="cm-11.0" | |
broken_kernels=(acer_t20-common acer_t30 amazon_bowser-common amazon_otter-common samsung_msm8930-common samsung_piranha samsung_smdk4412 samsung_t1 samsung_tuna sony_mam7x27a-legacy sony_msm7x27a-legacy sony_msm8660) | |
kernels=(asus_grouper asus_tf101 asus_tf201 asus_tf300t asus_tf700t asus_tf701t bn_acclaim bn_encore bn_omap goldfish google_msm google_steelhead htc_endeavoru htc_enrc2b htc_m7 htc_msm8660 htc_msm8960 htc_msm8974 lge_hammerhead lge_ls970 lge_msm8974 lge_v500 lge_v909 motorola_msm8226 motorola_msm8960-common motorola_msm8960dt-common motorola_omap4-common motorola_omap4-kexec-common oneplus_msm8974 oppo_find5 oppo_n1 samsung_aries samsung_crespo samsung_d2 samsung_epicmtd samsung_espresso10 samsung_exynos5410 samsung_galaxytab-cdma samsung_hlte samsung_jf samsung_manta samsung_mondrianwifi samsung_msm8660-common samsung_msm866 |
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
main = httpServe config site | |
where | |
config = setErrorHandler handleError defaultConfig | |
handleError exception = liftIO $ do | |
hPutStr stderr "Error: " | |
hPrint stderr $ exception |
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
Error: queryA ECONNREFUSED | |
at errnoException (dns.js:41:10) | |
at Object.onresolve [as oncomplete] (dns.js:149:19) | |
at Object.query [as resolve4] (dns.js:172:15) | |
at Object.<anonymous> (/home/bob/tmp/test.js:3:5) | |
at Module._compile (module.js:449:26) | |
at Object.Module._extensions..js (module.js:467:10) | |
at Module.load (module.js:349:32) | |
at Function.Module._load (module.js:305:12) | |
at Function.Module.runMain (module.js:490:10) |
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
git for-each-ref --format='%(committerdate:iso8601) %(committerdate:relative) %(refname)' --sort -committerdate |
NewerOlder