Commit Graph

47 Commits

Author SHA1 Message Date
R. Ryantm
17cb9a8e81 mixxx: 2.3.4 -> 2.3.5 2023-05-15 04:39:17 +00:00
R. Ryantm
8e2f599ef9 mixxx: 2.3.3 -> 2.3.4 2023-03-08 14:20:20 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
42a4a46441 mixxx: 2.3.2 -> 2.3.3 2022-08-03 23:18:36 +02:00
R. Ryantm
b80f5c6104 mixxx: 2.3.1 -> 2.3.2 2022-02-13 09:56:42 -08:00
R. Ryantm
5c7e0b2e70 mixxx: 2.3.0 -> 2.3.1 2021-11-03 15:19:51 +00:00
github-actions[bot]
a63cf4f913
Merge staging-next into staging 2021-07-22 12:01:52 +00:00
Ben Siraphob
1e2484a27c treewide: remove unnecessary enableParallelBuilding when using cmake 2021-07-20 10:32:58 +07:00
Jakob Leifhelm
acbc4bd311
mixxx: Fix udev rules installation 2021-07-18 17:22:48 +02:00
Pavol Rusnak
e885ec3084
mixxx: 2.2.4 -> 2.3.0
* version update
* replace scons with cmake
* add new dependencies:
  - hidapi, lame, libebur128, libkeyfinder, libmodplug, libsecret,
    qtkeychain, serd, sord, soundtouch, sratom, wavpack
* use latest libshout again - streaming issues have been fixed
2021-06-30 01:25:29 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
aszlig
3873e0d191
Unmaintain packages I don't use anymore
Just got a reminder via the vulnerability roundup[1] that I'm still
listed as maintainer for Synergy, even though I stopped using it years
ago.

I'll also take this as an opportunity to remove myself from other
packages which I stopped using and thus most certainly won't be able to
maintain. The latter is already hard enough these days for software
which I *do* use.

[1]: https://github.com/NixOS/nixpkgs/issues/94007

Signed-off-by: aszlig <aszlig@nix.build>
2020-07-28 02:08:36 +02:00
Michael Weiss
5b14758d31
Merge pull request #92920 from primeos/scons
scons: 3.1.2 -> 4.0.0
2020-07-18 13:36:29 +02:00
Michael Weiss
595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Martin Milata
384586db95 mixxx: 2.2.3 -> 2.2.4
https://github.com/mixxxdj/mixxx/releases/tag/release-2.2.4
2020-07-06 14:47:18 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD 2020-03-29 14:08:10 +01:00
Matthias Beyer
3a3860fe48 mixx: Build with libshout 2.4.1
Because libshout 2.4.2 and newer seem to break streaming in mixxx, build
it with 2.4.1 instead.

This actually fixes the problem.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-28 22:25:08 +01:00
Frederik Rietdijk
a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Michael Weiss
0950324466 scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Orivej Desh
ef164d2ba9 vamp-plugin-sdk: rename from vamp.vampSDK 2020-03-26 22:34:47 +00:00
R. RyanTM
a9d1209f1d mixxx: 2.2.2 -> 2.2.3 2019-12-23 17:26:15 -08:00
Frederik Rietdijk
f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Matthias Beyer
45a961fa5d mixxx: 2.2.1 -> 2.2.2 2019-08-16 13:54:06 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace
9e36f272f9 mixxx: drop custom wrapper
This prevented it from being wrapped
automatically because it wasn't an ELF
header.
2019-08-07 12:58:00 -04:00
Сухарик
eb1ada708c mixxx: use qt5.mkDerivation 2019-08-05 00:11:09 +03:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
9b297861ac mixxx: 2.2.0 -> 2.2.1 (#60632)
* mixxx: 2.2.0 -> 2.2.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mixxx/versions

* mixxx: speedup build with parallel building
2019-05-01 18:55:18 +02:00
Tim Williams
8203fba410 mixxx: 2.1.5 -> 2.2.0 (#53643) 2019-04-07 14:05:57 +01:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
R. RyanTM
69f70ad18a mixxx: 2.1.4 -> 2.1.5 (#50043)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mixxx/versions
2018-11-10 15:46:36 +01:00
Bernard Fortz
fa42b4698a mixxx: added opus files support 2018-10-19 10:43:04 +02:00
R. RyanTM
fe287e755f mixxx: 2.1.3 -> 2.1.4 (#47012)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mixxx/versions
2018-09-24 17:23:58 +02:00
Bernard Fortz
a847dccf45 mixxx 2.1.3: Fixed glibc locale bug 2018-08-31 14:38:54 +02:00
Bernard Fortz
d41409cd8f mixxx: 2.0.0 -> 2.1.3 2018-08-26 13:13:18 +02: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
Tim Williams
067cac78e8
mixxx: add AAC support
fixes #29472
2018-01-09 09:29:02 +08:00
Cillian de Róiste
769c44d9d8 mixxx: patch to build with gcc6 (via debian)
Also, get the sqlite patch directly from bugs.gentoo.org.
2017-08-30 17:57:27 +02:00
Bart Brouns
463f53906a mixxx: fix build 2017-08-12 23:58:17 +02:00
Cillian de Róiste
52ebfd6bc6 mixxx: fix homepage 2017-08-03 23:03:03 +02:00
Cillian de Róiste
85f9d04319 mixxx: tidy up, remove obsolete patch, co-adopt 2016-01-23 15:47:41 +01:00
Cillian de Róiste
63485280dd mixxx: 1.11.0 -> 2.0.0 2016-01-23 15:47:41 +01:00
Eelco Dolstra
40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
aszlig
45e740b119
mixxx: New package in version 1.11.0.
Compiles fine on linux i686 and amd64. Adding myself as maintainer, even
though I'm not using the package by myself, but a friend is using it for
DJing from a NixOS live system I'm maintaining.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:49 +01:00