Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gstreamer 1.2.1 #1403

Merged
merged 6 commits into from Jan 11, 2014
Merged

add gstreamer 1.2.1 #1403

merged 6 commits into from Jan 11, 2014

Conversation

ghost
Copy link

@ghost ghost commented Dec 23, 2013

The gstreamer-1.0 branch in nixpkgs seem to be old and die.
Despite this pull request clearly need more work and refactor,
I just leave the old 0.10 sutff untouched, so we can migrate eventually.

@jcumming
Copy link
Contributor

I haven't pushed anything back into the gstreamer branch in a long time, but it still works.

The problem is that not much uses gstreamer-1.x.x yet, and this patchset does a nicer job of that.

@domenkozar
Copy link
Member

Nice, let's merge this, it's a very good start. I might add kazam that depends on gstreamer 1.x soon :-)

@bluescreen303
Copy link
Contributor

gstreamer-libav in this pull request does not use orc and no longer contains the possibility to use a system copy of libav (--with-system-libav). Our current gstreamer-ffmpeg default is to use the system-installed one but to optionally use an internal copy. I would like to keep it that way. I tested gstreamer-libav-1.0.10 against our libav-9.9 some time ago and this worked fine. I did not make a pull request out of it back then, because I found almost no software built with gstreamer 1.x

@domenkozar
Copy link
Member

There is quite a bunch to package with gstreamer 1.x:

@ghost
Copy link
Author

ghost commented Jan 2, 2014

@bluescreen303 , thanks for figure it out.
I add withSystemLibav option and orc to buildInputs,
but IMHO withSystemLibav should default to false, since upstream strongly againest it.

@ghost
Copy link
Author

ghost commented Jan 2, 2014

Ah, seem we can set withSystemLibav default to true now.
http://cgit.freedesktop.org/gstreamer/gst-libav/commit/?h=1.2&id=328a722277941961e9a65167a5eaf008c5d70ce4

@domenkozar
Copy link
Member

@iyzsong @bjornfor so we can change withSystemLibav to true and merge?

@ghost
Copy link
Author

ghost commented Jan 9, 2014

I agree, why not?

@vcunat
Copy link
Member

vcunat commented Jan 9, 2014

Probably. I don't know from memory if there were any other useful changes in the gstreamer-1.0 branch, but I suppose we can merge/cherry-pick them later.

As for withSystemLibav, I'm sure it's very unlikely to cause problems. Even ABI breakage doesn't matter with nix rebuilding everything anyway.

@viric viric mentioned this pull request Jan 10, 2014
24 tasks
domenkozar added a commit that referenced this pull request Jan 11, 2014
@domenkozar domenkozar merged commit ae02a0c into NixOS:master Jan 11, 2014
offlinehacker pushed a commit to xtruder/nixpkgs that referenced this pull request Jan 12, 2014
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…le' into experimental/multiple-versions-in-one-file

* commit 'refs/top-bases/experimental/multiple-versions-in-one-file': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* commit 'refs/top-bases/experimental/haxe': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…/gimp-git

* commit 'refs/top-bases/experimental/gimp-git': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…al/gutenprint

* commit 'refs/top-bases/experimental/gutenprint': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…rimental/cups-1.6-and-1.7

* commit 'refs/top-bases/experimental/cups-1.6-and-1.7': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...

Conflicts:
	pkgs/top-level/all-packages.nix
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…lover

* commit 'refs/top-bases/experimental/plover': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…/overlays

* commit 'refs/top-bases/experimental/overlays': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…/updates

* experimental/overlays: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…/hack-nix

* experimental/overlays: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…/hack-nix

* commit 'refs/top-bases/experimental/hack-nix': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…updates

* commit 'refs/top-bases/experimental/updates': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
… marc-nixos/minimal-install-archive

* commit 'refs/top-bases/marc-nixos/minimal-install-archive': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…/inkscape

* commit 'refs/top-bases/experimental/inkscape': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* commit 'refs/top-bases/experimental/mingw': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* commit 'refs/top-bases/experimental/ruby': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…honetic

* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
… experimental/php-koellner-phonetic

* commit 'refs/top-bases/experimental/php-koellner-phonetic': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…erimental/parallel-building

* commit 'refs/top-bases/experimental/parallel-building': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…l/mercurial

* commit 'refs/top-bases/experimental/mercurial': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…tal/vim-plugins

