Bug#995607: ITP: libfreeaptx -- Free implementation of Audio Processing Technology codec (aptX)

2021-12-20 Thread Kentaro Hayashi
Now in new queue.

https://ftp-master.debian.org/new.html



Bug#995607: ITP: libfreeaptx -- Free implementation of Audio Processing Technology codec (aptX)

2021-12-19 Thread Kentaro Hayashi
Hi,

Rejected by missing appropriate copyright, so I've tried re-uploading again.

> Hello,
> 
> Any news about the packaging of this library?
> 
> Kind regards,
> 



Bug#993615: ITP: golang-github-slack-go-slack -- This is Slack API in Go

2021-10-06 Thread Kentaro Hayashi
Control: owner -1 Takuma Shibuya 



Bug#995607: ITP: libfreeaptx -- Free implementation of Audio Processing Technology codec (aptX)

2021-10-03 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist
Owner: Kentaro Hayashi 
X-Debbugs-Cc: debian-de...@lists.debian.org, ken...@xdump.org

* Package name: libfreeaptx
  Version : 0.1.1
  Upstream Author : Hunter Wardlaw 
* URL : https://github.com/iamthehorker/libfreeaptx
* License : LGPL-2.1+
  Programming Lang: C
  Description : Free implementation of Audio Processing Technology codec
(aptX)

libfreeaptx is based on version 0.2.0 of libopenaptx with the intent of
continuing
under a free license without the additional license restriction added to
libopenaptx 0.2.1.
 The initial version of libfreeaptx was reset to 0.1.0 to prevent confusion
between the
two projects.

NOTE:
* This library is required for pipewire to enable aptX support.
* libopenaptx had been already orphaned on Debian.



Bug#982836: ITP: friso -- High performance Chinese tokenizer

2021-02-14 Thread Kentaro Hayashi
Package: wnpp
X-Debbugs-Cc: debian-de...@lists.debian.org
Owner: Kentaro Hayashi 
X-Debbugs-Cc: ken...@xdump.org
Severity: wishlist

* Package name: friso
  Version : 1.6.4
  Upstream Author : lionsoul2014 
* URL : https://github.com/lionsoul2014/friso
* License : Apache-2.0
  Programming Lang: C
  Description : High performance Chinese tokenizer with both GBK and UTF-8 
charset support


High performance Chinese tokenizer with both GBK and UTF-8 charset support
 based on MMSEG algorithm developed by ANSI C.
Completely based on modular implementation and can be easily embedded in other 
programs, 
like: MySQL, PostgreSQL, PHP, etc. 


This software should be packaged for groonga-tokenizer-friso [1], it is also 
required
to be packaged.

[1] https://github.com/groonga/groonga-tokenizer-friso



Bug#912338: ITP: createrepo-c -- tool to create RPM repository metadata (C implementation)

2020-04-28 Thread Kentaro Hayashi
Hi, 

FYI:
some content of .cmake copyright are updated:

* cmake/Modules/FindGLIB2.cmake
* cmake/Modules/FindGTHREAD2.cmake



Bug#951580: ITP: golang-github-andrew-d-go-termutil -- Terminal utilities for golang

2020-02-25 Thread Kentaro Hayashi
On Tue, 18 Feb 2020 20:11:17 +0900 Kentaro Hayashi  
wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: golang-github-andrew-d-go-termutil
>   Version : 0.0~git20150726.009166a-1
>   Upstream Author : Andrew Dunham
> * URL : https://github.com/andrew-d/go-termutil
> * License : MIT
>   Programming Lang: Go
>   Description : Terminal utilities for golang
> 

I've sent RFS as #951762
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951762



Bug#951580: ITP: golang-github-andrew-d-go-termutil -- Terminal utilities for golang

2020-02-18 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist

* Package name: golang-github-andrew-d-go-termutil
  Version : 0.0~git20150726.009166a-1
  Upstream Author : Andrew Dunham
* URL : https://github.com/andrew-d/go-termutil
* License : MIT
  Programming Lang: Go
  Description : Terminal utilities for golang

 go-termutil This package exposes some very basic, useful functions:
 Isatty(file *os.File) bool
 .
 This function will return whether or not the given file is a TTY,
 attempting to use native operations when possible.  It wil fall back to
 using the isatty() function from unistd.h through cgo if on an unknown
 platform.
 GetPass(prompt string, prompt_fd, input_fd uintptr) ([]byte, error)
 .
 This function will print the prompt string to the file identified by
 prompt_fd, prompt the user for a password without echoing the password
 to the terminal, print a newline, and then return the given password to
 the user.  NOTE: not yet tested on anything except Linux & OS X.

This package is required for lltsv (not packaged yet)



Bug#951581: ITP: lltsv -- List specified keys of LTSV (Labeled Tab Separated Values)

2020-02-18 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist

* Package name: lltsv
  Version : 0.6.1-1
  Upstream Author : Naotoshi Seo
* URL : https://github.com/sonots/lltsv
* License : MIT
  Programming Lang: Go
  Description : List specified keys of LTSV (Labeled Tab Separated Values)

 lltsv is a command line tool written in golang to list
 specified keys of LTSV (Labeled Tab Separated Values) text.



Bug#941628: ITP: fasttext -- Library for efficient learning of word representations and sentence classification

2019-10-02 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist

* Package name: fasttext
  Version : 0.9.1
  Upstream Author : 2016-present, Facebook, Inc.
* URL : https://github.com/facebookresearch/fastText
* License : BSD-3-Clause
  Programming Lang: C++
  Description : Library for efficient learning of word representations and
sentence classification

fastText is a library for efficient learning of word representations
and sentence classification, which refers subword information to
enrich word vectors.



