Compare commits

...

3 Commits

Author SHA1 Message Date
Milan Zamazal be0e9ce3a8 Add file headers
To make package-lint happy.
2022-06-29 22:00:24 +02:00
Milan Zamazal cb40da6d96 Improve the pkg file 2022-06-29 22:00:23 +02:00
Milan Zamazal 271f9d5ed2 Add “ends here” footers
They are useless but package-lint requires them.
2022-06-29 21:55:53 +02:00
4 changed files with 54 additions and 2 deletions

View File

@ -1,2 +1,30 @@
(define-package pipewire-0 "1"
"Interface to PipeWire.")
;;; pipewire-0-pkg.el --- pipewire-0 package definition -*- lexical-binding: t -*-
;; Copyright (C) 2022 Milan Zamazal <pdm@zamazal.org>
;; Author: Milan Zamazal <pdm@zamazal.org>
;; Package-Version: 1
;; Package-Requires: ((emacs "25.1"))
;; Keywords: multimedia
;; URL: https://git.zamazal.org/pdm/pipewire-0
;; COPYRIGHT NOTICE
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(define-package "pipewire-0" "1"
"Interface to PipeWire."
'((emacs "28.1")))
;;; pipewire-0-pkg.el ends here

View File

@ -2,6 +2,12 @@
;; Copyright (C) 2022 Milan Zamazal <pdm@zamazal.org>
;; Author: Milan Zamazal <pdm@zamazal.org>
;; Package-Version: 1
;; Package-Requires: ((emacs "25.1"))
;; Keywords: multimedia
;; URL: https://git.zamazal.org/pdm/pipewire-0
;; COPYRIGHT NOTICE
;;
;; This program is free software: you can redistribute it and/or modify
@ -253,3 +259,5 @@ Note this interface may not work with all PipeWire versions.")
"0" property (format "{ \"name\": \"%s\" }" node-name)))
(provide 'pw-access)
;;; pw-access.el ends here

View File

@ -2,6 +2,12 @@
;; Copyright (C) 2022 Milan Zamazal <pdm@zamazal.org>
;; Author: Milan Zamazal <pdm@zamazal.org>
;; Package-Version: 1
;; Package-Requires: ((emacs "28.1"))
;; Keywords: multimedia
;; URL: https://git.zamazal.org/pdm/pipewire-0
;; COPYRIGHT NOTICE
;;
;; This program is free software: you can redistribute it and/or modify
@ -314,3 +320,5 @@ otherwise set the current default sink or source."
(error "Cannot set this kind of object as default."))))
(provide 'pw-lib)
;;; pw-lib.el ends here

View File

@ -2,6 +2,12 @@
;; Copyright (C) 2022 Milan Zamazal <pdm@zamazal.org>
;; Author: Milan Zamazal <pdm@zamazal.org>
;; Package-Version: 1
;; Package-Requires: ((emacs "25.1"))
;; Keywords: multimedia
;; URL: https://git.zamazal.org/pdm/pipewire-0
;; COPYRIGHT NOTICE
;;
;; This program is free software: you can redistribute it and/or modify
@ -404,3 +410,5 @@ applied on some of them or the buffer:
(pipewire-mode))
(provide 'pw-ui)
;;; pw-ui.el ends here