Skip to content

Commit

Permalink
Bump gstreamer to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBienner committed Sep 22, 2016
1 parent 36331d8 commit 93c3977
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions downloader/downloader.py
Expand Up @@ -25,12 +25,12 @@
('glib-networking-2.42.0.tar.xz', 'd1935e6974da7f39d265303c87a8389b'),
('gmp-5.1.3.tar.xz', 'e5fe367801ff067b923d1e6a126448aa'),
('gnutls-3.2.12.tar.xz', 'f507365940de8f095e1d867c6f0842f6'),
('gst-libav-1.5.2.tar.xz', 'cca866c6f9a39faaa7e939e4d3992b48'),
('gst-plugins-bad-1.5.2.tar.xz', '8735273f25226190827826cb0966a888'),
('gst-plugins-base-1.5.2.tar.xz', '6d179b69e528786aa3b5f682437567f1'),
('gst-plugins-good-1.5.2.tar.xz', '7d4afd01a460aec53404bdda6b535c5b'),
('gst-plugins-ugly-1.5.2.tar.xz', '66bbae1f7d34624255787f887d0a1dbb'),
('gstreamer-1.5.2.tar.xz', '20dabb7d084f83691d258248bcb0b28b'),
('gst-libav-1.8.3.tar.xz', 'b51a736147bacb40f85827a4e0ae0d2c'),
('gst-plugins-bad-1.8.3.tar.xz', '955281a43e98c5464563fa049e0a0911'),
('gst-plugins-base-1.8.3.tar.xz', '4d03dd81828ea6b98a44c8f1ab7f4976'),
('gst-plugins-good-1.8.3.tar.xz', '473ebb1f15c67de99ddb6e4d027c0876'),
('gst-plugins-ugly-1.8.3.tar.xz', '4fc66c77253b0ad5ce224bda654b2e7d'),
('gstreamer-1.8.3.tar.xz', 'e88dad542df9d986822e982105d2b530'),
('lame-3.98.4.tar.gz', '8e9866ad6b570c6c95c8cba48060473f'),
('libarchive-2.8.4.tar.gz', '83b237a542f27969a8d68ac217dc3796'),
('libcdio-0.93.tar.gz', 'd154476feaac5a7b5f180e83eaf3d689'),
Expand Down
12 changes: 6 additions & 6 deletions makefile.common
Expand Up @@ -18,12 +18,12 @@ gmp=gmp-5.1.3
gnutls=gnutls-3.2.12
gpgerror=libgpg-error-1.12
gpod=libgpod-0.8.0.3
gst=gstreamer-1.5.2
gstbad=gst-plugins-bad-1.5.2
gstbase=gst-plugins-base-1.5.2
gstgood=gst-plugins-good-1.5.2
gstlibav=gst-libav-1.5.2
gstugly=gst-plugins-ugly-1.5.2
gst=gstreamer-1.8.3
gstbad=gst-plugins-bad-1.8.3
gstbase=gst-plugins-base-1.8.3
gstgood=gst-plugins-good-1.8.3
gstlibav=gst-libav-1.8.3
gstugly=gst-plugins-ugly-1.8.3
id3tag=libid3tag-0.15.1b
lame=lame-3.98.4
lastfm=davidsansome-liblastfm-6748fcf
Expand Down

1 comment on commit 93c3977

@ArnaudBienner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build currently broken at the download step (easy to reproduce locally).
Some downloads randomly fail and return the following HTML page:

"502. That’s an error.

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds. That’s all we know."

I'm not sure if Google put a limitation on the number of download allowed for a given time, or if it is just temporary broken.
I will try again later. If the problem persists, I will try to implement a workaround to try again when we have this error.

Please sign in to comment.