* commit 'refs/top-bases/experimental/vim-plugins': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* commit 'refs/top-bases/experimental/fonts': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* commit 'refs/top-bases/marc-nixos/postfix': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…blender

* commit 'refs/top-bases/experimental/blender': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
* master: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 13, 2014
…eclipse

* commit 'refs/top-bases/experimental/eclipse': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 23, 2014
…sftpd

* commit 'refs/top-bases/experimental/vsftpd': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 23, 2014
* commit 'refs/top-bases/experimental/ati': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 23, 2014
…marc

* experimental/updates: (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...

Conflicts:
	pkgs/top-level/all-packages.nix
MarcWeber added a commit to MarcWeber/nixpkgs that referenced this pull request Jan 23, 2014
* commit 'refs/top-bases/experimental/marc': (78 commits)
  nixos/cgminer: fix restarts, set uid
  Add a LUA_COMPAT_ALL version of Lua 5.2
  direnv 2.2.1
  gst_all_1: recurseIntoAttrs
  Gnome3: add gdm 3.10.0.1
  Add accountservice, needed for gdm.
  Gnome1: add gobjectIntrospection to rest
  services.postgresql: Hint to use mkForce for authentication
  haskellPackages.scientific: Enable tests
  virt-manager: Add graphical support for the Spice protocol
  virt-manager: Fix error: 'ImportError: No module named libvirt'
  gstreamer.libav.withSystemLibav: default to true as agreed on NixOS#1403
  update: connman-ui to latest
  connman-vpn and connman-vpn dbus servise should start after connman service
  connman: new packages ConnMan v1.20 and connman-ui
  pyqt4: update to 4.10.3 and add python3 support
  sip: update to 4.15.4 and add python3 support
  gloss-raster: fix attribute name
  gloss-raster: new package
  wineStable: maintenance update 1.6.1 -> .2, use lcms2
  ...
mweinelt added a commit to mweinelt/nixpkgs that referenced this pull request Dec 8, 2019
Disables support for Javascript and PHP:
- Javascript requires an old version of v8
- PHP requires a larger number of dependencies in addition to php-embed

Changelog [1]:

  New features
    - core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue NixOS#635)
    - core: add different icons sizes (16x16 to 512x512) (issue NixOS#1347)
    - core: add file weechat.desktop
    - core: add reverse of string for screen in evaluation of expressions with "revscr:"
    - core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx"
    - core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue NixOS#997)
    - core: add optional default path (evaluated) in completion "filename"
    - core: add support of modifiers in evaluation of expressions with "modifier:name,data,string"
    - api: add modifier "color_encode_ansi" (issue NixOS#528)
    - api: add modifier "eval_path_home"
    - irc: add filters on raw buffer (issue NixOS#1000)
    - irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue NixOS#892)
    - irc: add server option "ssl_password" (issue NixOS#115, issue NixOS#1416)
    - irc: add "user" in output of irc_message_parse (issue NixOS#136)
    - irc: add options irc.color.message_kick and irc.color.reason_kick (issue NixOS#683, issue NixOS#684)
    - logger: add option logger.file.color_lines (issue NixOS#528, issue NixOS#621)
    - script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
    - xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue NixOS#1237)

  Bug fixes
    - core: set buffer name, short name and title only if the value has changed
    - core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue NixOS#899, issue NixOS#978)
    - core: optimize load of configuration files
    - core: fix window separators not respecting window splits (issue NixOS#630)
    - core: fix cursor mode info when prefix_align is none and with words split across lines (issue NixOS#610, issue NixOS#617, issue NixOS#619)
    - core: add support of reverse video in ANSI color codes
    - core: fixed segfault during excessive evaluation in function string_repeat (issue NixOS#1400)
    - buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue NixOS#1403)
    - irc: do not automatically open a channel with name "0" (issue NixOS#1429)
    - irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue NixOS#832)
    - irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue NixOS#60)
    - logger: fix write in log file if it has been deleted or renamed (issue NixOS#123)
    - python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue NixOS#1389)
    - relay: send message "_buffer_title_changed" to clients only when the title is changed
    - xfer: fix memory leak when a xfer is freed and when the plugin is unloaded

  Tests
    - unit: add tests on GUI color functions

  Build
    - core: fix build on Haiku (issue NixOS#1420)
    - core: fix build on Alpine
    - core: remove file FindTCL.cmake
    - core: display an error on missing dependency in CMake (issue NixOS#916, issue NixOS#956)
    - debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
    - debian: build with Guile 2.2
    - guile: add support of Guile 2.2, disable /guile eval (issue NixOS#1098)
    - python: add detection of Python 3.8

[1] https://weechat.org/files/changelog/ChangeLog-2.7.html
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Dec 10, 2019
Disables support for Javascript and PHP:
- Javascript requires an old version of v8
- PHP requires a larger number of dependencies in addition to php-embed

Changelog [1]:

  New features
    - core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue NixOS#635)
    - core: add different icons sizes (16x16 to 512x512) (issue NixOS#1347)
    - core: add file weechat.desktop
    - core: add reverse of string for screen in evaluation of expressions with "revscr:"
    - core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx"
    - core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue NixOS#997)
    - core: add optional default path (evaluated) in completion "filename"
    - core: add support of modifiers in evaluation of expressions with "modifier:name,data,string"
    - api: add modifier "color_encode_ansi" (issue NixOS#528)
    - api: add modifier "eval_path_home"
    - irc: add filters on raw buffer (issue NixOS#1000)
    - irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue NixOS#892)
    - irc: add server option "ssl_password" (issue NixOS#115, issue NixOS#1416)
    - irc: add "user" in output of irc_message_parse (issue NixOS#136)
    - irc: add options irc.color.message_kick and irc.color.reason_kick (issue NixOS#683, issue NixOS#684)
    - logger: add option logger.file.color_lines (issue NixOS#528, issue NixOS#621)
    - script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
    - xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue NixOS#1237)

  Bug fixes
    - core: set buffer name, short name and title only if the value has changed
    - core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue NixOS#899, issue NixOS#978)
    - core: optimize load of configuration files
    - core: fix window separators not respecting window splits (issue NixOS#630)
    - core: fix cursor mode info when prefix_align is none and with words split across lines (issue NixOS#610, issue NixOS#617, issue NixOS#619)
    - core: add support of reverse video in ANSI color codes
    - core: fixed segfault during excessive evaluation in function string_repeat (issue NixOS#1400)
    - buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue NixOS#1403)
    - irc: do not automatically open a channel with name "0" (issue NixOS#1429)
    - irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue NixOS#832)
    - irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue NixOS#60)
    - logger: fix write in log file if it has been deleted or renamed (issue NixOS#123)
    - python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue NixOS#1389)
    - relay: send message "_buffer_title_changed" to clients only when the title is changed
    - xfer: fix memory leak when a xfer is freed and when the plugin is unloaded

  Tests
    - unit: add tests on GUI color functions

  Build
    - core: fix build on Haiku (issue NixOS#1420)
    - core: fix build on Alpine
    - core: remove file FindTCL.cmake
    - core: display an error on missing dependency in CMake (issue NixOS#916, issue NixOS#956)
    - debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
    - debian: build with Guile 2.2
    - guile: add support of Guile 2.2, disable /guile eval (issue NixOS#1098)
    - python: add detection of Python 3.8

[1] https://weechat.org/files/changelog/ChangeLog-2.7.html

(cherry picked from commit d1cb8bf)
mweinelt added a commit to mweinelt/nixpkgs that referenced this pull request Feb 20, 2020
Disables support for Javascript and PHP:
- Javascript requires an old version of v8
- PHP requires a larger number of dependencies in addition to php-embed

Changelog [1]:

  New features
    - core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue NixOS#635)
    - core: add different icons sizes (16x16 to 512x512) (issue NixOS#1347)
    - core: add file weechat.desktop
    - core: add reverse of string for screen in evaluation of expressions with "revscr:"
    - core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx"
    - core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue NixOS#997)
    - core: add optional default path (evaluated) in completion "filename"
    - core: add support of modifiers in evaluation of expressions with "modifier:name,data,string"
    - api: add modifier "color_encode_ansi" (issue NixOS#528)
    - api: add modifier "eval_path_home"
    - irc: add filters on raw buffer (issue NixOS#1000)
    - irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue NixOS#892)
    - irc: add server option "ssl_password" (issue NixOS#115, issue NixOS#1416)
    - irc: add "user" in output of irc_message_parse (issue NixOS#136)
    - irc: add options irc.color.message_kick and irc.color.reason_kick (issue NixOS#683, issue NixOS#684)
    - logger: add option logger.file.color_lines (issue NixOS#528, issue NixOS#621)
    - script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
    - xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue NixOS#1237)

  Bug fixes
    - core: set buffer name, short name and title only if the value has changed
    - core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue NixOS#899, issue NixOS#978)
    - core: optimize load of configuration files
    - core: fix window separators not respecting window splits (issue NixOS#630)
    - core: fix cursor mode info when prefix_align is none and with words split across lines (issue NixOS#610, issue NixOS#617, issue NixOS#619)
    - core: add support of reverse video in ANSI color codes
    - core: fixed segfault during excessive evaluation in function string_repeat (issue NixOS#1400)
    - buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue NixOS#1403)
    - irc: do not automatically open a channel with name "0" (issue NixOS#1429)
    - irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue NixOS#832)
    - irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue NixOS#60)
    - logger: fix write in log file if it has been deleted or renamed (issue NixOS#123)
    - python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue NixOS#1389)
    - relay: send message "_buffer_title_changed" to clients only when the title is changed
    - xfer: fix memory leak when a xfer is freed and when the plugin is unloaded

  Tests
    - unit: add tests on GUI color functions

  Build
    - core: fix build on Haiku (issue NixOS#1420)
    - core: fix build on Alpine
    - core: remove file FindTCL.cmake
    - core: display an error on missing dependency in CMake (issue NixOS#916, issue NixOS#956)
    - debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
    - debian: build with Guile 2.2
    - guile: add support of Guile 2.2, disable /guile eval (issue NixOS#1098)
    - python: add detection of Python 3.8

[1] https://weechat.org/files/changelog/ChangeLog-2.7.html

(cherry picked from commit d1cb8bf)
djfroofy pushed a commit to djfroofy/nixpkgs that referenced this pull request Feb 23, 2020
Disables support for Javascript and PHP:
- Javascript requires an old version of v8
- PHP requires a larger number of dependencies in addition to php-embed

Changelog [1]:

  New features
    - core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue NixOS#635)
    - core: add different icons sizes (16x16 to 512x512) (issue NixOS#1347)
    - core: add file weechat.desktop
    - core: add reverse of string for screen in evaluation of expressions with "revscr:"
    - core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx"
    - core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue NixOS#997)
    - core: add optional default path (evaluated) in completion "filename"
    - core: add support of modifiers in evaluation of expressions with "modifier:name,data,string"
    - api: add modifier "color_encode_ansi" (issue NixOS#528)
    - api: add modifier "eval_path_home"
    - irc: add filters on raw buffer (issue NixOS#1000)
    - irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue NixOS#892)
    - irc: add server option "ssl_password" (issue NixOS#115, issue NixOS#1416)
    - irc: add "user" in output of irc_message_parse (issue NixOS#136)
    - irc: add options irc.color.message_kick and irc.color.reason_kick (issue NixOS#683, issue NixOS#684)
    - logger: add option logger.file.color_lines (issue NixOS#528, issue NixOS#621)
    - script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
    - xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue NixOS#1237)

  Bug fixes
    - core: set buffer name, short name and title only if the value has changed
    - core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue NixOS#899, issue NixOS#978)
    - core: optimize load of configuration files
    - core: fix window separators not respecting window splits (issue NixOS#630)
    - core: fix cursor mode info when prefix_align is none and with words split across lines (issue NixOS#610, issue NixOS#617, issue NixOS#619)
    - core: add support of reverse video in ANSI color codes
    - core: fixed segfault during excessive evaluation in function string_repeat (issue NixOS#1400)
    - buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue NixOS#1403)
    - irc: do not automatically open a channel with name "0" (issue NixOS#1429)
    - irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue NixOS#832)
    - irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue NixOS#60)
    - logger: fix write in log file if it has been deleted or renamed (issue NixOS#123)
    - python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue NixOS#1389)
    - relay: send message "_buffer_title_changed" to clients only when the title is changed
    - xfer: fix memory leak when a xfer is freed and when the plugin is unloaded

  Tests
    - unit: add tests on GUI color functions

  Build
    - core: fix build on Haiku (issue NixOS#1420)
    - core: fix build on Alpine
    - core: remove file FindTCL.cmake
    - core: display an error on missing dependency in CMake (issue NixOS#916, issue NixOS#956)
    - debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
    - debian: build with Guile 2.2
    - guile: add support of Guile 2.2, disable /guile eval (issue NixOS#1098)
    - python: add detection of Python 3.8

[1] https://weechat.org/files/changelog/ChangeLog-2.7.html

(cherry picked from commit d1cb8bf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants