Package Details: miraclecast-git 326.f3debd5-1

Git Clone URL: https://aur.archlinux.org/miraclecast-git.git (read-only, click to copy)
Package Base: miraclecast-git
Description: MiracleCast provides software to connect external monitors to your system via Wifi. It is compatible to Miracast. Link-management works, everything else is still being worked on. Replaces openwfd. Contribute on https://github.com/albfan/aur-miraclecast
Upstream URL: https://github.com/albfan/miraclecast
Licenses: GPL
Conflicts: miraclecast
Provides: miraclecast
Submitter: albfan
Maintainer: albfan
Last Packager: albfan
Votes: 55
Popularity: 0.002325
First Submitted: 2017-09-01 01:25 (UTC)
Last Updated: 2023-02-15 11:50 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

albfan commented on 2021-11-19 11:29 (UTC)

I was explicitly told to provide a vcs package and provide miraclecast-git that do conflict with a possible miraclecast from releases. Is the policy changing?

If I remove the $name I will have to remove that on build all steps too right? Why is that needed?

Should I set package version as 1 always for a vcs package?

Marzal commented on 2021-11-18 19:13 (UTC)

From https://wiki.archlinux.org/title/Arch_User_Repository

Note: Packages in the AUR assume that the base-devel group is installed, i.e. they do not list the group's members as build dependencies explicitly.

https://archlinux.org/groups/x86_64/base-devel/

js-on commented on 2021-11-18 13:25 (UTC) (edited on 2021-11-18 13:26 (UTC) by js-on)

Was not able to install aur/miraclecast-git 221.36be37e-2 on the fly on 5.13.19-2-MANJARO #1 SMP PREEMPT Sun Sep 19 21:31:53 UTC 2021 x86_64 GNU/Linux. autoreconf from package autoconf and aclocal from package automake were missing. May add it to the requirements?

eNV25 commented on 2021-08-19 11:30 (UTC)

diff with the necessary changes:

diff --git a/PKGBUILD b/PKGBUILD
index bc4f634..a9876e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
 # Maintainer: Alberto Fanjul <albertofanjul@gmail.com>
 pkgname=miraclecast-git
 _name=miraclecast
-pkgver=221.36be37e
-pkgrel=2
+pkgver=284.0481252
+pkgrel=1
 pkgdesc="MiracleCast provides software to connect external monitors to your system via Wifi. It is compatible to Miracast. Link-management works, everything else is still being worked on. Replaces openwfd. Contribute on https://github.com/albfan/aur-miraclecast"
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
 url="https://github.com/albfan/miraclecast"
 license=('GPL')
 depends=(git "systemd>=221" "python3" "glib2")
-provides=("miraclecast-git")
-replaces=("miraclecast")
+provides=("miraclecast")
 conflicts=("miraclecast")
 backup=(etc/dbus-1/system.d/org.freedesktop.miracle.conf)
-source=("$_name::git+https://github.com/albfan/miraclecast.git#branch=master")
+source=("git+https://github.com/albfan/miraclecast.git#branch=master")
 md5sums=('SKIP')

 build() {

kuldeep commented on 2019-10-05 14:14 (UTC) (edited on 2019-10-05 14:14 (UTC) by kuldeep)

In build() before executing ./autogen.sh, I had to call dos2unix on multiple files (to make it compile):

build() {
  cd "$srcdir/$_name"
  dos2unix ./autogen.sh
  find . -name \*.m4|xargs dos2unix
  find . -name \*.ac|xargs dos2unix
  find . -name \*.am|xargs dos2unix
  ./autogen.sh
  ./configure --prefix=/usr --sysconfdir=/etc
  make
}

Xyne commented on 2019-08-15 12:24 (UTC)

The entry in the provides array should be "miraclecast", not "miraclecast-git".

albfan commented on 2018-04-09 19:51 (UTC)

Thanks @servimo, fixed

servimo commented on 2018-04-07 15:24 (UTC) (edited on 2018-04-07 15:33 (UTC) by servimo)

package "git-core" does not exist

albfan commented on 2017-09-01 01:27 (UTC)

thanks @cyrozap. I did a merge request for https://aur.archlinux.org/packages/miraclecast-git/