Compare commits
3 Commits
bac34b4e8f
...
be0e9ce3a8
Author | SHA1 | Date | |
---|---|---|---|
be0e9ce3a8 | |||
cb40da6d96 | |||
271f9d5ed2 |
@ -1,2 +1,30 @@
|
|||||||
(define-package pipewire-0 "1"
|
;;; pipewire-0-pkg.el --- pipewire-0 package definition -*- lexical-binding: t -*-
|
||||||
"Interface to PipeWire.")
|
|
||||||
|
;; 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
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
;; Copyright (C) 2022 Milan Zamazal <pdm@zamazal.org>
|
;; 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
|
;; COPYRIGHT NOTICE
|
||||||
;;
|
;;
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; 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)))
|
"0" property (format "{ \"name\": \"%s\" }" node-name)))
|
||||||
|
|
||||||
(provide 'pw-access)
|
(provide 'pw-access)
|
||||||
|
|
||||||
|
;;; pw-access.el ends here
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
;; Copyright (C) 2022 Milan Zamazal <pdm@zamazal.org>
|
;; 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
|
;; COPYRIGHT NOTICE
|
||||||
;;
|
;;
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; 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."))))
|
(error "Cannot set this kind of object as default."))))
|
||||||
|
|
||||||
(provide 'pw-lib)
|
(provide 'pw-lib)
|
||||||
|
|
||||||
|
;;; pw-lib.el ends here
|
||||||
|
8
pw-ui.el
8
pw-ui.el
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
;; Copyright (C) 2022 Milan Zamazal <pdm@zamazal.org>
|
;; 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
|
;; COPYRIGHT NOTICE
|
||||||
;;
|
;;
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; 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))
|
(pipewire-mode))
|
||||||
|
|
||||||
(provide 'pw-ui)
|
(provide 'pw-ui)
|
||||||
|
|
||||||
|
;;; pw-ui.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user