forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into refs/top-bases/experimental/haxe
* master: (319 commits) Add gitg: Gnome GUI for git Remove "v" prefix from package versions to make them machine-readable wireshark: update from 1.10.3 to 1.10.5, potentially fixes CVE-2013-7112, CVE-2013-7113, CVE-2013-7114 libupnp: update from 1.6.6 to 1.6.19, potentially fixes CVE-2012-5958, CVE-2012-5959, CVE-2012-5960 Update libmicrohttpd to 0.9.33. CVE-2013-7038, CVE-2013-7039 p11-kit: 0.7 -> 0.20.1 remove gnome3.scrollkeeper (obsolete) gnome3.gnome-dictionary: 3.5.2 -> 3.10.0 Add gnome3.dconf gnome3.libgweather: 3.6.2 -> 3.10.1 gnome3.gnome-terminal: 3.4.1.1 -> 3.10.2 gnome3.gnome_keyring: 3.6.3 -> 3.10.1 gnome3.gcr: 3.6.3 -> 3.10.1 gnome3.gconf: 3.2.5 -> 3.2.6 gnome3: build packages on linux platform remove pointless passthru meta fix typo in gnome3.libpeas Add gnome3.file-roller Add gnome3.nautilus and remove gnome2.nautilus (didn't compile) add gnome.eog: GNOME Image Viewer ...
- Loading branch information
Showing
378 changed files
with
3,775 additions
and
5,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,10 +27,12 @@ | |
garbas = "Rok Garbas <[email protected]>"; | ||
goibhniu = "Cillian de Róiste <[email protected]>"; | ||
guibert = "David Guibert <[email protected]>"; | ||
ianwookim = "Ian-Woo Kim <[email protected]>"; | ||
iElectric = "Domen Kozar <[email protected]>"; | ||
iyzsong = "Song Wenwu <[email protected]>"; | ||
jcumming = "Jack Cummings <[email protected]>"; | ||
kkallio = "Karn Kallio <[email protected]>"; | ||
ktosiek = "Tomasz Kontusz <[email protected]>"; | ||
lovek323 = "Jason O'Conal <[email protected]>"; | ||
ludo = "Ludovic Courtès <[email protected]>"; | ||
marcweber = "Marc Weber <[email protected]>"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
pkgs/applications/audio/clementine/clementine-1.2.1-include-paths.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff -ur clementine-1.2.1-a/CMakeLists.txt clementine-1.2.1-b/CMakeLists.txt | ||
--- clementine-1.2.1-a/CMakeLists.txt 2013-11-25 15:16:24.000000000 -0600 | ||
+++ clementine-1.2.1-b/CMakeLists.txt 2013-12-30 17:01:48.470011058 -0600 | ||
@@ -158,6 +158,10 @@ | ||
include_directories(${TAGLIB_INCLUDE_DIRS}) | ||
include_directories(${QJSON_INCLUDE_DIRS}) | ||
include_directories(${GSTREAMER_INCLUDE_DIRS}) | ||
+include_directories(${GSTREAMER_APP_INCLUDE_DIRS}) | ||
+include_directories(${GSTREAMER_BASE_INCLUDE_DIRS}) | ||
+include_directories(${GSTREAMER_CDDA_INCLUDE_DIRS}) | ||
+include_directories(${GSTREAMER_TAG_INCLUDE_DIRS}) | ||
include_directories(${GLIB_INCLUDE_DIRS}) | ||
include_directories(${GLIBCONFIG_INCLUDE_DIRS}) | ||
include_directories(${LIBXML_INCLUDE_DIRS}) |
Oops, something went wrong.