Bug#939860: ITP: sentencepiece/0.1.83

2019-10-02 Thread Kentaro Hayashi


Current status updates:

RFS: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941569 is done, 
gets a feedback, found a sponsor(@knok) and a collabolator (@tsuchm).

Regards,



Bug#939860: ITP: sentencepiece/0.1.83

2019-09-09 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist

* Package name: sentencepiece
  Version : 0.1.83
  Upstream Author : Google Inc.
* URL : https://github.com/google/sentencepiece
* License : Apache 2.0
  Programming Lang: C++
  Description : unsupervised text tokenizer and detokenizer mainly for 
Neural Network-based text generation systems

 SentencePiece is an unsupervised text tokenizer and detokenizer mainly
 for Neural Network-based text generation systems where the vocabulary size is
 predetermined prior to the neural model training.
 .
 SentencePiece implements subword units and unigram language model with the 
extension
 of direct training from raw sentences. SentencePiece allows us to make a purely
 end-to-end system that does not depend on language-specific pre/postprocessing.



Bug#931898: O: hal-flash -- Compatibility library to allow playback of Flash DRM content

2019-07-11 Thread Kentaro Hayashi
Package: wnpp
Severity: normal

I'm orphaning hal-flash because Flash is already going toward EOL gradually
and there is alternatives for it, so it's time to orphan.

Here is the hal-flash repository:

  https://salsa.debian.org/debian/hal-flash

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

The package detail(debian/control) is:

  Source: hal-flash
  Priority: optional
  Maintainer: Kentaro Hayashi 
  Build-Depends:
debhelper-compat (= 11),
pkg-config,
libdbus-1-dev,
libglib2.0-dev
  Standards-Version: 4.2.1
  Section: libs
  Homepage: https://github.com/cshorler/hal-flash
  Vcs-Browser: https://salsa.debian.org/debian/hal-flash
  Vcs-Git: https://salsa.debian.org/debian/hal-flash.git

  Package: libhal1-flash
  Architecture: any
  Depends: ${shlibs:Depends}, ${misc:Depends}, udisks2
  Suggests: flashplugin-nonfree
  Description: Compatibility library to allow playback of Flash DRM content
   A libhal stub library forwarding to UDisks specifically to satisfy the
   libflashplayer.so / libadobecp requirements.
   .
   It is loosely based upon libhal.[ch] from the hal-0.5.14 package
   for the external interface presented by the shared library libhal.
   Further information on HAL can be found here:
   http://www.freedesktop.org/wiki/Software/hal
   .
   The Adobe Flash web browser plugin for Linux relies upon libhal to provide
   information required by libadobecp (which libflashplayer.so retrieves
   from the internet) for playing back drm content.
   .
   Since HAL is no longer centric to most modern Linux systems (now there
   are succeeded product such as UDev, UDisks and so on).
   This library provides thin wrapper until such time as HTML5 becomes
   standard for online TV (many sites continue to use Flash).

Regards,



Bug#917091: ITP: xhk -- Xlib Half Keyboard/Half-QWERTY, one handed keyboard

2018-12-22 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist
Owner: Kentaro Hayashi 

* Package name: xhk
  Version : 1.0
  Upstream Author : Kieran Bingham 
* URL : https://github.com/kbingham/xhk
* License : GPL-2.0+
  Programming Lang: C
  Description : Xlib Half Keyboard/Half-QWERTY, one handed keyboard

xHK is one of a software implementation of Half Keyboard/Half-QWERTY or
one handed keyboard.
It enables you to type with one hand by switching keyboard layout dynamically
which is triggered by pressing space key.
This software helps you to type when you injured right/left hand.



Bug#908180: ITP: fcitx-dbus-status - Addon for Fcitx to set/get/monitor IM statuses via D-Bus

2018-09-07 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

   Package name: fcitx-dbus-status
Version: 2016062301
Upstream Author: Takuro Ashie 
URL: https://github.com/clear-code/fcitx-dbus-status
License: GPL-2
Description: Addon for Fcitx to set/get/monitor IM statuses via D-Bus

 fcitx-dbus-status addon provides DBus interface object such as
 org.fcitx.Fcitx.Status, and provides Get/Set/Changed methods on it.
 By accessing these interfaces, you can monitor or control status of
 input method with external command line tool such as dbus-send.

Regards,


pgpcwzznS9H1J.pgp
Description: PGP signature


Bug#905840: ITP: hinawa-utils - Utility tools for libhinawa

2018-08-10 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist
Owner: Kentaro Hayashi 

* Package name: hinawa-utils
  Version : 0.0.99
  Upstream Author : Takashi Sakamoto 
* URL : https://github.com/takaswie/hinawa-utils
* License : GPL-3+
  Programming Lang: Python
  Description : Utility tools for handling IEEE1394

 Python 3 module to handle Audio and Music units on
 IEEE1394 bus via libhinawa API with a help of PyGObject.

Regards,


pgp7tHJo_GYeE.pgp
Description: PGP signature


Bug#829331: ITP: gntp-send -- Command line application to send growl message with GNTP

2016-07-02 Thread Kentaro Hayashi
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: gntp-send
Version: 0.3.4
Upstream Author: Yasuhiro Matsumoto 
 Peter Sinnott 
 Dither 
URL: https://github.com/mattn/gntp-send
License: BSD-3-clause
Description: Command line application to send growl message with GNTP
 Growl is a notification system for Mac OS X. It uses GNTP (Growl
 Notification Transport Protocol) for notification.
 .
 gntp-send is a command line tool which supports GNTP.


pgpPHPFiDh1l_.pgp
Description: PGP signature