Compare commits
No commits in common. "be0e9ce3a8585a6ef5f8410306c60125b3143280" and "bac34b4e8f5496607ffccc2d62551ede04f3456a" have entirely different histories.
be0e9ce3a8
...
bac34b4e8f
@ -1,30 +1,2 @@
|
||||
;;; 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
|
||||
(define-package pipewire-0 "1"
|
||||
"Interface to PipeWire.")
|
||||
|
@ -2,12 +2,6 @@
|
||||
|
||||
;; 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
|
||||
@ -259,5 +253,3 @@ 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
|
||||
|
@ -2,12 +2,6 @@
|
||||
|
||||
;; 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
|
||||
@ -320,5 +314,3 @@ 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
|
||||
|
8
pw-ui.el
8
pw-ui.el
@ -2,12 +2,6 @@
|
||||
|
||||
;; 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
|
||||
@ -410,5 +404,3 @@ applied on some of them or the buffer:
|
||||
(pipewire-mode))
|
||||
|
||||
(provide 'pw-ui)
|
||||
|
||||
;;; pw-ui.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user