diff --git a/srcpkgs/cross-arm-linux-musleabi/template b/srcpkgs/cross-arm-linux-musleabi/template index 9b0b0e976b7..e06594b4c77 100644 --- a/srcpkgs/cross-arm-linux-musleabi/template +++ b/srcpkgs/cross-arm-linux-musleabi/template @@ -12,9 +12,9 @@ _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} version=0.16 -revision=1 +revision=2 short_desc="Cross toolchain for the ${_triplet} LE Hard Float target" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://www.voidlinux.eu" license="Public Domain" distfiles=" diff --git a/srcpkgs/cross-i686-linux-musl/template b/srcpkgs/cross-i686-linux-musl/template index 4294d7e1891..3479b49beb1 100644 --- a/srcpkgs/cross-i686-linux-musl/template +++ b/srcpkgs/cross-i686-linux-musl/template @@ -11,9 +11,9 @@ _archflags="-march=i686" pkgname=cross-${_triplet} version=0.16 -revision=1 +revision=2 short_desc="Cross toolchain for the ${_triplet} target" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://www.voidlinux.eu" license="Public Domain" distfiles=" diff --git a/srcpkgs/cross-x86_64-linux-musl/template b/srcpkgs/cross-x86_64-linux-musl/template index 523b5f1a3c0..d8d6899c069 100644 --- a/srcpkgs/cross-x86_64-linux-musl/template +++ b/srcpkgs/cross-x86_64-linux-musl/template @@ -10,9 +10,9 @@ _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} version=0.16 -revision=1 +revision=2 short_desc="Cross toolchain for the ${_triplet} target" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://www.voidlinux.eu" license="Public Domain" distfiles=" diff --git a/srcpkgs/gst-plugins-base/template b/srcpkgs/gst-plugins-base/template index 923dba23d2f..e81202b6dfa 100644 --- a/srcpkgs/gst-plugins-base/template +++ b/srcpkgs/gst-plugins-base/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-base'. pkgname=gst-plugins-base version=0.10.36 -revision=6 +revision=7 build_style=gnu-configure configure_args=" --with-gudev @@ -29,7 +29,7 @@ makedepends=" pango-devel orc-devel" short_desc="GStreamer Base Plug-ins" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="GPL-2, LGPL-2.1" distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz" diff --git a/srcpkgs/gst-plugins-base1/template b/srcpkgs/gst-plugins-base1/template index 2830c74ae9e..0a7f6c42aaa 100644 --- a/srcpkgs/gst-plugins-base1/template +++ b/srcpkgs/gst-plugins-base1/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-base1'. pkgname=gst-plugins-base1 version=1:1.2.4 -revision=1 +revision=2 wrksrc="${pkgname/1/}-${version#*:}" build_style=gnu-configure configure_args="--enable-experimental --disable-static" @@ -13,7 +13,7 @@ makedepends=" libSM-devel orc-devel>=0.4.18" depends="orc>=0.4.18 gstreamer1>=${version}" short_desc="GStreamer Base Plug-ins (v1.x)" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="GPL-2, LGPL-2.1" distfiles="http://gstreamer.freedesktop.org/src/${pkgname/1/}/${pkgname/1/}-${version#*:}.tar.xz" diff --git a/srcpkgs/gst-plugins-good/template b/srcpkgs/gst-plugins-good/template index 4c0f3bde144..f7d7322ff08 100644 --- a/srcpkgs/gst-plugins-good/template +++ b/srcpkgs/gst-plugins-good/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-good'. pkgname=gst-plugins-good version=0.10.31 -revision=8 +revision=9 build_style=gnu-configure configure_args="--with-gudev --with-libv4l2 --enable-experimental --disable-schemas-install --disable-aalib --disable-esd --disable-hal @@ -14,7 +14,7 @@ makedepends="libpng-devel>=1.6 libxml2-devel libsoup-gnome-devel gst-plugins-base-devel GConf-devel pulseaudio-devel orc-devel wavpack-devel v4l-utils-devel>=0.8.9 jack-devel speex-devel" short_desc="GStreamer set of well-maintained good plug-ins" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="LGPL-2.1" distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz" diff --git a/srcpkgs/gst-plugins-good1/template b/srcpkgs/gst-plugins-good1/template index 3c164860434..445e9a1da63 100644 --- a/srcpkgs/gst-plugins-good1/template +++ b/srcpkgs/gst-plugins-good1/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-good1'. pkgname=gst-plugins-good1 version=1:1.2.4 -revision=1 +revision=2 wrksrc="${pkgname/1/}-${version#*:}" lib32disabled=yes build_style=gnu-configure @@ -18,7 +18,7 @@ makedepends=" v4l-utils-devel jack-devel speex-devel" depends="gst-plugins-base1>=${version}" short_desc="GStreamer set of well-maintained good plug-ins (1.x)" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="LGPL-2.1" distfiles="http://gstreamer.freedesktop.org/src/${pkgname/1/}/${pkgname/1/}-${version#*:}.tar.xz" diff --git a/srcpkgs/gstreamer/template b/srcpkgs/gstreamer/template index 83936e32c8a..3490fd15daa 100644 --- a/srcpkgs/gstreamer/template +++ b/srcpkgs/gstreamer/template @@ -1,13 +1,13 @@ # Template file for 'gstreamer'. pkgname=gstreamer version=0.10.36 -revision=4 +revision=5 build_style=gnu-configure configure_args="--disable-valgrind --enable-docbook" hostmakedepends="libtool pkg-config flex python perl docbook-xsl glib-devel" makedepends="libxml2-devel libglib-devel" short_desc="Core GStreamer libraries and elements" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="LGPL-2.1" distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz" diff --git a/srcpkgs/gstreamer1/template b/srcpkgs/gstreamer1/template index 74a278b6de4..9695f069720 100644 --- a/srcpkgs/gstreamer1/template +++ b/srcpkgs/gstreamer1/template @@ -1,7 +1,7 @@ # Template file for 'gstreamer1'. pkgname=gstreamer1 version=1:1.2.4 -revision=1 +revision=2 wrksrc="gstreamer-${version#*:}" build_style=gnu-configure configure_args="--disable-valgrind --enable-docbook @@ -9,7 +9,7 @@ configure_args="--disable-valgrind --enable-docbook hostmakedepends="pkg-config flex python docbook-xsl" makedepends="libxml2-devel libglib-devel" short_desc="Core GStreamer libraries and elements (1.x)" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="LGPL-2.1" distfiles="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${version#*:}.tar.xz" diff --git a/srcpkgs/libunique/template b/srcpkgs/libunique/template index 11eb261da22..80e91fae465 100644 --- a/srcpkgs/libunique/template +++ b/srcpkgs/libunique/template @@ -1,13 +1,13 @@ # Template file for 'libunique'. pkgname=libunique version=3.0.2 -revision=5 +revision=6 build_style=gnu-configure configure_args="--enable-bacon=yes --enable-dbus=yes" hostmakedepends="pkg-config glib-devel" makedepends="dbus-glib-devel gtk+3-devel" short_desc="Library for writing single instance applications" -maintainer="xtraeme " +maintainer="Juan RP " homepage="http://live.gnome.org/LibUnique" license="LGPL-2.1" distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2" diff --git a/srcpkgs/libunique1/template b/srcpkgs/libunique1/template index 97d6967f3c4..c7f9672622c 100644 --- a/srcpkgs/libunique1/template +++ b/srcpkgs/libunique1/template @@ -1,7 +1,7 @@ # Template file for 'libunique1'. pkgname=libunique1 version=1.1.6 -revision=6 +revision=7 wrksrc="libunique-${version}" patch_args="-Np1" build_style=gnu-configure @@ -9,7 +9,7 @@ configure_args="--disable-static --disable-dbus" hostmakedepends="libtool automake pkg-config" makedepends="gtk+-devel" short_desc="Library for writing single instance applications (GTK+2)" -maintainer="xtraeme " +maintainer="Juan RP " homepage="http://live.gnome.org/LibUnique" license="LGPL-2.1" distfiles="${GNOME_SITE}/libunique/1.1/libunique-$version.tar.bz2" diff --git a/srcpkgs/wget/template b/srcpkgs/wget/template index 06fb9569f69..8a63485243c 100644 --- a/srcpkgs/wget/template +++ b/srcpkgs/wget/template @@ -1,7 +1,7 @@ # Template file for 'wget' pkgname=wget version=1.15 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl=openssl --with-libssl-prefix=${XBPS_CROSS_BASE}/usr" hostmakedepends="perl" @@ -9,7 +9,7 @@ makedepends="openssl-devel libidn-devel ca-certificates libuuid-devel pcre-devel depends="ca-certificates" conf_files="/etc/wgetrc" short_desc="The GNU wget utility" -maintainer="Juan RP " +maintainer="Juan RP " homepage="http://www.gnu.org/software/wget/wget.html" license="GPL-3" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"