Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
c45bfcf8
Unverified
Commit
c45bfcf8
authored
4 years ago
by
Rosen Penev
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15132 from neheb/upmpdc
upmpdcli: update to 1.5.9
parents
7c835df6
2a443c95
No related branches found
No related tags found
1 merge request
!13
Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libs/libupnpp/Makefile
+4
-4
4 additions, 4 deletions
libs/libupnpp/Makefile
sound/upmpdcli/Makefile
+4
-4
4 additions, 4 deletions
sound/upmpdcli/Makefile
sound/upmpdcli/patches/010-unistd.patch
+0
-11
0 additions, 11 deletions
sound/upmpdcli/patches/010-unistd.patch
with
8 additions
and
19 deletions
libs/libupnpp/Makefile
+
4
−
4
View file @
c45bfcf8
...
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
libupnpp
PKG_VERSION
:=
0.20.
0
PKG_RELEASE
:=
1
PKG_VERSION
:=
0.20.
1
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://www.lesbonscomptes.com/upmpdcli/downloads
PKG_HASH
:=
5c75eb5d2336baec27be2342b4d53086cdd4f56a7756398a055028cb4a1eb00e
PKG_HASH
:=
d4da986aeaa7124a1732ce3383b6ac8f28e20cab10f1916709f39e5499ae9c38
PKG_MAINTAINER
:=
Petko Bordjukov <bordjukov@gmail.com>
PKG_MAINTAINER
:=
PKG_LICENSE
:=
LGPL-2.1-or-later
PKG_LICENSE_FILES
:=
COPYING
...
...
This diff is collapsed.
Click to expand it.
sound/upmpdcli/Makefile
+
4
−
4
View file @
c45bfcf8
...
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
upmpdcli
PKG_VERSION
:=
1.5.
0
PKG_RELEASE
:=
1
PKG_VERSION
:=
1.5.
9
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://www.lesbonscomptes.com/upmpdcli/downloads
PKG_HASH
:=
c971ed29cf00ebe70b6461f30ec4b9d58e0acaf52c6fd452876678bb6fe53009
PKG_HASH
:=
9fda0b59db8a8b4f283333a89dcca19d70fb8820286d3d071b7c80de38eb7116
PKG_MAINTAINER
:=
Petko Bordjukov <bordjukov@gmail.com>
PKG_MAINTAINER
:=
PKG_LICENSE
:=
LGPL-2.1-or-later
PKG_LICENSE_FILES
:=
COPYING
...
...
This diff is collapsed.
Click to expand it.
sound/upmpdcli/patches/010-unistd.patch
deleted
100644 → 0
+
0
−
11
View file @
7c835df6
--- a/src/upmpdutils.hxx
+++ b/src/upmpdutils.hxx
@@ -21,6 +21,8 @@
#include <unordered_map>
#include <vector>
+#include <unistd.h>
+
namespace UPnPClient {
class UPnPDirObject;
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment