The following packages will be installed: pianobar Fetching Makefile.diff... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching pianobar.SlackBuild... 0%100%100%100%100%100%Done Fetching pianobar.info... 0%100%100%100%100%100%Done Fetching pianobarctl... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done pianobar-2013.09.15/ pianobar-2013.09.15/.gitignore pianobar-2013.09.15/COPYING pianobar-2013.09.15/ChangeLog pianobar-2013.09.15/INSTALL pianobar-2013.09.15/Makefile pianobar-2013.09.15/README pianobar-2013.09.15/contrib/ pianobar-2013.09.15/contrib/addshared.sh pianobar-2013.09.15/contrib/change-station-dmenu.sh pianobar-2013.09.15/contrib/config-example pianobar-2013.09.15/contrib/eventcmd-examples/ pianobar-2013.09.15/contrib/eventcmd-examples/dmenu.pl pianobar-2013.09.15/contrib/eventcmd-examples/eventcmd.sh pianobar-2013.09.15/contrib/eventcmd-examples/multi.sh pianobar-2013.09.15/contrib/eventcmd-examples/rbot.rb pianobar-2013.09.15/contrib/eventcmd-examples/scrobble.py pianobar-2013.09.15/contrib/headless_pianobar pianobar-2013.09.15/contrib/pianobar.1 pianobar-2013.09.15/contrib/remote.sh pianobar-2013.09.15/contrib/tls_fingerprint.sh pianobar-2013.09.15/src/ pianobar-2013.09.15/src/config.h pianobar-2013.09.15/src/libpiano/ pianobar-2013.09.15/src/libpiano/config.h pianobar-2013.09.15/src/libpiano/crypt.c pianobar-2013.09.15/src/libpiano/crypt.h pianobar-2013.09.15/src/libpiano/list.c pianobar-2013.09.15/src/libpiano/piano.c pianobar-2013.09.15/src/libpiano/piano.h pianobar-2013.09.15/src/libpiano/piano_private.h pianobar-2013.09.15/src/libpiano/request.c pianobar-2013.09.15/src/libpiano/response.c pianobar-2013.09.15/src/libwaitress/ pianobar-2013.09.15/src/libwaitress/config.h pianobar-2013.09.15/src/libwaitress/waitress-test.c pianobar-2013.09.15/src/libwaitress/waitress.c pianobar-2013.09.15/src/libwaitress/waitress.h pianobar-2013.09.15/src/main.c pianobar-2013.09.15/src/main.h pianobar-2013.09.15/src/player.c pianobar-2013.09.15/src/player.h pianobar-2013.09.15/src/settings.c pianobar-2013.09.15/src/settings.h pianobar-2013.09.15/src/terminal.c pianobar-2013.09.15/src/terminal.h pianobar-2013.09.15/src/ui.c pianobar-2013.09.15/src/ui.h pianobar-2013.09.15/src/ui_act.c pianobar-2013.09.15/src/ui_act.h pianobar-2013.09.15/src/ui_dispatch.c pianobar-2013.09.15/src/ui_dispatch.h pianobar-2013.09.15/src/ui_readline.c pianobar-2013.09.15/src/ui_readline.h pianobar-2013.09.15/src/ui_types.h patching file Makefile CC src/main.c In file included from /usr/include/stdlib.h:24:0, from src/main.c:31: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC src/player.c CC src/settings.c In file included from /usr/include/string.h:25:0, from src/settings.c:32: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC src/terminal.c In file included from /usr/include/termios.h:25:0, from src/terminal.c:30: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC src/ui_act.c CC src/ui.c In file included from /usr/include/stdio.h:27:0, from src/ui.c:32: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC src/ui_readline.c CC src/ui_dispatch.c CC src/libpiano/crypt.c CC src/libpiano/piano.c In file included from /usr/include/stdio.h:27:0, from src/libpiano/piano.c:29: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC src/libpiano/request.c In file included from /usr/include/stdlib.h:24:0, from /usr/include/json-c/debug.h:16, from /usr/include/json-c/json.h:21, from src/libpiano/request.c:29: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ CC src/libpiano/response.c In file included from /usr/include/stdlib.h:24:0, from /usr/include/json-c/debug.h:16, from /usr/include/json-c/json.h:21, from src/libpiano/response.c:29: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ src/libpiano/response.c: In function ‘PianoJsonStrdup’: src/libpiano/response.c:40:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:40:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:40:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:40:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:40:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:40:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:40:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] return strdup (json_object_get_string (json_object_object_get (j, key))); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c: In function ‘PianoJsonParseStation’: src/libpiano/response.c:46:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] s->isCreator = !json_object_get_boolean (json_object_object_get (j, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:48:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] s->isQuickMix = json_object_get_boolean (json_object_object_get (j, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c: In function ‘PianoResponse’: src/libpiano/response.c:90:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] status = json_object_object_get (j, "stat"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:98:3: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *code = json_object_object_get (j, "code"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:120:2: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] result = json_object_object_get (j, "result"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:134:8: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object_object_get (result, "syncTime")); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:154:8: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object_object_get (result, "partnerId")); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:177:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *stations = json_object_object_get (result, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:192:6: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] mix = json_object_object_get (s, "quickMixStationIds"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:224:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *items = json_object_object_get (result, "items"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:235:5: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] if (json_object_object_get (s, "artistName") == NULL) { ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:245:5: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *map = json_object_object_get (s, "audioUrlMap"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:249:6: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] map = json_object_object_get (map, qualityMap[reqData->quality]); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:253:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object_object_get (map, "encoding")); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:279:7: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object_object_get (s, "trackGain")); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:280:5: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] switch (json_object_get_int (json_object_object_get (s, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:343:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *artists = json_object_object_get (result, "artists"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:362:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *songs = json_object_object_get (result, "songs"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:416:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *categories = json_object_object_get (result, "categories"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:431:6: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *stations = json_object_object_get (c, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:482:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *explanations = json_object_object_get (result, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:493:8: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object_object_get (e, "focusTraitName")); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:519:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *music = json_object_object_get (result, "music"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:522:5: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *songs = json_object_object_get (music, "songs"); ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:543:5: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *artists = json_object_object_get (music, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:565:4: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object *feedback = json_object_object_get (result, ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ src/libpiano/response.c:584:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations] json_object_object_get (s, "isPositive")) ? ^ In file included from /usr/include/json-c/linkhash.h:16:0, from /usr/include/json-c/json.h:22, from src/libpiano/response.c:29: /usr/include/json-c/json_object.h:290:56: note: declared here THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj, ^ /usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’ #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) ^ CC src/libpiano/list.c CC src/libwaitress/waitress.c In file included from /usr/include/sys/types.h:25:0, from src/libwaitress/waitress.c:30: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ LINK pianobar install -d /usr/src/slapt-src/audio/pianobar/package-pianobar//usr/bin/ install -m755 pianobar /usr/src/slapt-src/audio/pianobar/package-pianobar//usr/bin/ install -d /usr/src/slapt-src/audio/pianobar/package-pianobar//usr/man/man1/ install -m644 contrib/pianobar.1 /usr/src/slapt-src/audio/pianobar/package-pianobar//usr/man/man1/ Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/audio/pianobar/pianobar-2013.09.15-i486-2salix.txz ./ usr/ usr/bin/ usr/bin/pianobarctl usr/bin/pianobar usr/doc/ usr/doc/pianobar-2013.09.15/ usr/doc/pianobar-2013.09.15/README usr/doc/pianobar-2013.09.15/pianobar.SlackBuild usr/doc/pianobar-2013.09.15/COPYING usr/doc/pianobar-2013.09.15/ChangeLog usr/doc/pianobar-2013.09.15/config-example usr/doc/pianobar-2013.09.15/INSTALL usr/doc/pianobar-2013.09.15/example-scripts/ usr/doc/pianobar-2013.09.15/example-scripts/remote.sh usr/doc/pianobar-2013.09.15/example-scripts/headless_pianobar usr/doc/pianobar-2013.09.15/example-scripts/addshared.sh usr/doc/pianobar-2013.09.15/example-scripts/tls_fingerprint.sh usr/doc/pianobar-2013.09.15/example-scripts/eventcmd-examples/ usr/doc/pianobar-2013.09.15/example-scripts/eventcmd-examples/eventcmd.sh usr/doc/pianobar-2013.09.15/example-scripts/eventcmd-examples/dmenu.pl usr/doc/pianobar-2013.09.15/example-scripts/eventcmd-examples/multi.sh usr/doc/pianobar-2013.09.15/example-scripts/eventcmd-examples/rbot.rb usr/doc/pianobar-2013.09.15/example-scripts/eventcmd-examples/scrobble.py usr/doc/pianobar-2013.09.15/example-scripts/change-station-dmenu.sh usr/man/ usr/man/man1/ usr/man/man1/pianobar.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/audio/pianobar/pianobar-2013.09.15-i486-2salix.txz created. Installing package pianobar-2013.09.15-i486-2salix... | pianobar (console Pandora client) | | pianobar is a console client for the personalized web radio pandora | (http://www.pandora.com). | | http://6xq.net/html/00/17.html | | | | | | |