diff options
author | root <root@rshg054.dnsready.net> | 2013-11-02 04:25:05 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-02 04:25:05 -0700 |
commit | 02c5897cefdb4df89590f03c12870ad263240ebd (patch) | |
tree | a53cf4dcd1e87e11a442d9fbf8c01b2dd63ad063 /libre | |
parent | eb9cc495e6d7c131c76f9abc178ac65f1e20fab1 (diff) |
Sat Nov 2 04:24:53 PDT 2013
Diffstat (limited to 'libre')
-rw-r--r-- | libre/audacious-plugins-libre/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/blackbox-libre/PKGBUILD | 28 | ||||
-rw-r--r-- | libre/ipsec-tools-libre/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/mplayer-libre/0001-demux_gif-declare-missing-PrintGifError.patch | 34 | ||||
-rw-r--r-- | libre/mplayer-libre/PKGBUILD | 81 | ||||
-rw-r--r-- | libre/mplayer-libre/include-samba-4.0.patch | 12 | ||||
-rw-r--r-- | libre/mplayer-libre/mplayer.desktop | 1 |
7 files changed, 88 insertions, 82 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD index 8caf1d90e..064900004 100644 --- a/libre/audacious-plugins-libre/PKGBUILD +++ b/libre/audacious-plugins-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 195219 2013-09-28 02:25:20Z bisson $ +# $Id: PKGBUILD 198672 2013-11-01 21:09:24Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> @@ -8,8 +8,8 @@ _pkgname=audacious-plugins pkgname=audacious-plugins-libre -pkgver=3.4.1 -pkgrel=2 +pkgver=3.4.2 +pkgrel=1 pkgdesc='Plugins for Audacious, without nonfree plugins' url='http://audacious-media-player.org/' license=('GPL' 'GPL3' 'LGPL' 'custom:BSD') @@ -61,7 +61,7 @@ optdepends=('alsa-lib: Advanced Linux Sound Arch. output' 'libcue: CUE playlist format') source=("http://distfiles.audacious-media-player.org/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('81c36186d1fef7247b6ea890db7c77061965629b') +sha1sums=('a9e831f4fd4d4c4a1dab11b819fa5ac96ce9fad0') prepare() { # Retrieve upstream & remove plugin 'psf' due to issues mentioned above. diff --git a/libre/blackbox-libre/PKGBUILD b/libre/blackbox-libre/PKGBUILD index 1c0c49a15..839ca0d7f 100644 --- a/libre/blackbox-libre/PKGBUILD +++ b/libre/blackbox-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 100133 2013-11-01 20:20:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: durbatuluk <dvdscripter@gmail.org> # Contributor: Steve Ponsford <sp4d@lavabit.com> @@ -7,17 +7,16 @@ _pkgname=blackbox pkgname=${_pkgname}-libre pkgver=0.70.1 -pkgrel=10.1 -pkgdesc="A window manager for X11 without non-free programs on menu" -url="http://${_pkgname}wm.sourceforge.net/" +pkgrel=11 +pkgdesc="A window manager for X11, without nonfree programs on the menu" +url="http://blackboxwm.sourceforge.net/" arch=('i686' 'x86_64') depends=('gcc-libs' 'libxft' 'libxext' 'libx11' 'libxt') -replaces=("${_pkgname}") -conflicts=("${_pkgname}") -provides=("${_pkgname}=${pkgver}") +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver license=('MIT') -options=('!libtool') -source=(http://downloads.sourceforge.net/${_pkgname}wm/${_pkgname}-${pkgver}.tar.gz +source=(http://downloads.sourceforge.net/blackboxwm/$_pkgname-$pkgver.tar.gz gcc4.3.patch bbdock.patch bsetbg-feh.patch @@ -31,7 +30,7 @@ md5sums=('2d173b95ca5e64ef478c6a5d2deee9df' 'f4fefa5f25c65c5d9a601e9c14646757') build() { - cd ${srcdir}/${_pkgname}-${pkgver} + cd $srcdir/$_pkgname-$pkgver patch -Np1 -i ../gcc4.3.patch patch -Np0 -i ../bbdock.patch @@ -40,8 +39,11 @@ build() { ./configure --prefix=/usr --mandir=/usr/share/man make - make DESTDIR=${pkgdir} install +} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE - install -D -m644 ${srcdir}/menu ${pkgdir}/usr/share/${_pkgname}/menu +package() { + cd $srcdir/$_pkgname-$pkgver + make DESTDIR=$pkgdir install + install -D -m644 LICENSE $pkgdir/usr/share/licenses/$_pkgname/LICENSE + install -D -m644 $srcdir/menu $pkgdir/usr/share/$_pkgname/menu } diff --git a/libre/ipsec-tools-libre/PKGBUILD b/libre/ipsec-tools-libre/PKGBUILD index 373c83942..eb7a846bb 100644 --- a/libre/ipsec-tools-libre/PKGBUILD +++ b/libre/ipsec-tools-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91859 2013-05-28 17:36:54Z spupykin $ +# $Id: PKGBUILD 100177 2013-11-01 20:59:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Allan Henriksen <allan.henriksen@gmail.com> # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> @@ -6,7 +6,7 @@ _pkgname=ipsec-tools pkgname=ipsec-tools-libre pkgver=0.8.1 -pkgrel=4 +pkgrel=5 pkgdesc="KAME IPSec tools ported to Linux (built for the linux-libre-headers package)" arch=('i686' 'x86_64' 'mips64el') url="http://ipsec-tools.sourceforge.net/" @@ -16,7 +16,7 @@ replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver license=('GPL') -options=('!makeflags' '!libtool') +options=('!makeflags') source=(http://downloads.sourceforge.net/sourceforge/ipsec-tools/$_pkgname-$pkgver.tar.bz2 racoon.service ipsec.service diff --git a/libre/mplayer-libre/0001-demux_gif-declare-missing-PrintGifError.patch b/libre/mplayer-libre/0001-demux_gif-declare-missing-PrintGifError.patch deleted file mode 100644 index c8a527cf3..000000000 --- a/libre/mplayer-libre/0001-demux_gif-declare-missing-PrintGifError.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 5194f95d39ffbb0a4a7b027d8f1b084436feb22c Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b@bpiotrowski.pl> -Date: Sun, 14 Jul 2013 10:51:11 +0200 -Subject: [PATCH] demux_gif: declare missing PrintGifError - -Apparently it has been removed from newer Giflib releases. ---- - libmpdemux/demux_gif.c | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -diff --git a/libmpdemux/demux_gif.c b/libmpdemux/demux_gif.c -index eee7a85..3d761c0 100644 ---- a/libmpdemux/demux_gif.c -+++ b/libmpdemux/demux_gif.c -@@ -44,6 +44,16 @@ typedef struct { - - #define GIF_SIGNATURE (('G' << 16) | ('I' << 8) | 'F') - -+static void PrintGifError(void) -+{ -+ char *Err = GifErrorString(); -+ -+ if (Err != NULL) -+ fprintf(stderr, "\nGIF-LIB error: %s.\n", Err); -+ else -+ fprintf(stderr, "\nGIF-LIB undefined error %d.\n", GifError()); -+} -+ - #ifndef CONFIG_GIF_TVT_HACK - // not supported by certain versions of the library - static int my_read_gif(GifFileType *gif, uint8_t *buf, int len) --- -1.8.3.2 - diff --git a/libre/mplayer-libre/PKGBUILD b/libre/mplayer-libre/PKGBUILD index 717b56af5..3f8b45dfe 100644 --- a/libre/mplayer-libre/PKGBUILD +++ b/libre/mplayer-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197402 2013-10-25 12:27:32Z giovanni $ +# $Id: PKGBUILD 198698 2013-11-02 08:09:59Z bpiotrowski $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> @@ -7,33 +7,41 @@ _pkgbase=mplayer pkgbase=mplayer-libre pkgname=('mplayer-libre' 'mencoder-libre') -pkgver=36285 -pkgrel=5 +pkgver=36498 +pkgrel=2 arch=('i686' 'x86_64') -makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' -'aalib' 'jack' 'libcaca' 'x264' 'faad2' 'lirc-utils' 'libxvmc' 'enca' 'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx' -'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio-paranoia' 'subversion') +makedepends=( + 'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora' + 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca' + 'x264' 'faad2' 'lirc-utils' 'libxvmc' 'enca' 'libvdpau' 'opencore-amr' + 'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa' + 'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray' + 'libcdio-paranoia' 'opus' + ) license=('GPL') -url="http://www.mplayerhq.hu/" +url='http://www.mplayerhq.hu/' options=('!buildflags' '!emptydirs') source=(ftp://ftp.archlinux.org/other/packages/$_pkgbase/$_pkgbase-$pkgver.tar.xz + http://ffmpeg.org/releases/ffmpeg-2.1.tar.bz2 mplayer.desktop cdio-includes.patch - 0001-demux_gif-declare-missing-PrintGifError.patch) -md5sums=('5e4f0d4d039b0219514cf52ae6da831d' - 'c0d6ef795cf6de48e3b87ff7c23f0319' + include-samba-4.0.patch) +md5sums=('8b856e8833d910b6e38b04bb8453d0dc' + '4ec1cedd4c7753512462f70b347c338a' + '62f44a58f072b2b1a3c3d3e4976d64b3' '7b5be7191aafbea64218dc4916343bbc' - '12a2a5b79849d57eab60a1bfec2978c4') + '868a92bdef148df7f38bfa992b26ce9d') prepare() { - cd "$srcdir/$_pkgbase-$pkgver" + cd $_pkgbase-$pkgver + patch -p0 -i ../cdio-includes.patch + patch -p1 -i ../include-samba-4.0.patch - patch -Np0 -i ../cdio-includes.patch - patch -Np1 -i ../0001-demux_gif-declare-missing-PrintGifError.patch + mv ../ffmpeg-2.1 ./ffmpeg } build() { - cd "$srcdir/$_pkgbase-$pkgver" + cd $_pkgbase-$pkgver ./configure --prefix=/usr \ --enable-runtime-cpudetection \ @@ -51,9 +59,10 @@ build() { --enable-xvmc \ --enable-radio \ --enable-radio-capture \ + --enable-smb \ --language=all \ --confdir=/etc/mplayer - [ "$CARCH" = "i686" ] && sed 's|-march=i486|-march=i686|g' -i config.mak + [[ "$CARCH" = "i686" ]] && sed 's|-march=i486|-march=i686|g' -i config.mak make } @@ -62,34 +71,50 @@ package_mplayer-libre() { pkgdesc="A movie player for GNU/Linux, without nonfree faac support" install=mplayer.install backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') - depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig' 'libgl' - 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi' - 'libjpeg' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 'libxxf86vm' 'libbluray' 'libcdio-paranoia') + depends=( + 'desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx' + 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig' + 'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' + 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' + 'fribidi' 'libjpeg' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' + 'libass' 'libxxf86vm' 'libbluray' 'libcdio-paranoia' 'opus' + ) provides=("mplayer=$pkgver") replaces=('mplayer') conflicts=('mplayer') - cd "$srcdir/$_pkgbase-$pkgver" - + cd $_pkgbase-$pkgver make DESTDIR="$pkgdir" install-mplayer install-mplayer-man - install -Dm644 etc/{codecs.conf,input.conf,example.conf} "$pkgdir/etc/mplayer/" + + install -Dm644 etc/{codecs.conf,input.conf,example.conf} \ + "$pkgdir/etc/mplayer/" + install -dm755 "$pkgdir/usr/share/mplayer/" - ln -s /usr/share/fonts/TTF/DejaVuSans.ttf "$pkgdir/usr/share/mplayer/subfont.ttf" + ln -s /usr/share/fonts/TTF/DejaVuSans.ttf \ + "$pkgdir/usr/share/mplayer/subfont.ttf" rm -rf "$pkgdir/usr/share/mplayer/font" + #desktop file FS#14770 - install -Dm644 "$srcdir/mplayer.desktop" "$pkgdir/usr/share/applications/mplayer.desktop" - install -Dm644 etc/mplayer256x256.png "$pkgdir/usr/share/pixmaps/mplayer.png" + install -Dm644 "$srcdir/mplayer.desktop" \ + "$pkgdir/usr/share/applications/mplayer.desktop" + install -Dm644 etc/mplayer256x256.png \ + "$pkgdir/usr/share/pixmaps/mplayer.png" } package_mencoder-libre() { pkgdesc="Free command line video decoding, encoding and filtering tool, without nonfree faac support" - depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' - 'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faad2' 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio-paranoia' 'libvorbis') + depends=( + 'enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' + 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' + 'opencore-amr' 'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faad2' + 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio-paranoia' + 'libvorbis' 'opus' + ) provides=("mencoder=$pkgver") replaces=('mencoder') conflicts=('mencoder') - cd "$srcdir/$_pkgbase-$pkgver" + cd $_pkgbase-$pkgver make DESTDIR="$pkgdir" install-mencoder install-mencoder-man find "$pkgdir/usr/share/man" -name mplayer.1 -exec rename mplayer.1 mencoder.1 {} + } diff --git a/libre/mplayer-libre/include-samba-4.0.patch b/libre/mplayer-libre/include-samba-4.0.patch new file mode 100644 index 000000000..2ed272b6a --- /dev/null +++ b/libre/mplayer-libre/include-samba-4.0.patch @@ -0,0 +1,12 @@ +diff -rupN a/stream/stream_smb.c b/stream/stream_smb.c +--- a/stream/stream_smb.c 2013-03-16 13:38:34.000000000 +0000 ++++ b/stream/stream_smb.c 2013-10-31 20:05:32.473947926 +0000 +@@ -18,7 +18,7 @@ + + #include "config.h" + +-#include <libsmbclient.h> ++#include <samba-4.0/libsmbclient.h> + #include <unistd.h> + + #include "mp_msg.h" diff --git a/libre/mplayer-libre/mplayer.desktop b/libre/mplayer-libre/mplayer.desktop index 07acea13f..946b8e345 100644 --- a/libre/mplayer-libre/mplayer.desktop +++ b/libre/mplayer-libre/mplayer.desktop @@ -19,3 +19,4 @@ Terminal=false NoDisplay=true Categories=GTK;AudioVideo;Audio;Video;Player;TV; MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/mp4;video/msvideo;video/x-msvideo;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/x-fli;video/x-flv;video/x-theora;video/x-matroska; +X-KDE-Protocols=http,ftp,smb |