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
# Acer | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0660", GROUP="adbusers" | |
# Iconia Tab A500 | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", ATTR{idProduct}=="3325", SYMLINK+="android_adb" | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", ATTR{idProduct}=="3325", SYMLINK+="android_fastboot" | |
# Liquid | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", ATTR{idProduct}=="3202" | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", ATTR{idProduct}=="3203", SYMLINK+="android_adb" | |
# Archos |
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
# adb protocol on passion (Nexus One) | |
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", MODE="0600", OWNER="chippie_lover" | |
# fastboot protocol on passion (Nexus One) | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0fff", MODE="0600", OWNER="chippie_lover" | |
# adb protocol on crespo/crespo4g (Nexus S) | |
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e22", MODE="0600", OWNER="chippie_lover" | |
# fastboot protocol on crespo/crespo4g (Nexus S) | |
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e20", MODE="0600", OWNER="chippie_lover" | |
# adb protocol on stingray/wingray (Xoom) | |
SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", ATTR{idProduct}=="70a9", MODE="0600", OWNER="chippie_lover" |
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
sudo yum install qt-mobility qtwebkit | |
sudo yum install libpng* | |
sudo ln -s /usr/lib64/libnssutil3.so /usr/lib64/libnssutil3.so.1d | |
sudo ln -s /usr/lib64/libnss3.so /usr/lib64/libnss3.so.1d | |
sudo ln -s /usr/lib64/libssl.so.1.0.0j /usr/lib64/libssl.so.0.9.8 | |
sudo ln -s /usr/lib64/libsmime3.so /usr/lib64/libsmime3.so.1d | |
sudo ln -s /usr/lib64/libnspr4.so /usr/lib64/libnspr4.so.0d | |
sudo ln -s /usr/lib64/libplc4.so /usr/lib64/libplc4.so.0d | |
sudo ln -s /usr/lib64/libpng15.so /usr/lib64/libpng12.so.0 |
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
diff --git a/configure.ac b/configure.ac | |
index 6fc47a2..941dc5b 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -4,7 +4,7 @@ AC_INIT([libmtp], [1.1.5], [[email protected]]) | |
AC_CONFIG_MACRO_DIR([m4]) | |
AM_INIT_AUTOMAKE([foreign]) | |
AC_CONFIG_SRCDIR([src/libmtp.c]) | |
-AM_CONFIG_HEADER(config.h) | |
+AC_CONFIG_HEADERS(config.h) |
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
I am going to run ./configure with no arguments - if you wish | |
to pass any to it, please specify them on the ./autogen.sh command line. | |
libtoolize: putting auxiliary files in `.'. | |
libtoolize: linking file `./ltmain.sh' | |
libtoolize: You should add the contents of the following files to `aclocal.m4': | |
libtoolize: `/usr/share/aclocal/libtool.m4' | |
libtoolize: `/usr/share/aclocal/ltoptions.m4' | |
libtoolize: `/usr/share/aclocal/ltversion.m4' | |
libtoolize: `/usr/share/aclocal/ltsugar.m4' | |
libtoolize: `/usr/share/aclocal/lt~obsolete.m4' |
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
diff --git a/configure.ac b/configure.ac | |
index d2df1f0..1e61978 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -2,7 +2,7 @@ AC_PREREQ([2.64]) | |
AC_INIT([gvfs],[1.15.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs]) | |
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar]) | |
-AM_CONFIG_HEADER(config.h) | |
+AC_CONFIG_HEADERS(config.h) |
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: Peter Feigl <[email protected]> | |
# Contributor: Lubosz Sarnecki <[email protected]> | |
pkgname=tee-clc | |
pkgver=11.0.0 | |
pkgrel=1 | |
epoch= | |
pkgdesc="Microsoft Visual Studio Team Explorer Everywhere 2012 - command-line client for Visual Studio 2012 Team Foundation Server" | |
arch=(i686 x86_64) | |
url="http://www.microsoft.com/en-us/download/details.aspx?id=30661" | |
license=('custom:microsoftSoftwareLicense') |
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
** (gedit:3416): WARNING **: Could not connect to session bus |
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: Jakub Schmidtke <sjakub-at-gmail-dot-com> | |
# Contributor: Forrest L <cybercyst at gmail com> | |
# Contributor: Michael P <[email protected]> | |
# Contributor: Marcin "eXine" M. <[email protected]> | |
# Contributor: Artyom Smirnov <[email protected]> | |
# Contributor: Ashok `ScriptDevil` Gautham <[email protected]> | |
# Contributor: Laszlo Papp <djszapi2 at gmail com> | |
# Contributor: Antonio Santos <asantos at gmail dot com> | |
# Contributor: Lubosz Sarnecki <[email protected]> |
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
GStreamer : [GEN] => gst-build/gstreamer_android.c | |
GStreamer : [COMPILE] => gst-build/gstreamer_android.c | |
GStreamer : [LINK] => gst-build/libgstreamer_android.so | |
/opt/android-ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.gold: error: /home/bmonkey/workspace/brickmakers/gstreamer-sdk-android-arm-release-2012.11/lib/libavutil.a(mem.o): multiple definition of 'av_malloc' | |
/opt/android-ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.gold: /home/bmonkey/workspace/brickmakers/gstreamer-sdk-android-arm-release-2012.11/lib/gstreamer-0.10/static/libgstffmpegcolorspace.a(libgstffmpegcolorspace_la-mem.o): previous definition here | |
/opt/android-ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.gold: error: /home/bmonkey/workspace/b |
OlderNewer