aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-04-23 22:30:06 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-04-23 22:39:54 +0900
commit53b5e6f5f48a004b4dbe485a5a0b75553213bfa6 (patch)
tree394262494b2123ed4a772ff5f54d3bd9bc8b2030
parent1f8e4181234bce0023e597dc07a128a4680feb89 (diff)
downloadlibhinoko-53b5e6f5f48a004b4dbe485a5a0b75553213bfa6.tar.gz
update URL due to being hosted in git.kernel.org
The hosting service is changed to git.kernel.org from github.com. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst20
-rw-r--r--doc/hinoko.toml.in13
2 files changed, 21 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 1141c7b..78aa37e 100644
--- a/README.rst
+++ b/README.rst
@@ -2,22 +2,20 @@
The libhinoko project
=====================
-2022/12/18
+2023/04/23
Takashi Sakamoto
Introduction
============
-This is a sister project of libhinawa.
-
-- https://github.com/alsa-project/libhinawa
+This is a sister project of `libhinawa <https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/>`_.
I design this library for userspace applications to transfer/receive isochronous packets on
IEEE 1394 bus by any language binding of GObject Introspection. The applications is able to
operate OHCI 1394 controllers for any isochronous context and isochronous resources. According
to this design, this library is an application of Linux FireWire subsystem and GLib/GObject.
-The latest release is `0.8.0 <https://github.com/takaswie/libhinoko/releases/tag/v0.8.0>`_.
+The latest release is `0.8.0 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/tag/?h=v0.8.0>`_
Example of Python 3 with PyGobject
==================================
@@ -27,13 +25,20 @@ See scripts under ``samples`` directory
Documentation
=============
-- https://takaswie.github.io/libhinoko-docs/
+- `<https://alsa-project.github.io/gobject-introspection-docs/hinoko/>`_
License
=======
- GNU Lesser General Public License version 2.1 or later
+Repository location
+===================
+
+- Upstream is `<https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/>`_.
+* Mirror at `<https://github.com/takaswie/libhinoko>`_ for user support and continuous
+ integration.
+
Dependencies
============
@@ -81,7 +86,8 @@ Supplemental information for language bindings
* `PyGObject <https://pygobject.readthedocs.io/>`_ is a dynamic loader for libraries compatible
with g-i.
-* `hinoko-rs <https://github.com/takaswie/hinoko-rs>`_ includes creates to use these libraries.
+* `hinoko-rs <https://git.kernel.org/pub/scm/libs/ieee1394/hinoko-rs.git/>`_ includes creates to
+ use these libraries.
Loss of backward compatibility between v0.7/v0.8 releases
=========================================================
diff --git a/doc/hinoko.toml.in b/doc/hinoko.toml.in
index 07b86f3..9fb3668 100644
--- a/doc/hinoko.toml.in
+++ b/doc/hinoko.toml.in
@@ -1,11 +1,14 @@
[library]
version = "@VERSION@"
-description = "libhinoko"
+description = "The library to operate Linux firewire character device for IEEE 1394 isochronous communication"
authors = "Takashi Sakamoto"
license = "LGPL-2.1-or-later"
website_url = "https://alsa-project.github.io/gobject-introspection-docs/hinoko/"
-browse_url = "https://github.com/takaswie/libhinoko"
-repository_url = "https://github.com/takaswie/libhinoko.git"
+docs_url = "https://alsa-project.github.io/gobject-introspection-docs/hinoko/"
+browse_url = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/"
+repository_url = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/"
+devhelp=true
+search_index=true
dependencies = [
"GLib-2.0",
@@ -23,8 +26,8 @@ description = "The base type system and object class"
docs_url = "https://docs.gtk.org/gobject/"
[source-location]
-base_url = "https://github.com/takaswie/libhinoko/blob/main/"
-file_format = "{filename}#L{line}"
+base_url = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/tree/"
+file_format = "{filename}?h=v@VERSION@#n{line}"
[extra]
content_files = [