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
# Contributor: Swift Geek <swiftgeek «at» gmail.com> | |
# Contributor: Nick Østergaard <oe.nick at gmail dot com> | |
pkgname=perl-alien-wxwidgets | |
pkgver=0.64 | |
pkgrel=1 | |
pkgdesc="building, finding and using wxWidgets binaries" | |
arch=('any') | |
url="http://search.cpan.org/dist/Alien-wxWidgets" | |
license=('GPL' 'PerlArtistic') |
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 -rupN dabstick-radio-0.96/dabreceiver-V2/CMakeLists.txt dabstick-radio-0.96-new/dabreceiver-V2/CMakeLists.txt | |
--- dabstick-radio-0.96/dabreceiver-V2/CMakeLists.txt 2013-08-09 12:31:18.000000000 +0200 | |
+++ dabstick-radio-0.96-new/dabreceiver-V2/CMakeLists.txt 2014-05-30 07:15:34.247068084 +0200 | |
@@ -1,4 +1,5 @@ | |
cmake_minimum_required( VERSION 2.6 ) | |
+set ( CMAKE_MODULE_PATH ${CMAKE_ROOT}/Modules ${CMAKE_CURRENT_SOURCE_DIR}/cmake ) | |
set ( CMAKE_BUILD_TYPE Release ) | |
add_definitions ( -Wall ) | |
set (KJMP 1) # flag for MP2 decoder | |
diff -rupN dabstick-radio-0.96/dabreceiver-V2/backend/fib_processor.cpp dabstick-radio-0.96-new/dabreceiver-V2/backend/fib_processor.cpp |
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
#!/sbin/sh | |
# Author: Swift Geek | |
#Break on any errors | |
set -e | |
# | |
# arg 1 is API version, according to source should be 3, previous ones can trash radio. | |
# | |
# arg 2 is the pipefd "API", https://github.com/CyanogenMod/android_bootable_recovery/blob/7d531818bdd94f7dc02bd5faeb882b4f14643999/install.c | |
# communicate with it using the recovery api (Whole 3 commands) | |
# progress <frac> <secs> # Unavailable on my devices |
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
--- ap99.h.original 2010-07-05 03:23:40.000000000 +0200 | |
+++ ap99.h.fixed 2015-03-19 03:26:25.515365506 +0100 | |
@@ -6,26 +6,38 @@ | |
#define __CONFIG_H | |
#include <configs/ar7240.h> | |
+ | |
+//Support 8M/16M flash | |
+#define FLASH_SIZE 16 | |
+ |
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
[Channel] [tvsChDb_GetPchInfoDataByPchIndex] bPchInfoIndex = 6 | |
tvsModuleCi_Finalize | |
tvsModuleMheg_Finalize | |
MAppMHEG_Finalize | |
tvsModuleDownload_Finalize | |
BinInfo b000 | |
gMp3intr 1 |
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 | |
packages=( `curl -s "https://aur.archlinux.org/packages/?SeB=m&K=swiftgeek" | tr \" "\n" | grep '^/packages/' | grep perl | awk -F/ '{print $3};' | tr '\n' ' '` ) | |
for package in ${packages[*]}; do | |
perl_module=$(curl -s "https://aur.archlinux.org/packages/${package}/" | tr \" "\n" | grep -m1 '^https://meta' | awk -F/ '{print $5};') | |
echo "https://metacpan.org/feed/distribution/${perl_module}" | |
done |
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: Tomasz "ludvick" Niedzielski <ludvick0[at]gmail[dot]com> | |
# Contributor: Swift Geek | |
pkgname=xbmc-addon-polish-media | |
_filename=repository.smuto | |
pkgver=1.2.0 | |
pkgrel=2 | |
pkgdesc="Wtyczka dla xbmc do odbioru TVNPlayer, vod.tvp.pl, ipla.tv, niektorych polskich stacji radiowych (Moje Polskie Radio) i wiele wiecej." | |
url="http://code.google.com/p/smuto/" | |
license=('GPL3') |
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
timer=0 | |
timeout=300 | |
index=0 | |
for arg in $@ ; do | |
let "index++" | |
if [ $index -lt $# ]; then | |
for (( ii=25 ; i<1; i-- )) ; do | |
[[ -n "$(pgrep $arg)" ]] && echo "Found $arg" && continue 3 | |
[[ $ii -eq 1 ]] && echo "Failed on waiting for $arg" && exit | |
[[ $timer -ge $timeout ]] && echo "Timeout after $timer" && exit |
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
[Desktop Entry] | |
Name=Slic3r | |
Comment=STL-to-GCODE translator for RepRap printers | |
Exec=slic3r.pl --gui | |
Icon=/usr/bin/vendor_perl/var/Slic3r_128px.png | |
Terminal=0 | |
Type=Application | |
Encoding=UTF-8 | |
Categories=Development;Application; |
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 -rupN badv2/bindings/Makefile.am good/bindings/Makefile.am | |
--- badv2/bindings/Makefile.am 2012-07-11 19:28:34.000000000 +0200 | |
+++ good/bindings/Makefile.am 2012-12-15 11:26:57.000000000 +0100 | |
@@ -3,7 +3,6 @@ SUBDIRS = \ | |
vala | |
else | |
SUBDIRS = \ | |
- python \ | |
vala | |
endif |
OlderNewer