diff --git a/srcpkgs/chromaprint/template b/srcpkgs/chromaprint/template new file mode 100755 index 0000000000..92b9b97f5e --- /dev/null +++ b/srcpkgs/chromaprint/template @@ -0,0 +1,20 @@ +# Template file for 'chromaprint' +pkgname=chromaprint +version=0.7 +revision=1 +distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz" +checksum="4e52c3fd443c91a5c429557753d4ba3f9d31d183810412c0d8600892f3975501" +build_style=cmake +hostmakedepends="cmake" +makedepends="ffmpeg-devel" +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="http://acoustid.org/chromaprint/" +license="LGPL" +short_desc="Library that implements a custom algorithm for extracting fingerprints from any audio source" + +chromaprint_package() { + pkg_install() { + vmove all + } +} diff --git a/srcpkgs/compton-git/template b/srcpkgs/compton-git/template index cca9618881..194ae63521 100644 --- a/srcpkgs/compton-git/template +++ b/srcpkgs/compton-git/template @@ -1,6 +1,6 @@ # Template file for 'compton-git' pkgname=compton-git -version=20130809 +version=20130819 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config asciidoc" diff --git a/srcpkgs/exiftool/template b/srcpkgs/exiftool/template old mode 100644 new mode 100755 index 850646621e..8bceafb696 --- a/srcpkgs/exiftool/template +++ b/srcpkgs/exiftool/template @@ -1,9 +1,9 @@ # Template build file for 'exiftool'. pkgname=exiftool -version=9.34 +version=9.35 revision=1 distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz" -checksum="58d926effd396d214b9d56faa5271cc84a4956f1d9a8e043d391e59ef5a531d7" +checksum="de8f979cecf3ddfcbbe930465b22c608c19efaf4615658904e3b03e3dcc95df1" build_style=perl-module makedepends="perl>=5.16" wrksrc="Image-ExifTool-${version}" diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index dd0794ef40..05984f0d17 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,9 +1,9 @@ # Template file for 'glances' pkgname=glances -version=1.6.1 +version=1.7 revision=1 distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz" -checksum="6da67b19e8508f6f93fb05536ba42b22355d3cb2637e34d21e056524f93d33a2" +checksum="5ee9c05f138c143ca11aba213dac8d5a2939b337b1e24cc3794f8f4c5e0856ba" build_style=python-module hostmakedepends="python-devel" makedepends="python-distribute" diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template index d84d348ed9..c9ce8e5cd3 100644 --- a/srcpkgs/gtk-sharp/template +++ b/srcpkgs/gtk-sharp/template @@ -1,9 +1,9 @@ # Template file for 'gtk-sharp' pkgname=gtk-sharp -version=2.12.21 -revision=3 +version=2.12.22 +revision=1 distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz" -checksum="bc356962294d538614fef08281b752fa85a0892607ff6d817583f712b8d8e1fa" +checksum="d50f153c9b1a179efb989ba46abd3083a8eae1b514dd04129f8cc9339f723926" build_style=gnu-configure hostmakedepends="pkg-config autoconf automake" makedepends="mono gtk+-devel libglade-devel libtool which" @@ -21,4 +21,4 @@ gtk-sharp_package() { pkg_install() { vmove all } -} +} \ No newline at end of file diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template new file mode 100755 index 0000000000..1b8b8f624b --- /dev/null +++ b/srcpkgs/python-pyacoustid/template @@ -0,0 +1,23 @@ +# Template file for 'python-pyacoustid' +pkgname=python-pyacoustid +version=1.0.0 +revision=1 +distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz" +checksum="31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4" +build_style=python-module +hostmakedepends="python-distribute" +makedepends="python-devel" +maintainer="Steven R " +homepage="https://github.com/sampsyo/pyacoustid" +license="MIT" +short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API" +wrksrc="pyacoustid-${version}" + +python-pyacoustid_package() { + noarch="yes" + pycompile_module="pyacoustid" + depends="python>=2.7" + pkg_install() { + vmove all + } +} \ No newline at end of file diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template new file mode 100755 index 0000000000..8310777b00 --- /dev/null +++ b/srcpkgs/python-requests/template @@ -0,0 +1,23 @@ +# Template file for 'python-requests' +pkgname=python-requests +version=1.2.3 +revision=1 +wrksrc="requests-${version}" +build_style=python-module +hostmakedepends="python-distribute" +makedepends="python-devel" +short_desc="Python HTTP for Humans." +maintainer="Steven R " +homepage="http://docs.python-requests.org/en/latest/" +license="Apache-2.0" +distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz" +checksum="156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1" + +python-requests_package() { + noarch="yes" + pycompile_module="requests" + depends="python>=2.7" + pkg_install() { + vmove all + } +} diff --git a/srcpkgs/taglib-sharp/template b/srcpkgs/taglib-sharp/template new file mode 100755 index 0000000000..18d696d889 --- /dev/null +++ b/srcpkgs/taglib-sharp/template @@ -0,0 +1,26 @@ +# Template file for 'taglib-sharp' +pkgname=taglib-sharp +version=2.1.0.0 +revision=1 +distfiles="https://github.com/mono/taglib-sharp/archive/taglib-sharp-${version}.tar.gz" +checksum="8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec" +build_style=gnu-configure +hostmakedepends="automake pkg-config" +configure_ags=" --disable-docs" +makedepends="mono" +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="https://github.com/mono/taglib-sharp" +license="LGPL2" +short_desc="LIbrary for reading and writing metadata in media files" +wrksrc="taglib-sharp-taglib-sharp-${version}" + +pre_configure() { + ./autogen.sh +} + +taglib-sharp_package() { + pkg_install() { + vmove all + } +} diff --git a/srcpkgs/xclip/template b/srcpkgs/xclip/template new file mode 100755 index 0000000000..f0a6989a0b --- /dev/null +++ b/srcpkgs/xclip/template @@ -0,0 +1,19 @@ +# Template file for 'xclip' +pkgname=xclip +version=0.12 +revision=1 +distfiles="${SOURCEFORGE_SITE}/xclip/xclip-${version}.tar.gz" +checksum="b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45" +build_style=gnu-configure +makedepends="libXmu-devel" +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="http://sourceforge.net/projects/xclip/" +license="GPLv2" +short_desc="Command line interface to the X11 clipboard" + +xclip_package() { + pkg_install() { + vmove all + } +} \ No newline at end of file diff --git a/srcpkgs/xsel/template b/srcpkgs/xsel/template new file mode 100755 index 0000000000..c6b69b3056 --- /dev/null +++ b/srcpkgs/xsel/template @@ -0,0 +1,19 @@ +# Template file for 'xsel' +pkgname=xsel +version=1.2.0 +revision=1 +distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz" +checksum="b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c" +build_style=gnu-configure +makedepends="libXt-devel" +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="http://www.vergenet.net/~conrad/software/xsel/" +license="Custom" +short_desc="Command-line program for getting and setting the contents of the X selection" + +xsel_package() { + pkg_install() { + vmove all + } +} \ No newline at end of file diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index f5ca30a685..221c37ae56 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,6 +1,6 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2013.08.09 +version=2013.08.23 revision=1 makedepends="python" short_desc="Tool to download youtube videos" @@ -8,7 +8,7 @@ maintainer="pancake " license="Public Domain" homepage="http://rg3.github.com/youtube-dl/" distfiles="http://youtube-dl.org/downloads/$version/$pkgname" -checksum="6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed" +checksum="88ac4140f5198ed24c908b29c4d7aa382d1b2871b4ad08a564180a5d809d265a" noextract=yes noarch=yes create_srcdir=yes