aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-27 08:17:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-27 08:37:01 +0000
commitcc1923bda32a938d7c8704f9410ac3cf543c00ef (patch)
tree16de56f6b2bbd7e05c0445c6c4f23ed1c4040ad7
parent59e5cb3880c01e9a78c947eb40d7f8170f2bfc06 (diff)
downloadalpine_aports-cc1923bda32a938d7c8704f9410ac3cf543c00ef.tar.bz2
alpine_aports-cc1923bda32a938d7c8704f9410ac3cf543c00ef.tar.xz
alpine_aports-cc1923bda32a938d7c8704f9410ac3cf543c00ef.zip
main/x264: upgrade to 20101013
-rw-r--r--main/ffmpeg/APKBUILD2
-rw-r--r--main/gst-plugins-ugly/APKBUILD2
-rw-r--r--main/mplayer/APKBUILD2
-rw-r--r--main/vlc/APKBUILD2
-rw-r--r--main/x264/APKBUILD4
5 files changed, 6 insertions, 6 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD
index d7c8052cbc..e2b3ca7e77 100644
--- a/main/ffmpeg/APKBUILD
+++ b/main/ffmpeg/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=ffmpeg 2pkgname=ffmpeg
3pkgver=0.6.1 3pkgver=0.6.1
4pkgrel=0 4pkgrel=1
5pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" 5pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
6url="http://ffmpeg.mplayerhq.hu/" 6url="http://ffmpeg.mplayerhq.hu/"
7license="GPL" 7license="GPL"
diff --git a/main/gst-plugins-ugly/APKBUILD b/main/gst-plugins-ugly/APKBUILD
index b21117c4ba..65bc6451b7 100644
--- a/main/gst-plugins-ugly/APKBUILD
+++ b/main/gst-plugins-ugly/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=gst-plugins-ugly 2pkgname=gst-plugins-ugly
3pkgver=0.10.16 3pkgver=0.10.16
4pkgrel=0 4pkgrel=1
5pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)" 5pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)"
6url="http://gstreamer.freedesktop.org/" 6url="http://gstreamer.freedesktop.org/"
7license="LGPL" 7license="LGPL"
diff --git a/main/mplayer/APKBUILD b/main/mplayer/APKBUILD
index 26cb1371ad..dc25231dc3 100644
--- a/main/mplayer/APKBUILD
+++ b/main/mplayer/APKBUILD
@@ -2,7 +2,7 @@
2pkgname=mplayer 2pkgname=mplayer
3pkgver=1.0_rc4_p20100612 3pkgver=1.0_rc4_p20100612
4_svnver=SVN-r30554 4_svnver=SVN-r30554
5pkgrel=0 5pkgrel=1
6pkgdesc="A movie player for linux" 6pkgdesc="A movie player for linux"
7url="http://www.mplayerhq.hu/" 7url="http://www.mplayerhq.hu/"
8license="GPL" 8license="GPL"
diff --git a/main/vlc/APKBUILD b/main/vlc/APKBUILD
index c83c49571a..ae0b14bd55 100644
--- a/main/vlc/APKBUILD
+++ b/main/vlc/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=vlc 2pkgname=vlc
3pkgver=1.1.4.1 3pkgver=1.1.4.1
4pkgrel=0 4pkgrel=1
5pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" 5pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
6url="http://www.videolan.org/vlc/" 6url="http://www.videolan.org/vlc/"
7license="GPL-2" 7license="GPL-2"
diff --git a/main/x264/APKBUILD b/main/x264/APKBUILD
index b6d0a61289..312913508c 100644
--- a/main/x264/APKBUILD
+++ b/main/x264/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=x264 2pkgname=x264
3pkgver=20100607 3pkgver=20101013
4pkgrel=0 4pkgrel=0
5pkgdesc="free library for encoding H264/AVC video streams" 5pkgdesc="free library for encoding H264/AVC video streams"
6url="http://www.videolan.org/developers/x264.html" 6url="http://www.videolan.org/developers/x264.html"
@@ -26,4 +26,4 @@ package() {
26 cd "$_builddir" 26 cd "$_builddir"
27 make DESTDIR="$pkgdir" bindir=/usr/bin libdir=/usr/lib includedir=/usr/include install || return 1 27 make DESTDIR="$pkgdir" bindir=/usr/bin libdir=/usr/lib includedir=/usr/include install || return 1
28} 28}
29md5sums="d796cbb3eb4ce5126b861aed64d0058e x264-snapshot-20100607-2245.tar.bz2" 29md5sums="332def30b4c8ba2d4ef307396a354c19 x264-snapshot-20101013-2245.tar.bz2"