aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-04-23 22:21:23 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-04-23 22:39:57 +0900
commit8a21c9ccdce14618b601c939dd2b05ac2e5185b1 (patch)
treefeee3df8761d8e8555ac5e7d0b2e34d181b0d58a
parent6d566afffac98167a56ea79be95ca4039844988e (diff)
downloadlibhinawa-8a21c9ccdce14618b601c939dd2b05ac2e5185b1.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.rst11
-rw-r--r--doc/hinawa.toml.in10
-rw-r--r--libhinawa.spec4
3 files changed, 16 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 493988f..c7f6ce4 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinawa project
=====================
-2022/06/30
+2023/04/23
Takashi Sakamoto
Instruction
@@ -19,7 +19,7 @@ been already obsoleted and deligated the functions to
`libhitaki <https://github.com/alsa-project/libhitaki>`_, while are still kept for backward
compatibility. They should not be used for applications written newly.
-The latest release is `2.5.1 <https://github.com/alsa-project/libhinawa/tags/2.5.1>`_.
+The latest release is `2.5.1 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/tag/?h=2.5.1>`_.
Example of Python3 with PyGobject
=================================
@@ -68,6 +68,13 @@ Documentation
- `<https://alsa-project.github.io/gobject-introspection-docs/hinawa/>`_
+Repository location
+===================
+
+- Upstream is `<https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/>`_.
+* Mirror at `<https://github.com/alsa-project/libhinawa>`_ for user support and continuous
+ integration.
+
Dependencies
============
diff --git a/doc/hinawa.toml.in b/doc/hinawa.toml.in
index 2d62924..63d119e 100644
--- a/doc/hinawa.toml.in
+++ b/doc/hinawa.toml.in
@@ -1,12 +1,12 @@
[library]
version = "@VERSION@"
-description = "The library to operate Linux FireWire character device for IEEE 1394 asynchronous transaction"
+description = "The library to operate Linux FireWire character device for IEEE 1394 asynchronous communication"
authors = "Takashi Sakamoto"
license = "LGPL-2.1-or-later"
website_url = "https://alsa-project.github.io/gobject-introspection-docs/hinawa/"
docs_url = "https://alsa-project.github.io/gobject-introspection-docs/hinawa/"
-browse_url = "https://github.com/alsa-project/libhinawa/"
-repository_url = "https://github.com/alsa-project/libhinawa.git"
+browse_url = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/"
+repository_url = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/"
devhelp=true
search_index=true
@@ -35,8 +35,8 @@ description = "The library to operate ALSA HwDep character device for Audio and
docs_url = "https://alsa-project.github.io/gobject-introspection-docs/hitaki"
[source-location]
-base_url = "https://github.com/alsa-project/libhinawa/blob/master/"
-file_format = "{filename}#L{line}"
+base_url = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/tree/"
+file_format = "{filename}?h=@VERSION@#n{line}"
[extra]
content_files = [
diff --git a/libhinawa.spec b/libhinawa.spec
index 38abe51..62943af 100644
--- a/libhinawa.spec
+++ b/libhinawa.spec
@@ -7,8 +7,8 @@ Release: 1%{?dist}
Summary: GObject introspection library for devices connected to IEEE 1394 bus
License: LGPLv2
-URL: https://github.com/alsa-project/libhinawa
-Source0: https://github.com/alsa-project/libhinawa/releases/download/%{version}/libhinawa-%{version}.tar.xz
+URL: https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/
+Source0: https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/snapshot/libhinawa-%{version}.tar.gz
BuildRequires: meson >= 0.46.0
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}