Skip to content

Commit

Permalink
protobuf-c-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 3, 2023
1 parent f215e82 commit f8dbb78
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
49 changes: 27 additions & 22 deletions protobuf-c/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,47 @@ original protoc. protobuf-c formerly included an RPC implementation; that code
has been split out into the protobuf-c-rpc project.

Runtime requirements:
cygwin-3.3.6-1
libgcc1-11.3.0-1
libprotobuf-c-devel-1.4.1-1bl1
libprotobuf-c1-1.4.1-1bl1
libprotobuf-devel-21.9-1
libprotobuf32-21.9-1
libstdc++6-11.3.0-1
pkg-config-1.9.3-1
cygwin-3.5.0-0.494.gcb21f8bc56c2
libgcc1-11.4.0-1
libprotobuf-c-devel-1.5.0-1bl1
libprotobuf-c1-1.5.0-1bl1
libprotobuf-devel-21.12-1
libprotobuf32-21.12-1
libstdc++6-11.4.0-1
pkg-config-2.1.0-1

Build requirements:
(besides corresponding -devel packages)
autoconf-15-1
automake-11-1
binutils-2.39-1
cygport-0.35.4-1
gcc-core-11.3.0-1
gcc-g++-11.3.0-1
libprotobuf-devel-21.9-1
binutils-2.41-3
cygport-0.36.7-1
gcc-core-11.4.0-1
gcc-g++-11.4.0-1
libprotobuf-devel-21.12-1
libtool-2.4.7-1
make-4.3-1
make-4.4.1-2

Canonical website:
https://github.com/protobuf-c/protobuf-c

Canonical download:
https://github.com/protobuf-c/protobuf-c/archive/refs/tags/v1.4.1.tar.gz
https://github.com/protobuf-c/protobuf-c/archive/refs/tags/v1.5.0.tar.gz

-------------------------------------------

Build instructions:
1. unpack protobuf-c-1.4.1-X-src.tar.xz
1. unpack protobuf-c-1.5.0-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./protobuf-c-1.4.1-X.cygport all
% cygport ./protobuf-c-1.5.0-X.cygport all

This will create:
/usr/src/protobuf-c-1.4.1-X-src.tar.xz
/usr/src/protobuf-c-1.4.1-X.tar.xz
/usr/src/libprotobuf-c1-1.4.1-X.tar.xz
/usr/src/libprotobuf-c-devel-1.4.1-X.tar.xz
/usr/src/protobuf-c-1.5.0-X-src.tar.xz
/usr/src/protobuf-c-1.5.0-X.tar.xz
/usr/src/libprotobuf-c1-1.5.0-X.tar.xz
/usr/src/libprotobuf-c-devel-1.5.0-X.tar.xz

-------------------------------------------

Expand All @@ -58,7 +58,9 @@ Files included in the binary package:
/usr/bin/protoc-c
/usr/bin/protoc-gen-c.exe
/usr/share/doc/Cygwin/protobuf-c.README
/usr/share/doc/protobuf-c/ChangeLog
/usr/share/doc/protobuf-c/CHANGELOG.md
/usr/share/doc/protobuf-c/CONTRIBUTING.md
/usr/share/doc/protobuf-c/ChangeLog.old
/usr/share/doc/protobuf-c/LICENSE
/usr/share/doc/protobuf-c/README.md
/usr/share/doc/protobuf-c/TODO
Expand All @@ -77,6 +79,9 @@ Files included in the binary package:

Port Notes:

----- version 1.5.0-1bl1 -----
Version bump.

----- version 1.4.1-1bl1 -----
Version bump.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ LICENSE_URI="LICENSE"

BUILD_REQUIRES="libprotobuf-devel"

DOCS="
*.md
ChangeLog.old
"

PKG_NAMES="
${PN}
lib${PN}1
Expand All @@ -26,7 +31,7 @@ protobuf_c_CONTENTS="
usr/share
"
libprotobuf_c1_CONTENTS="
usr/bin/*.dll
usr/bin/cyg*-1.dll
"
libprotobuf_c_devel_CONTENTS="
usr/include
Expand Down

0 comments on commit f8dbb78

Please sign in to comment.