- 17 Nov, 2013 1 commit
-
-
Philip Withnall authored
It’s a private dependency, and if it’s not listed here, statically linking against libgupnp will fail with undefined symbol errors for libuuid symbols. https://bugzilla.gnome.org/show_bug.cgi?id=711027
-
- 06 Oct, 2012 2 commits
-
-
Andreas Henriksson authored
Putting stuff in Requires means applications using this library will link against that when it might not be needed at all because they use none of that libraries symbols directly. If only the cflags is needed (because public headers includes headers from that package) they can be private to avoid uselessly linking. See #2 in http://people.freedesktop.org/~dbn/pkg-config-guide.html#faq https://bugzilla.gnome.org/show_bug.cgi?id=685477
-
Andreas Henriksson authored
This field is not parsed at all by pkg-config! (cf. Requires.private) Apparently whatever is listed in it is not needed. https://bugzilla.gnome.org/show_bug.cgi?id=685477
-
- 14 Apr, 2008 1 commit
-
-
Jorn Baayen authored
Zeeshan Ali Khattak <zeenix@gmail.com> * configure.ac: * gupnp-1.0-uninstalled.pc.in: * gupnp-1.0.pc.in: * libgupnp/gupnp-context.c (gupnp_context_init), (default_server_handler), (gupnp_context_get_server), (hosting_server_handler), (gupnp_context_host_path): * libgupnp/gupnp-control-point.c (gupnp_control_point_dispose), (process_service_list), (process_device_list), (description_loaded), (got_description_url), (load_description): * libgupnp/gupnp-device-info.c (gupnp_device_info_class_init), (gupnp_device_info_get_icon_url): * libgupnp/gupnp-device-info.h: * libgupnp/gupnp-device-proxy.c (gupnp_device_proxy_get_device), (gupnp_device_proxy_get_service): * libgupnp/gupnp-device.c (gupnp_device_get_device), (gupnp_device_get_service): * libgupnp/gupnp-resource-factory-private.h: * libgupnp/gupnp-resource-factory.c (gupnp_resource_factory_create_device_proxy), (gupnp_resource_factory_create_service_proxy), (gupnp_resource_factory_create_device), (gupnp_resource_factory_create_service): * libgupnp/gupnp-root-device.c (gupnp_root_device_constructor): * libgupnp/gupnp-service-info.c (gupnp_service_info_dispose), (gupnp_service_info_class_init), (gupnp_service_info_get_introspection), (got_scpd_url), (gupnp_service_info_get_introspection_async): * libgupnp/gupnp-service-info.h: * libgupnp/gupnp-service-proxy.c (gupnp_service_proxy_dispose), (begin_action_msg), (action_got_response), (finish_action_msg), (write_in_parameter), (gupnp_service_proxy_begin_action_valist), (gupnp_service_proxy_begin_action_hash), (check_action_response), (read_out_parameter), (gupnp_service_proxy_end_action_valist), (gupnp_service_proxy_end_action_hash), (gupnp_service_proxy_cancel_action), (server_handler), (subscription_expire), (subscribe_got_response), (subscribe), (unsubscribe): * libgupnp/gupnp-service.c (control_server_handler), (subscription_response), (subscription_server_handler), (gupnp_service_constructor), (gupnp_service_dispose), (notify_got_response), (notify_subscriber): * libgupnp/http-headers.c (accept_language_get_locales), (message_set_user_agent): * libgupnp/xml-util.c (xml_util_get_child_element_content_uri), (xml_util_get_child_element_content_url): * libgupnp/xml-util.h: Port to libsoup 2.4. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@861 d8cb91d7-bff9-0310-92b9-80b65e4482b2
-
- 29 Aug, 2007 1 commit
-
-
Jorn Baayen authored
* configure.in: Bump version number to 0.4.99. 2007-08-28 Zeeshan Ali <zeenix@gstreamer.net> Jorn Baayen <jorn@openedhand.com> * libgupnp/gupnp-service.c: * libgupnp/gupnp-service.h: * doc/gupnp-sections.txt: - Add gupnp_service_signals_autoconnect () - Remove whitespace * configure.ac: * gupnp-1.0.pc.in: * gupnp-1.0-uninstalled.pc.in: Require gmodule. * tests/Makefile.am: * tests/test-server.c: Modify the test server to utilize gupnp_service_signals_autoconnect(). git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@390 d8cb91d7-bff9-0310-92b9-80b65e4482b2
-
- 26 Aug, 2007 1 commit
-
-
Jorn Baayen authored
* gupnp-1.0-uninstalled.pc.in: * gupnp-1.0.pc.in: Move libsoup back into Requires.. we do include it in public headers after all. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@374 d8cb91d7-bff9-0310-92b9-80b65e4482b2
-
- 23 Aug, 2007 1 commit
-
-
Jorn Baayen authored
* gupnp-1.0-uninstalled.pc.in: * gupnp-1.0.pc.in: Move libsoup and uuid reqs to Requires.Private, and remove the shared-mime-data req altogether. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@366 d8cb91d7-bff9-0310-92b9-80b65e4482b2
-
- 07 Aug, 2007 1 commit
-
-
Jorn Baayen authored
* Makefile.am: * configure.ac: * gupnp-1.0-uninstalled.pc.in: Enable the users to build/link against uninstalled gupnp. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@349 d8cb91d7-bff9-0310-92b9-80b65e4482b2
-