Commit Graph

26457 Commits

Author SHA1 Message Date
Silvan Mosberger
0e5f5125d4
Merge pull request #43010 from roberth/update-p4v-sha256
p4v: update sha256
2018-07-04 16:11:14 +02:00
adisbladis
33b1b12cd8
firefox-beta-bin: 62.0b4 -> 62.0b5 2018-07-04 22:07:53 +08:00
adisbladis
161e1aca70
firefox-devedition-bin: 62.0b4 -> 62.0b5 2018-07-04 22:07:41 +08:00
Silvan Mosberger
fac943fc81
Merge pull request #42897 from fragamus/master
add bliss package
2018-07-04 13:59:41 +02:00
Michael Gough
e3ea685957 bliss: init at 0.73 2018-07-04 11:33:10 +00:00
R. RyanTM
4395124b0c rtv: 1.22.1 -> 1.23.0 (#42960)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/rtv/versions.

These checks were done:

- built on NixOS
- /nix/store/dwraqsqfsm0m4qvl5wlqhmnb54wpxwkc-rtv-1.23.0/bin/.rtv-wrapped passed the binary check.
- /nix/store/dwraqsqfsm0m4qvl5wlqhmnb54wpxwkc-rtv-1.23.0/bin/rtv passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 1.23.0 with grep in /nix/store/dwraqsqfsm0m4qvl5wlqhmnb54wpxwkc-rtv-1.23.0
- directory tree listing: https://gist.github.com/8c64789a90d08be3073dbc8eac48d879
- du listing: https://gist.github.com/f267d185b2f0ddae8c300012c670bc9e
2018-07-04 10:44:47 +02:00
R. RyanTM
14ccede479 feh: 2.26.4 -> 2.27 (#43007)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/bin/feh passed the binary check.
- /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.27 with grep in /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27
- directory tree listing: https://gist.github.com/e18bcf94ab62852f0967389e4d102bd7
- du listing: https://gist.github.com/c252a1ef6aa364f8139ab9a63911130a
2018-07-04 10:42:09 +02:00
R. RyanTM
3d5bdd3570 grisbi: 1.0.2 -> 1.0.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/grisbi/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/d57ny55jq154x7iv786w0c7hxsddnvf7-grisbi-1.0.4/bin/grisbi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/d57ny55jq154x7iv786w0c7hxsddnvf7-grisbi-1.0.4/bin/.grisbi-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.0.4 with grep in /nix/store/d57ny55jq154x7iv786w0c7hxsddnvf7-grisbi-1.0.4
- directory tree listing: https://gist.github.com/88cf58691f673a3bb235fbe5a74e830e
- du listing: https://gist.github.com/56e8df132720715c41cd5f30253080d8
2018-07-04 01:22:12 -07:00
Robert Hensing
02ee6b85fe p4v: update sha256 2018-07-04 10:21:45 +02:00
R. RyanTM
e1b24b2fb5 openshot-qt: 2.4.1 -> 2.4.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openshot-qt/versions.

Version release notes (from GitHub):
**Highlights**
------------------------
 - 7 New Effects (Crop, Hue, Color Shift, Pixelate, Bars, Wave, Shift)
 - Auto Audio Mixing
 - Auto Rotate
 - Improved Audio Playback
 - Improved Stability
 - Improved Export Dialog
 - New Codec Support (including experimental)
 - Growing Team of Developers
 - Dramatically Improved Build System

**libopenshot-audio 0.1.6  so:6**
-----------------------
* Fix under-linking (pthread and dl), fixes 3
* Integration of GitLab build pipelines

**libopenshot 0.2.0  so:15**
-----------------------
* Auto audio mixing strategy per clip (average, reduce, or none)
* Adding new crop effect, which can also be animated for some very cool effects.
* Adding new Color Shift effect, which can shift any color (RGBA) with infinite wrapping (and full supports animation).
* Adding new Pixelate video effect, which pixelates a portion (or all) of a frame's image, and is fully animatable.
* Adding new video effect: Bars, which allow for animating colored bars around your video, such as a letterbox effect.
* Adding new wave video effect, which can be animated in a ton of ways to create lots of cool wave distortion effects.
* Adding Hue video effect, to adjust the hue of a frame's image, which can also be animated with a keyframe
* Adding new effect: Shift, an infinite pixel shifting effect which can be animated and wrap images in any direction.
* Auto-Rotates any Clip with Reader metadata 'rotate' attribute.
* Experimental codecs now supported in FFmpeg/LibAV
* Audio popping during preview (due to resampling)
* Fixing brightness and Mask effects to calculate factor with a float type, giving more fine control
* Fix Blur.cpp by copying blur_<chan> values back to <chan> so horizontal *and* vertical blurs can be applied in one effect and blur accumulates with increased iterations
* Update and apply frame mapper on any clip changes, to keep timeline offsets in sync (i.e. avoid audio popping due to slight misalignments of clips on the timeline).
* Removing old frames from WorkingCache (when no longer needed). This helps prevent freezing looking for old frame data on certain videos.
* Adding metadata from format, audio stream, and video streams to ReaderBase.info, which in some cases includes the 'rotate' metadata added by certain cameras, and audio metadata like title, album, artist, copyright, dates, etc...
* Added in metadata encoding capabilities (writer.info.metadata["title"] = "My Title"). Only certain tag names are accepted (see FFmpeg for more on which tags are supported by which codecs).
* Optimize and improve speed of Mask effect (used by transitions). This is way faster than before!
* Fixing assignement and copy operators on Frame class (to prevent crashes for unintiailized image and audio pointers), and ensuring both copy and assignment operators work as expected.
* Fixing the color property of Frames, which was being lost on some constructors.
* Increase valid frame rates to 240 fps since many cameras now support this higher frame rate
* Fixing regression on Clip constructor, and simplifying pointer initialization
* Fixing a bug with Frame::AddImage (convertToFormat) not actually doing anything. It returns a new image, and does not convert the format in-place.
* Preventing crash if Seek invoked before QtPlayer are initialized properly
* FFMPEG 3.2 support for FFmpegWriter
* FFMPEG 3.2 support for FFmpegReader
* Fixing FFmpeg version breakage in FFmpegWriter
* Increasing the default amount of cache in FFmpeg, based on the # of processors, to better support high framerate videos.
* Changing some Seek values to be more accurate, and fixes a race condition with Timeline_Tests.cpp.
* Changing some sleep() calls to usleep(), for more accuracy. This is a bit experimental, and hopefully will work on all OSes.
* Do not clobber gainFactor when determining volume adjustments and add a TODO note about current_max_volume always being 0
* Removing anchor from clip properties (since it is unused)
* Adding "dbghelp" dependency for Windows builds (for crash handling support), and improved Windows build instructions using MSYS2.
* Properly set test media files path, fixes 36
* Fixing black frames at end of video clips, if audio stream longer than video stream, and end-of-stream is reached.
* Integration of GitLab build pipelines
* Faster Windows builds
* Fixing audio unit tests
* Avoid mixing audio for clips with no volume or disabled audio.
* Updating cmake file for libopenshot-audio to search $ENV first, and then static folders
* Add missing type cast
* Spelling and typo fixes

**openshot-qt 2.4.2**
-----------------------
* More detailed export dialog progress, including estimate time remaining, FPS, and more accurate percentage. Thanks Peter!
* Defaulting to AAC audio codec
* Improving zoom scale calculation, to use a custom bezier curve (zoom gets faster and faster the more you zoom out). 30 levels of precision between 1 second and 7200 seconds.
* Auto-rotate for Readers with 'rotate' metadata. This requires a slightly newer version of FFmpeg, otherwise the 'rotate' tag is never found.
* Adding new Crop video effect
* Adding new Color Shift video effect (with temp icon)
* Adding Pixelate video effect, which can animate a pixelated version of part (of all) of a video clip.
* Adding new Bars video effect, which allow for animating colored bars around your video, such as a letterbox effect.
* Adding new Wave video effect
* Adding Hue video effect
* Adding new Shift effect (which allows for shifting the image in any direction and allows for animation, with infinite wrapping)
* Support for 32-bit and 64-bit Windows builds, and an update to the Windows dependencies (and installer size reduction).
* 32-bit version of Windows is now large address aware, and can make use of more memory, but users might need to run this command first: 'bcdedit /set IncreaseUserVa 3072' in order to utilize this
* No longer crash app if user settings cannot be read. Now we show a message box and reset the user settings.
* Adding save indicator in window title
* Retain track parameters during add/remove track
* Update titles to be compatible with newer versions of Inkscape
* Always apply mapper when opening a project, to ensure no audio starts popping for different framerate projects
* Split Clip dialog now sends focus back to slider after clicking 'Start' or 'End'  or 'Play' (to make it easier for frame-by-frame arrow keys)
* Make clip and transition menus trigger on mouse-down, and not move the timeline item when the menu is activate
* Removing max constrains from export length, so user can export blackness at the end of his project if so desired.
* Disabling/Enabling save icon based on if the project needs saving
* Add preset xml file for chromebook target
* Removing unneeded 64-bit/32-bit clean-up code from Windows installer (which breaks on a 32-bit system)
* Fix initial save indicator on a new (blank) project
* Also use import_path for missing-file recovery
* Add import_path tracking to project data
* Updating mac build scripts to use Python 3.6 (with a newer version of OpenSSL)
* Preview controls use media-skip icons
* New razor-tool cursor
* Adding new developer page to documentation, with step by step instructions on getting a Ubuntu development environment setup for libopenshot, libopenshot-audio, and openshot-qt.
* Position is always (frame - 1) / fps
* Utility functions for unit conversion
* Be more explicit about logfile paths
* Adding back in /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 to the AppImage
* Rename dv_pal_wide_animorphic to correct spelling
* Remove duplicate profiles
* Protect slack upload better during build server
* Updating sponsors, donors, and contributors
* Updating translations
* Change the if statement for default language to use system default
* Copy log file for each successful build (for debugging reasons)
* Use QUrl.toLocalFile() to convert dropped URIs
* Add Contributing section
* Update Tutorial, Code tags and contrib link
* Update GitHub info in tutorial
* Use images/ path for images, not _static/ in documentation
* Fix wrapping in Tutorial documentation
* Replace ASCII arrows with Unicode arrow character in documentation
* Also update transition layer on track add/remove
* Small refactor of build server file uploads, and added extra check for 'already uploaded' assets to GitHub
* Improve error message for failed uploads during build server
* Remove torrents if already existing
* Integration of GitLab build pipelines
* Updating font family on built-in titles
* Remove some unneeded copies of libopenshot and libopenshot-audio in the AppImage, reducing size of AppImage
* Fixing issue with Linux AppImage creation on build server
* Migrating from Bzr to Git (on Launchpad)
* Delete old ISSUE_TEMPLATE
* Correct a cut-and-paste wrong comment
* Fixing copyright to use translation-friendly formatting, and hiding hardware decode preference (for now)
* Update websites section and removal of too many caps
* Change readme to be markdown
* Log length of metrics response, not content
* Updated copyrights to 2018 (from 2016). Also edited `about.py` so the year is automatically updated.
* Adding a few missing dependencies into the developer doc page
* .gitignore: ignore docs/_build & all pycache

**Git Changes**
-----------------------
* Implementing GitFlow for project (develop, release, and master branches)
* Protected branches (on all repos), preventing direct pushes
* Must pass unit tests and status checks before merges allowed
* Must go through the Pull/Merge Request flow to be merged into a protected branch
* Automated git repo syncing between GitHub->GitLab->Launchpad
* Automated GitLab CI build pipelines (all builds, tests, installers, daily installers, are run through GitLab CI now)
* Builds and installers also support any branch, making feature branches and test branches much more useful, since we can share installers for them

**Credits**
-----------------------
* Peter M
* DylanC
* Rich A
* FeRD
* Louis S
* Beau N
* peanutbutterandcrackers
* Dr. Tobias

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/knyiv36a47fri28b440n4z5fdxf1mn38-openshot-qt-2.4.2/bin/openshot-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/knyiv36a47fri28b440n4z5fdxf1mn38-openshot-qt-2.4.2/bin/..openshot-qt-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/knyiv36a47fri28b440n4z5fdxf1mn38-openshot-qt-2.4.2/bin/.openshot-qt-wrapped had a zero exit code or showed the expected version
- 0 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 2.4.2 with grep in /nix/store/knyiv36a47fri28b440n4z5fdxf1mn38-openshot-qt-2.4.2
- directory tree listing: https://gist.github.com/b5da2c2f9b03d20a447994a55a803e7e
- du listing: https://gist.github.com/2ae1642544817e3e40b9456552762659
2018-07-03 20:08:38 -07:00
Will Dietz
0b7d6bb04f vim: v8.1.0001 -> v8.1.0146 2018-07-03 19:31:05 -05:00
taku0
1389274146 thunderbird: 52.8.0 -> 52.9.0 2018-07-04 09:12:53 +09:00
taku0
f3d5d1ce82 thunderbird-bin: 52.8.0 -> 52.9.0 2018-07-04 09:12:27 +09:00
R. RyanTM
9dbd577872 snd: 18.4 -> 18.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/snd/versions.

These checks were done:

- built on NixOS
- /nix/store/yv1d12mfh384087sd9yql3nhj71720lz-snd-18.5/bin/snd passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 18.5 with grep in /nix/store/yv1d12mfh384087sd9yql3nhj71720lz-snd-18.5
- directory tree listing: https://gist.github.com/3cc3f3b2285827a7f116fa28ff12baf7
- du listing: https://gist.github.com/e3639f9f1b7a1e5977ce81065436be06
2018-07-03 14:19:18 -07:00
worldofpeace
957744f822 wire-desktop: 3.0.2816 -> 3.2.2840 2018-07-03 16:28:41 -04:00
Michael Weiss
d12e7b8d17 androidStudioPackages.{dev,canary}: 3.3.0.0 -> 3.3.0.1 2018-07-03 21:28:15 +02:00
Michael Weiss
a22d2a018d quiterss: 0.18.11 -> 0.18.12 2018-07-03 21:10:33 +02:00
R. RyanTM
271980cec3 urh: 2.1.1 -> 2.2.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/urh/versions.

These checks were done:

- built on NixOS
- /nix/store/v7164xfx4b3rgbfx064wd3m6dk0fyp8n-urh-2.2.2/bin/.urh-wrapped passed the binary check.
- /nix/store/v7164xfx4b3rgbfx064wd3m6dk0fyp8n-urh-2.2.2/bin/urh passed the binary check.
- /nix/store/v7164xfx4b3rgbfx064wd3m6dk0fyp8n-urh-2.2.2/bin/.urh_cli-wrapped passed the binary check.
- /nix/store/v7164xfx4b3rgbfx064wd3m6dk0fyp8n-urh-2.2.2/bin/urh_cli passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 2 of 4 passed binary check by having the new version present in output.
- found 2.2.2 with grep in /nix/store/v7164xfx4b3rgbfx064wd3m6dk0fyp8n-urh-2.2.2
- directory tree listing: https://gist.github.com/81386656453f8d5f0c949b53d0839bb3
- du listing: https://gist.github.com/04e2f4b58a606d8685287a855fe578b5
2018-07-03 12:05:19 -07:00
Gabriel Ebner
ebf4cfb272 khard: fix build
Copied the fix from #42782
2018-07-03 17:08:47 +02:00
Orivej Desh
4181081643 digitalbitbox: fix build after #41902
This package depends on qtmultimedia which depends on libpulse whose libtool
files add `-lcap` to the linker command line. These libtool files should be
stripped with pruneLibtoolFiles, and then libcap dependency can be removed.
2018-07-03 14:37:22 +00:00
Silvan Mosberger
08895c66c4
Merge pull request #42859 from scolobb/icicles-bump
icicles: 2018-04-16 -> 2018-07-02
2018-07-03 15:33:05 +02:00
Tim Steinbach
e08b53df15
minikube: 0.27.0 -> 0.28.0 2018-07-03 09:18:01 -04:00
Jörg Thalheim
ad836e1b13
Merge pull request #42890 from sorki/ipmicfg_3
ipmicfg: 1.27.1 -> 1.28
2018-07-03 13:42:50 +01:00
Orivej Desh
6b404b944a mpv: fix build with wayland after #41902 2018-07-03 12:32:41 +00:00
Ambroz Bizjak
3d662b5d0b vscode: 1.24.0 -> 1.24.1 2018-07-03 12:27:58 +02:00
Gabriel Ebner
7138bc0eab
Merge pull request #42841 from gebner/heif
HEIF support
2018-07-03 09:28:25 +02:00
Joachim F
2a37894e3e
Merge pull request #42856 from oxij/pkg/update-tb
tor-browser: 52.8.1esr-7.5-1 -> 52.9.0esr-7.5-2
2018-07-02 23:47:44 +00:00
Richard Marko
d7344120e0 ipmicfg: 1.27.1 -> 1.28 2018-07-03 00:09:38 +02:00
Silvan Mosberger
5b4becadf4 zotero: fix (#42881) 2018-07-02 23:51:39 +02:00
adisbladis
215db45f62
firefox-beta-bin: 62.0b3 -> 62.0b4 2018-07-03 00:06:53 +08:00
adisbladis
8b48b33e24
firefox-devedition-bin: 62.0b3 -> 62.0b4 2018-07-03 00:06:52 +08:00
Timo Kaufmann
dcc1013f6b pythonPackages.backports_shutil_get_terminal_size: 1.0 -> 2016-02-21 (#42840) 2018-07-02 18:03:05 +02:00
adisbladis
c5fd7d85ce
Merge pull request #42842 from Pneumaticat/barrier-fix-qt-5.11
barrier: fix compilation on Qt 5.11
2018-07-03 00:01:18 +08:00
Robert Helgesson
033c9ace4e
josm: 13878 -> 13996 2018-07-02 17:59:36 +02:00
Robert Helgesson
cb96b8643c
eclipse-plugin-jdt-codemining: init at 1.0.0.201806221018 2018-07-02 17:37:17 +02:00
Sarah Brofeldt
f06ce58323
Merge pull request #42843 from fragamus/master
hmetis: init at 1.5
2018-07-02 11:40:41 +02:00
Peter Simons
cbc1a03ab8 R: update to version 3.5.1
(cherry picked from commit 7e2f2037ea6d6533492d407696f260e7b11df49d)
2018-07-02 11:33:50 +02:00
Sarah Brofeldt
e395218ed6
Merge pull request #42852 from samueldr/auto/dbeaver/nixpkgs-unstable/5.1.2
dbeaver: 5.1.1 -> 5.1.2
2018-07-02 11:28:30 +02:00
Peter Hoeg
a22ba5f05b krename: 20170610 -> 5.0.0 2018-07-02 13:38:29 +08:00
SLNOS
3b7d8d83e8 tor-browser: 52.8.1esr-7.5-1 -> 52.9.0esr-7.5-2 2018-07-02 02:39:36 +00:00
Sergiu Ivanov
ea1b56c27b icicles: 2018-04-16 -> 2018-07-02 2018-07-02 04:36:09 +02:00
Samuel Dionne-Riel
964fde7eec dbeaver: 5.1.1 -> 5.1.2 2018-07-01 20:50:13 -04:00
Kevin Liu
5aa51e54a9
barrier: fix compilation on Qt 5.11 2018-07-01 17:12:09 -04:00
Michael Gough
f180facaa0 hmetis: init at 1.5 2018-07-01 18:29:55 +00:00
lewo
f5acacffad
Merge pull request #42706 from r-ryantm/auto-update/gnucash
gnucash: 3.1-1 -> 3.2
2018-07-01 19:58:58 +02:00
aszlig
b916ed31f2
twister: Use boost with Python support
Since 772eef9168, Boost by default doesn't
support Python anymore, so we need to override it with Python support.

Signed-off-by: aszlig <aszlig@nix.build>
2018-07-01 19:40:40 +02:00
aszlig
179f9c4fd1
ledger: Use Boost Python support if applicable
Since 772eef9168 Boost no longer has
Python support enabled by default, so depending on whether Ledger has
Python support built in we also use either Boost with Python support or
without.

Tested building with and without Python support and both builds now
succeed.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @the-kenny, @jwiegley
2018-07-01 19:40:40 +02:00
Gabriel Ebner
02b7eef808 krita: heif and gif support 2018-07-01 14:21:37 +02:00
Gabriel Ebner
a2922b0453 krita: 4.0.3 -> 4.1.0 2018-07-01 14:21:36 +02:00
Gabriel Ebner
a3c82197d9 imagemagick: heif support 2018-07-01 14:21:36 +02:00
Gabriel Ebner
69d139befc gimp: add heif support 2018-07-01 14:21:36 +02:00
Gabriel Ebner
e683432895 imagemagick7: add heif support 2018-07-01 14:21:36 +02:00
Tuomas Tynkkynen
d1b9bf9223 sidplayfp: Init at 1.4.3 2018-07-01 13:36:57 +03:00
Gabriel Ebner
693a4ce209 goldendict: 1.5.0.rc2 -> 2018-06-13
fixes build
2018-07-01 12:00:17 +02:00
Michael Raskin
055a29c4a1
Merge pull request #39981 from timokau/sage-on-nixos
Sage on nixos
2018-07-01 07:37:42 +00:00
Timo Kaufmann
70ba695777 sage: replace JUPYTER_PATH patch by upstream patch
The patch was replaced by a better upstream patch that doesn't mvoe the
jupyter dir to the user's home.
2018-06-30 22:30:30 +02:00
Tad Fisher
81c2f270e5 zoom-us: 2.0.123200.0405 -> 2.2.128100.0627 (#42742) 2018-06-30 19:03:17 +02:00
Jaakko Luttinen
20dd009f6a nano-wallet: 12.1 -> 14.2 (#42803) 2018-06-30 18:43:28 +02:00
Timo Kaufmann
398dad270a sage, arb: update sage dependencies arb and pynac
Removes the version pinning for arb and pynac by backporting the
upstream (sage) package upgrades. This necessitates a new patch for arb,
which was however already proposed and accepted upstream.
2018-06-30 17:05:56 +02:00
worldofpeace
a276404d44 eolie: 0.9.16 -> 0.9.35 (#42813) 2018-06-30 15:23:37 +02:00
Meghea Iulian
c9f9ec6f18 avocode: 3.0.0 -> 3.1.1 (#42808) 2018-06-30 13:56:33 +02:00
Luz
f6a2869031 librepcb-unstable: 2017-12-29 -> 2018-06-28 (#42786)
* Update: 2017-12-29 -> 2018-06-28

* Update libs also to qt5.9

* Add required default font file

* Switch back to default Qt version
2018-06-30 13:56:12 +02:00
Jörg Thalheim
d00b7fa13f
Merge pull request #42806 from redfish64/master
android-studio: added libGL as a dependency
2018-06-30 08:41:09 +01:00
Tim Engler
e1eb55deae android-studio: added libGL as a dependency
Without it, when starting an android emulator in some cases results in the
cryptic, "KVM is required to run this AVD. Unknown Error"

Fixes #41703
2018-06-30 15:16:10 +08:00
lewo
fff2d7c8d1
Merge pull request #42760 from akru/master
parity: 1.10.7 -> 1.10.8
2018-06-30 09:02:49 +02:00
Matthew Bauer
cf31962ed8
Merge pull request #42796 from ryantm/repology-problems2
treewide: http -> https
2018-06-29 23:15:23 -04:00
Matthew Bauer
d1f691e2cf
Merge pull request #42800 from lukeadams/gr-v2
gnuradio: fix issues with last pr
2018-06-29 22:26:20 -04:00
Luke Adams
408bc4bf96 gnuradio: undo ninja (revert to unix make)
* ninja generator fails to create response file
See https://gitlab.kitware.com/cmake/cmake/issues/17877
2018-06-29 20:21:06 -05:00
aszlig
99d7805a6f
kmymoney: Fix build with Qt 5.11
It's a really small fix that even could have been done via sed, but I'm
using the upstream patch instead so that once a new upstream release
comes along we don't forget to drop the patch.

The patch is from the upstream commit at:

https://cgit.kde.org/kmymoney.git/commit/?id=e5198a902996b27bf9abde0ad24af82d55ab5dc1

Signed-off-by: aszlig <aszlig@nix.build>
2018-06-30 03:09:57 +02:00
Luke Adams
c328738a06 gnuradio: fix hash for 3.7.13.3 2018-06-29 19:55:24 -05:00
Ryan Mulligan
1d54dc6841 treewide: http -> https 2018-06-29 17:18:27 -07:00
Timo Kaufmann
17e6b391eb sage: 8.1 -> 8.2, use system packages 2018-06-30 01:21:31 +02:00
Timo Kaufmann
424835acc8 symmetrica: add patches 2018-06-30 01:20:46 +02:00
R. RyanTM
827d3d3796 chirp: 20180611 -> 20180614 (#42525)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/chirp-daily/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/gfgi7c2ps023ga27vx6s38y4gkgx1c54-chirp-daily-20180614/bin/.chirpw-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/gfgi7c2ps023ga27vx6s38y4gkgx1c54-chirp-daily-20180614/bin/chirpw had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 20180614 with grep in /nix/store/gfgi7c2ps023ga27vx6s38y4gkgx1c54-chirp-daily-20180614
- directory tree listing: https://gist.github.com/5a739e8fa0584360afb3f692d19e3771
- du listing: https://gist.github.com/e530a387cd61ae6e0b944b372041bd3d
2018-06-30 01:12:42 +02:00
xeji
ad112ca0a4
Merge pull request #42782 from dotlambda/dateutil-2.7-fixes
Fix packages broken by python-dateutil bump
2018-06-30 00:42:21 +02:00
aszlig
b70ccf8a7b
cbatticon: Fix build by removing -Wno-format
This conflicts with -Werror=format-security and the build doesn't have
any format security problems, so -Wno-format IMHO shouldn't be there in
the first place.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @domenkozar
2018-06-29 22:42:16 +02:00
obadz
79b33a2c00 citrix-receiver: 13.9.1 -> 13.10.0 2018-06-29 21:33:09 +01:00
obadz
a046d8c873 citrix-receiver: override libidn 1.35 back to 1.34 just for this binary pkg 2018-06-29 21:33:07 +01:00
John Wiegley
4d28621c44
Merge pull request #42759 from Zimmi48/coq-8.8.1
coq_8_8: 8.8.0 -> 8.8.1
2018-06-29 13:31:01 -07:00
Johannes Frankenau
701ddacfb1 streamlink: 0.13.0 -> 0.14.2 (#42625) 2018-06-29 22:26:52 +02:00
Vladimír Čunát
2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Vladimír Čunát
2f4001f41a
Merge #42729: firefox-61 and related updates (security)
(cherry picked from commit 8ad921dc94)
Fast-forwarded to get to master sooner.
2018-06-29 20:58:13 +02:00
Robert Schütz
12cf9f7eda khal: pin python-dateutil==2.6.1 2018-06-29 19:28:18 +02:00
Jan Tojnar
a6f228d794
osmo: switch to gspell 2018-06-29 18:42:01 +02:00
Robert Helgesson
8e78a9a68f
eclipse-plugin-jdt: 4.7.3a -> 4.8 2018-06-29 16:52:19 +02:00
Robert Helgesson
78601c097c
eclipse-sdk: 4.7.3a -> 4.8 2018-06-29 16:52:19 +02:00
Robert Helgesson
54f7949636
eclipse-platform: 4.7.3a -> 4.8 2018-06-29 16:52:14 +02:00
Peter Hoeg
140ad12d71
Merge pull request #42765 from jfrankenau/fix-puddletag
puddletag: install desktop entry and man page
2018-06-29 22:13:08 +08:00
Patrick Hilhorst
b95b410d43
atom, atom-beta: fixed #42730
Swithed atom to use gtk3 instead of 2.
Fixed channel detection in the atom startup script.
2018-06-29 15:10:17 +02:00
Johannes Frankenau
f4e9294970 puddletag: install desktop entry and man page 2018-06-29 14:34:33 +02:00
Michael Weiss
b00d53fcfe androidStudioPackages.{dev,canary}: 3.2.0.18 -> 3.3.0.0 2018-06-29 13:54:10 +02:00
Michael Weiss
474fd13606 androidStudioPackages.beta: 3.2.0.18 -> 3.2.0.19 2018-06-29 13:54:01 +02:00
Alexander Krupenkin
6aa82d647d
parity: 1.10.7 -> 1.10.8 2018-06-29 12:53:56 +03:00
Théo Zimmermann
314eb884ec
coq_8_8: 8.8.0 -> 8.8.1 2018-06-29 11:10:31 +02:00
Frederik Rietdijk
dec0e5aba9
Merge pull request #42690 from r-ryantm/auto-update/marp
marp: 0.0.12 -> 0.0.13
2018-06-29 09:12:00 +02:00
Matthew Bauer
2171fc4d55
Merge pull request #42590 from TimPut/openmvsbuildfix
openmvs: build with CGAL 4.12
2018-06-28 22:33:40 -04:00
Matthew Bauer
f87acb8ee0
Merge pull request #42597 from worldofpeace/typora-xdg-fix
typora: don't set XDG_RUNTIME_DIR
2018-06-28 22:29:44 -04:00
Matthew Bauer
5716f37cad
Merge pull request #42635 from TimPut/darktable-opencl
darktable: add opencl support
2018-06-28 22:27:14 -04:00
Matthew Bauer
fde2e02100
Merge pull request #42639 from peterhoeg/u/amarok
amarok: 2.8.91-20170228 -> 2.9.0-20180618
2018-06-28 22:26:48 -04:00
Matthew Bauer
175b9ddd09
Merge pull request #42671 from r-ryantm/auto-update/safeeyes
safeeyes: 2.0.5 -> 2.0.6
2018-06-28 22:25:32 -04:00
Matthew Bauer
dc5eb16de7
Merge pull request #42535 from leenaars/krop
krop: init -> 0.5.0
2018-06-28 22:23:18 -04:00
Matthew Bauer
34423662c4
Merge pull request #42582 from jb55/clightning
clightning: init at 0.6
2018-06-28 22:21:50 -04:00
Matthew Bauer
e714f85b2f
Merge pull request #41929 from smaret/gildas
gildas: init at 201806_a
2018-06-28 22:17:07 -04:00
Matthew Bauer
5dba22e5cf
Merge pull request #42361 from teto/i3easyfocus
I3-easyfocus
2018-06-28 22:11:03 -04:00
Matthew Bauer
cb5e801d42
Merge pull request #42502 from r-ryantm/auto-update/guitarix
guitarix: 0.37.0 -> 0.37.1
2018-06-28 22:04:28 -04:00
Matthew Bauer
2db544ad99
Merge pull request #42501 from r-ryantm/auto-update/guake
guake: 3.2.2 -> 3.3.0
2018-06-28 22:04:17 -04:00
Matthew Bauer
574883f665
Merge pull request #42571 from iimog/hmmer
hmmer: init at 3.1b2
2018-06-28 22:00:09 -04:00
Matthew Bauer
82b474f37b
Merge pull request #32893 from volth/hadoop_2_7-3_0
hadoop: 2.2.0 -> 2.7.6, 2.8.4, 2.9.1, 3.0.3, 3.1.0
2018-06-28 20:47:22 -04:00
Matthew Bauer
aea65fe799
Merge pull request #41431 from lukeadams/gr-update
gnuradio: 3.7.11.1 -> 3.7.13.3
2018-06-28 20:42:04 -04:00
Matthew Bauer
9a2345e963
Merge pull request #40880 from lheckemann/tdesktop-other
tdesktop: enable on other platforms
2018-06-28 20:33:48 -04:00
Joachim F
9f36618dca
Merge pull request #42737 from dtzWill/update/tor-browser-bundle-bin
tor-browser-bundle-bin: 7.5.5 -> 7.5.6
2018-06-28 21:28:26 +00:00
Jörg Thalheim
fe17a1fd23
Merge pull request #42712 from r-ryantm/auto-update/deadbeef-mpris2-plugin
deadbeef-mpris2-plugin: 1.10 -> 1.11
2018-06-28 22:21:08 +01:00
Matthew Bauer
a44d33aac1
Merge pull request #42669 from obsidiansystems/upstream-plist
Upstream PLIST handling
2018-06-28 15:26:31 -04:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Will Dietz
3e6eb94038 tor-browser-bundle-bin: 7.5.5 -> 7.5.6 2018-06-28 13:13:53 -05:00
Tobias Happ
1c40ea1f26 dwm-status: 1.0.0 -> 1.1.1 (#42682) 2018-06-28 13:10:37 +02:00
R. RyanTM
5e885b005d deadbeef-mpris2-plugin: 1.10 -> 1.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/deadbeef-mpris2-plugin/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.11 with grep in /nix/store/isa0i2bjry1xg3l8895k10w1zwd4ij9f-deadbeef-mpris2-plugin-1.11
- directory tree listing: https://gist.github.com/020d669dc365b545d61d171c5566d03a
- du listing: https://gist.github.com/9cd938a3d8215dbc4f00d62fe20ca4f5
2018-06-27 23:04:35 -07:00
adisbladis
b8b20774d1
Merge pull request #42705 from r-ryantm/auto-update/feh
feh: 2.26.3 -> 2.26.4
2018-06-28 12:58:17 +08:00
R. RyanTM
690b66e1eb gnucash: 3.1-1 -> 3.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gnucash/versions.

These checks were done:

- built on NixOS
- /nix/store/29l8ziil4znyr07dm7f8ki893bqfzqm5-gnucash-3.2/bin/gnc-fq-check passed the binary check.
- /nix/store/29l8ziil4znyr07dm7f8ki893bqfzqm5-gnucash-3.2/bin/gnc-fq-helper passed the binary check.
- /nix/store/29l8ziil4znyr07dm7f8ki893bqfzqm5-gnucash-3.2/bin/gnc-fq-dump passed the binary check.
- /nix/store/29l8ziil4znyr07dm7f8ki893bqfzqm5-gnucash-3.2/bin/gnucash passed the binary check.
- /nix/store/29l8ziil4znyr07dm7f8ki893bqfzqm5-gnucash-3.2/bin/.gnucash-wrapped passed the binary check.
- 5 of 5 passed binary check by having a zero exit code.
- 0 of 5 passed binary check by having the new version present in output.
- found 3.2 with grep in /nix/store/29l8ziil4znyr07dm7f8ki893bqfzqm5-gnucash-3.2
- directory tree listing: https://gist.github.com/c6f09b837c81684d4febbc1c369ae53d
- du listing: https://gist.github.com/f9960cc6c0b43d70986bb1b51c109a68
2018-06-27 21:57:54 -07:00
R. RyanTM
2579942661 feh: 2.26.3 -> 2.26.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/feh passed the binary check.
- /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.26.4 with grep in /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4
- directory tree listing: https://gist.github.com/13a57ff84731135ece55fe0c99093a7d
- du listing: https://gist.github.com/dda79019b9ca9069b6dd9dbb773bf602
2018-06-27 21:43:57 -07:00
R. RyanTM
4ee926e143 marp: 0.0.12 -> 0.0.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/marp/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/xyisjivarv9zwlwh6nm0i55njfw7dkss-marp-0.0.13/bin/Marp had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.0.13 with grep in /nix/store/xyisjivarv9zwlwh6nm0i55njfw7dkss-marp-0.0.13
- directory tree listing: https://gist.github.com/d9ae780141c62a0f06dfa28225d45e9a
- du listing: https://gist.github.com/2b208d562d59a7343631492d214dbfd1
2018-06-27 17:44:59 -07:00
Frédéric Menou
c07670bcdc terraform: update all providers
terraform-provider-telefonicaopencloud is excluded: no tag in their repository.
2018-06-28 02:26:18 +02:00
R. RyanTM
3688ab8f5d smplayer: 18.5.0 -> 18.6.0 (#42674)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/smplayer/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/9qa6s45c82jpkwqaf32i423my6by5ynk-smplayer-18.6.0/bin/smplayer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9qa6s45c82jpkwqaf32i423my6by5ynk-smplayer-18.6.0/bin/simple_web_server had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 18.6.0 with grep in /nix/store/9qa6s45c82jpkwqaf32i423my6by5ynk-smplayer-18.6.0
- directory tree listing: https://gist.github.com/8b3f0826d462c03465088136a4d84512
- du listing: https://gist.github.com/f1d3e833d4b6317c73836b43e52e12fe
2018-06-27 23:58:38 +02:00
Matthew Bauer
161414063f treewide: use killall 2018-06-27 16:47:21 -04:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
R. RyanTM
a3a31fcb22 safeeyes: 2.0.5 -> 2.0.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/safeeyes/versions.

These checks were done:

- built on NixOS
- /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6/bin/safeeyes passed the binary check.
- Warning: no invocation of /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6/bin/..safeeyes-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6/bin/.safeeyes-wrapped had a zero exit code or showed the expected version
- 1 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 2.0.6 with grep in /nix/store/53h69rsf2wws7mdq1k7fq37crp4lx77y-safeeyes-2.0.6
- directory tree listing: https://gist.github.com/505a88852b7a491f174c5ea908f29b0b
- du listing: https://gist.github.com/84c95c9fa3f5e9999c04687baf8cdf77
2018-06-27 13:11:04 -07:00
Johannes Frankenau
916dc592d4 tvbrowser-bin: init at 4.0.1 (#42620) 2018-06-27 20:08:03 +02:00
Jesper
ea18919b35 rclone: 1.41 -> 1.42 (#42652) 2018-06-27 20:03:11 +02:00
R. RyanTM
d4f62f651f gromacs: 2018.1 -> 2018.2 (#42504)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gromacs/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/GMXRC had a zero exit code or showed the expected version
- /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/GMXRC.bash passed the binary check.
- /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/GMXRC.zsh passed the binary check.
- Warning: no invocation of /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/GMXRC.csh had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/demux.pl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/xplor2gmx.pl had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/gmx-completion.bash had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/gmx-completion-gmx.bash had a zero exit code or showed the expected version
- /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2/bin/gmx passed the binary check.
- 3 of 9 passed binary check by having a zero exit code.
- 0 of 9 passed binary check by having the new version present in output.
- found 2018.2 with grep in /nix/store/illh3rp28ipz35z0wipsfc18z4m03sah-gromacs-2018.2
- directory tree listing: https://gist.github.com/1679f0362dfcc7299a6d5b8d9e76c14e
- du listing: https://gist.github.com/2f848bb0fe181676c17b61a9d5a94953
2018-06-27 19:02:19 +02:00
R. RyanTM
03b1e67957 mopidy-iris: 3.21.1 -> 3.21.3 (#42474)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/Mopidy-Iris/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.21.3 with grep in /nix/store/qb6067h8y8p8y7kqkmdk308a494milyw-Mopidy-Iris-3.21.3
- directory tree listing: https://gist.github.com/e0c3564e49b2cec4b30d98ec42723bff
- du listing: https://gist.github.com/a127f023f22f9a2abd69c2dd0ff0c71b
2018-06-27 17:05:04 +02:00
Timo Kaufmann
9ce041a8c7 pynac: 0.7.21 -> 0.7.22 (#42650) 2018-06-27 15:41:29 +02:00
Timo Kaufmann
2b22ecf01e palp: restrict platforms to linux (#42651) 2018-06-27 15:28:39 +02:00
Janne Heß
599fe53255 dunst: Also install dunstify 2018-06-27 14:13:03 +02:00
adisbladis
4d7f23520e
firefox-beta-bin: 61.0b14 -> 62.0b3 2018-06-27 18:16:37 +08:00
adisbladis
ca131ea634
firefox-devedition-bin: 62.0b2 -> 62.0b3 2018-06-27 18:16:24 +08:00
Timo Kaufmann
08a59bb10d palp: fix runtime error introduced by #28029 (#42633)
After #28029 it is necessary to add "strictoverflow" to the disabled
hardening flags. That probably has something to do with the `-O3` option
in palps makefile.

This commit also adds a test to check for this regression (as it only
occured at runtime).
2018-06-27 09:42:26 +02:00
Peter Hoeg
a0c36e9f18 amarok: 2.8.91-20170228 -> 2.9.0-20180618
Also:
 - make kf5 version default
 - drop kdelibs4
2018-06-27 12:19:03 +08:00
tim put
385114da68 openmvs: fix CGAL 4.12 dependency
patch executables with openMVS library path
2018-06-26 21:55:15 -06:00
tim put
36e15996c4 darktable: add opencl support 2018-06-26 19:01:46 -06:00
Tim Steinbach
978397d358
nano: 2.9.7 -> 2.9.8 2018-06-26 20:50:49 -04:00
Luke Adams
695c1fcd76 gnuradio: use ninja 2018-06-26 17:04:43 -05:00
Luke Adams
b64932fabe gnuradio: 3.7.11.1 -> 3.7.13.3
* also add mako input (cheetah will be removed in GR3.8)
2018-06-26 17:04:43 -05:00
Luke Adams
691596086f rtl-sdr: fix linking errors on Darwin 2018-06-26 17:04:42 -05:00
xeji
d45fe1530f
Merge pull request #42628 from Synthetica9/atom-touchup
atom, atom-beta: nicer fix for #42618
2018-06-26 22:04:04 +02:00
Jon Banafato
aeb401d9c6 albert: 0.14.15 -> 0.14.21 (#42626)
Albert has a new release including several extensions and bug fixes.
Additionally, this upgrade solves current QT build issues. See
https://albertlauncher.github.io/news/ for the full changelog.
2018-06-26 21:56:47 +02:00
Tobias Happ
661c8f37c9 dwm-status: 0.5.1 -> 1.0.0 (#42624) 2018-06-26 21:29:18 +02:00
Patrick Hilhorst
9b69d5efd1
atom, atom-beta: nicer fix for #42618
Supersedes #42622
2018-06-26 21:04:01 +02:00
Patrick Hilhorst
6f732f6560
Revert "atom-beta: fix build (#42622)"
This reverts commit 9e02afcd80.
2018-06-26 20:54:42 +02:00
Tobias Happ
9e02afcd80 atom-beta: fix build (#42622) 2018-06-26 20:22:15 +02:00
xeji
6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00