summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-11-22 14:34:29 +0000
committerWorMzy Tykashi2016-11-22 14:34:29 +0000
commit45838226324cad1720ed07eaffae922486385b49 (patch)
treefaed336819ab5c10823f6c5db54ba90fab67a921
parent1cba34353736a865aa54b0b704f290062cd8c109 (diff)
downloadaur-45838226324cad1720ed07eaffae922486385b49.tar.gz
Updated to 27.0.0
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD15
-rw-r--r--mozconfig.in2
3 files changed, 14 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ee9adab9bf8..e6ada8b8c852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
- pkgver = 26.5.0
+ pkgver = 27.0.0
pkgrel = 1
url = http://www.palemoon.org/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = palemoon
makedepends = unzip
makedepends = zip
makedepends = yasm
- makedepends = gstreamer0.10
- makedepends = gstreamer0.10-base-plugins
+ makedepends = gstreamer
+ makedepends = gst-plugins-base
makedepends = libpulse
makedepends = gcc5
depends = gtk2
@@ -28,15 +28,12 @@ pkgbase = palemoon
optdepends = libpulse: PulseAudio audio driver
optdepends = hunspell: spell checker and morphological analyzer
optdepends = hyphen: library for hyphenation and justification
- optdepends = gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing
- optdepends = gstreamer0.10-good-plugins: webm and mp4 demuxing
- optdepends = gstreamer0.10-bad-plugins: aac, vp8 and opus decoding
- optdepends = gstreamer0.10-ugly-plugins: h.264 and mp3 decoding
- optdepends = gstreamer0.10-ffmpeg: h.264 decoding
- source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=26.5.0_Release
+ optdepends = gst-libav: h.264 support
+ optdepends = gst-plugins-good: h.264 support
+ source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=27.0.0_Release
source = mozconfig.in
md5sums = SKIP
- md5sums = 6c23b737a8ef846926d247116b69f33d
+ md5sums = 17d3e79f16ffa6fe1630849b71fb4709
pkgname = palemoon
diff --git a/PKGBUILD b/PKGBUILD
index 48af1bc774fc..1fd63314caf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ilikenwf
# Contributor: American_Jesus
pkgname=palemoon
-pkgver=26.5.0
+pkgver=27.0.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
@@ -11,20 +11,17 @@ url="http://www.palemoon.org/"
license=('MPL' 'GPL' 'LGPL')
depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
'startup-notification')
-makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm' 'gstreamer0.10'
- 'gstreamer0.10-base-plugins' 'libpulse' 'gcc5')
+makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm' 'gstreamer'
+ 'gst-plugins-base' 'libpulse' 'gcc5')
optdepends=('libpulse: PulseAudio audio driver'
'hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
- 'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
- 'gstreamer0.10-good-plugins: webm and mp4 demuxing'
- 'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
- 'gstreamer0.10-ugly-plugins: h.264 and mp3 decoding'
- 'gstreamer0.10-ffmpeg: h.264 decoding')
+ 'gst-libav: h.264 support'
+ 'gst-plugins-good: h.264 support')
source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
mozconfig.in)
md5sums=('SKIP'
- '6c23b737a8ef846926d247116b69f33d')
+ '17d3e79f16ffa6fe1630849b71fb4709')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig
diff --git a/mozconfig.in b/mozconfig.in
index 73a9b5262921..9b0837a8c6ed 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -46,7 +46,7 @@ ac_add_options --disable-valgrind
# enable useful features
ac_add_options --enable-chrome-format=omni
-ac_add_options --enable-gstreamer=0.10
+ac_add_options --enable-gstreamer
ac_add_options --enable-pulseaudio
ac_add_options --enable-startup-notification
ac_add_options --enable-url-classifier